Skip to content

Commit

Permalink
Modified Single Project and Project Page Info and Links
Browse files Browse the repository at this point in the history
  • Loading branch information
season101 committed Sep 28, 2023
1 parent af62d74 commit 051019f
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 15 deletions.
6 changes: 4 additions & 2 deletions _includes/section-portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="m-title splitting-text-anim-1 scroll-animate" data-splitting="words"
<div class="works-item scrolla-element-anim-1 scroll-animate" data-animate="active">
<div class="image">
<div class="img">
<a href="{{ work.link }}">
<a href="{{ work.link }}" target="_blank">
<img decoding="async" src="{{ work.image | relative_url }}"
alt="{{ work.title }}" />
<span class="overlay"></span>
Expand All @@ -59,7 +59,9 @@ <h5 class="name">
<div class="text">
<p>{{ work.short_description }}</p>
</div>
<a href="{{ work.link }}" class="lnk">{{ ui_text.see_project }}</a>
{% if work.is_deployed==true %}
<a href="{{ work.link }}" class="lnk" target="_blank">{{ ui_text.see_project }}</a>
{%endif%}
</div>
<div class="bg-img" style="background-image: url(assets/images/pat-2.png);"></div>
</div>
Expand Down
13 changes: 11 additions & 2 deletions _layouts/works.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 class="m-title splitting-text-anim-1 scroll-animate" data-splitting="words"
<div class="works-item scrolla-element-anim-1 scroll-animate" data-animate="active">
<div class="image">
<div class="img">
<a href="{{ work.url }}">
<a href="{{ work.link }}" target="_blank">
<img decoding="async" src="{{ work.image | relative_url }}" alt="{{ work.title }}">
<span class="overlay"></span>
</a>
Expand All @@ -54,10 +54,19 @@ <h1 class="m-title splitting-text-anim-1 scroll-animate" data-splitting="words"
<h5 class="name">
<a href="{{ work.url }}">{{ work.title }}</a>
</h5>
<div class="works-github-links">
{% if work.github %}
<a target="_blank" rel="nofollow" href="{{ work.github }}" title="{{ work.github }}">
Repository: <i aria-hidden="true" class="fab fa-github"></i>
</a>
{% endif %}
</div>
<div class="text">
<p>{{ work.short_description }}</p>
</div>
<a href="{{ work.url }}" class="lnk">{{ ui_text.see_project }}</a>
{% if work.is_deployed==true %}
<a href="{{ work.link }}" class="lnk" target="_blank">{{ ui_text.see_project }}</a>
{%endif%}
</div>
<div class="bg-img" style="background-image: url(/assets/images/pat-2.png);"></div>
</div>
Expand Down
11 changes: 0 additions & 11 deletions _works/explore.md

This file was deleted.

17 changes: 17 additions & 0 deletions _works/student-research-symposium-2021-AI-and-Malware-Signature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# preview details
layout: works-single

title: Student Research Symposium 2021 AI and Malware Signature
github: https://github.com/season101/Student-Research-Symposium-2021-AI-and-Malware-Signature

is_deployed: false
link: https://github.com/season101/Student-Research-Symposium-2021-AI-and-Malware-Signature

category: Development
category_slug: ds-ai-ml


image: assets/img/works/student-research-symposium.jpg
short_description: Use of Common Machine Learning Algorithms for malware analysis and detection.
---
Binary file removed assets/img/works/single1.jpg
Binary file not shown.
Binary file removed assets/img/works/single2.jpg
Binary file not shown.
Binary file removed assets/img/works/single4.jpg
Binary file not shown.
Binary file removed assets/img/works/single6.jpg
Binary file not shown.
Binary file removed assets/img/works/single8.jpg
Binary file not shown.
Binary file added assets/img/works/student-research-symposium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/works/work1.jpeg
Binary file not shown.
Binary file removed assets/img/works/work2.jpeg
Binary file not shown.
Binary file removed assets/img/works/work3.jpeg
Binary file not shown.
Binary file removed assets/img/works/work4.jpeg
Binary file not shown.
Binary file removed assets/img/works/work5.jpeg
Binary file not shown.
Binary file removed assets/img/works/work6.jpeg
Binary file not shown.

0 comments on commit 051019f

Please sign in to comment.