-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
125 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,5 @@ gem "wdm", :platforms => [:mingw, :x64_mingw, :mswin] | |
|
||
|
||
gem "webrick" | ||
|
||
gem "kramdown-syntax-coderay", "~> 1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- Section - Blog --> | ||
<section class="lui-section lui-gradient-top" id="blog-section"> | ||
|
||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
{% assign content = site.data.content['portfolio'] %} | ||
{% assign ui_text = site.data.ui-text['ui_text'] %} | ||
{% assign categories = site.data.settings['portfolio'] %} | ||
|
||
<!-- Section - Works --> | ||
<section class="lui-section lui-gradient-top" id="works-section"> | ||
|
||
<!-- Heading --> | ||
<div class="lui-heading"> | ||
<div class="container"> | ||
|
||
<div class="m-titles align-center"> | ||
<h2 class="m-title splitting-text-anim-1 scroll-animate" data-splitting="words" data-animate="active"> | ||
<span>{{ content.title }}</span> | ||
</h2> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<!-- Works --> | ||
<div class="v-line v-line-right"> | ||
<div class="container"> | ||
|
||
<div class="works-box"> | ||
<div class="filter-links scrolla-element-anim-1 scroll-animate" data-animate="active"> | ||
<a href="#" class="lui-subtitle active" data-href=".works-col">{{ ui_text.all }}</a> | ||
{% for category in categories.filters %} | ||
<a href="#" class="lui-subtitle" data-href=".sorting-{{ category.slug }}">{{ category.name }}</a> | ||
{% endfor %} | ||
</div> | ||
|
||
<div class="works-items works-masonry-items row"> | ||
{% for work in site.works %} | ||
<div class="works-col col-xs-12 col-sm-12 col-md-12 col-lg-12 sorting-{{ work.category_slug }}"> | ||
<div class="works-item scrolla-element-anim-1 scroll-animate" data-animate="active"> | ||
<div class="image"> | ||
<div class="img"> | ||
<a href="{{ work.link }}"> | ||
<img decoding="async" src="{{ work.image | relative_url }}" | ||
alt="{{ work.title }}" /> | ||
<span class="overlay"></span> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="desc"> | ||
<span class="category">{{ work.category }}</span> | ||
<h5 class="name"> | ||
{{ work.title }} | ||
</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.link }}" class="lnk">{{ ui_text.see_project }}</a> | ||
</div> | ||
<div class="bg-img" style="background-image: url(assets/images/pat-2.png);"></div> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
|
||
<div class="load-more-link"> | ||
<a href="{{ content.button.link }}" class="btn scrolla-element-anim-1 scroll-animate" | ||
data-animate="active"> | ||
<span>{{ content.button.label }}</span> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="lui-bgtitle"> | ||
<span>{{ content.bg_title }}</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,11 @@ | ||
--- | ||
# preview details | ||
layout: works-single | ||
title: Explore | ||
title: Title | ||
link: https://www.google.com | ||
github: https://github.com/season101 | ||
category: Development | ||
category_slug: development | ||
category_slug: software-development | ||
image: assets/img/works/work7.jpg | ||
short_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore. | ||
|
||
# full details | ||
live_preview: https://bslthemes.com | ||
full_image: assets/img/works/single1.jpg | ||
info: | ||
- label: Year | ||
value: 2022 | ||
|
||
- label: Technology | ||
value: Development, JS | ||
|
||
description1: | ||
show: yes | ||
title: Project Goal | ||
text: "<p>Aliquam a sapien diam. Phasellus pulvinar tellus aliquam eleifend consectetur. Sed bibendum leo quis rutrum aliquetmorbi.</p> | ||
<p>Donec imperdiet risus at tortor consequat maximus et eget magna. Cras ornare sagittis augue, id sollicitudin justo tristique ut. Nullam ex enim, euismod vel bibendum ultrices, fringilla vel eros. Donec euismod leo lectus, et euismod metus euismod sed. Quisque quis suscipit ipsum, at pellentesque velit. Duis a congue sem.</p>" | ||
|
||
gallery: | ||
- assets/img/works/work5.jpeg | ||
- assets/img/blog/blog8.jpg | ||
- assets/img/blog/blog6.jpg | ||
|
||
description2: | ||
title: Project Result | ||
text: "<p>Aliquam a sapien diam. Phasellus pulvinar tellus aliquam eleifend consectetur. Sed bibendum leo quis rutrum aliquetmorbi.</p> | ||
<p>Donec imperdiet risus at tortor consequat maximus et eget magna. Cras ornare sagittis augue, id sollicitudin justo tristique ut. Nullam ex enim, euismod vel bibendum ultrices, fringilla vel eros. Donec euismod leo lectus, et euismod metus euismod sed. Quisque quis suscipit ipsum, at pellentesque velit. Duis a congue sem.</p>" | ||
|
||
video: | ||
poster: assets/img/blog/blog9.jpg | ||
id: Gu6z6kIukgg | ||
|
||
--- |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.