Skip to content

Commit d506461

Browse files
author
Cosme Valera
committed
Reorder filters and projects
1 parent 4aeb4c9 commit d506461

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

templates/projects.html

+25-25
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,35 @@
3232

3333
<div class="filter-buttons">
3434
<button class="filter-button selected-filter" data-filter="All">All</button>
35-
<button class="filter-button" data-filter="Java">Java</button>
36-
<button class="filter-button" data-filter="JavaScript">JS+Node</button>
3735
<button class="filter-button" data-filter="React">React</button>
3836
<button class="filter-button" data-filter="Angular">Angular</button>
37+
<button class="filter-button" data-filter="Node">Node</button>
38+
<button class="filter-button" data-filter="Java">Java</button>
3939
<button class="filter-button" data-filter="Android">Android</button>
4040
</div>
4141

4242

4343
<div class="row project-cards-row">
4444

4545
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceInLeft">
46+
<div class="project-image">
47+
<img src="{{ get_url(path='images/projects/CoreLink2.png') }}" alt="CoreLink" />
48+
<div class="project-details-overlay">
49+
<h3 class="card-title">CoreLink</h3>
50+
<p class="card-technology">
51+
<span class="tag">React</span>
52+
<span class="tag">Module Federation</span>
53+
<span class="tag">Turborepo</span>
54+
</p>
55+
<a class="learn-more-button" href="https://github.com/CosmeValera/Corelink" target="_blank">
56+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github mr-2 h-4 w-4" data-id="8"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"></path><path d="M9 18c-4.51 2-5-2-7-2"></path></svg>
57+
GitHub
58+
</a>
59+
</div>
60+
</div>
61+
</div>
62+
63+
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceIn">
4664
<div class="project-image">
4765
<img src="{{ get_url(path='images/projects/FitCal.png') }}" alt="FitCal" />
4866
<div class="project-details-overlay">
@@ -60,7 +78,7 @@ <h3 class="card-title">FitCal</h3>
6078
</div>
6179
</div>
6280

63-
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceIn">
81+
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceInRight">
6482
<div class="project-image">
6583
<img src="{{ get_url(path='images/projects/Sympho.png') }}" alt="Sympho" />
6684
<div class="project-details-overlay">
@@ -78,13 +96,13 @@ <h3 class="card-title">Sympho</h3>
7896
</div>
7997
</div>
8098

81-
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceInRight">
99+
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceInLeft">
82100
<div class="project-image">
83101
<img src="{{ get_url(path='images/projects/LeagueOfPokemon.png') }}" alt="League of Pokemon" />
84102
<div class="project-details-overlay">
85103
<h3 class="card-title">League of Pokemon</h3>
86104
<p class="card-technology">
87-
<span class="tag">Java</span>
105+
<span class="tag">Java (Swing)</span>
88106
</p>
89107
<a class="learn-more-button" href="https://github.com/CosmeValera/LeagueOfPokemon" target="_blank">
90108
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github mr-2 h-4 w-4" data-id="8"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"></path><path d="M9 18c-4.51 2-5-2-7-2"></path></svg>
@@ -94,7 +112,7 @@ <h3 class="card-title">League of Pokemon</h3>
94112
</div>
95113
</div>
96114

97-
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceInLeft">
115+
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceIn">
98116
<div class="project-image">
99117
<img src="{{ get_url(path='images/projects/AndroidDepartmentQuest.jpg') }}" alt="AndroidDepartmentQuest" />
100118
<div class="project-details-overlay">
@@ -110,7 +128,7 @@ <h3 class="card-title">Department Quest</h3>
110128
</div>
111129
</div>
112130

113-
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceIn">
131+
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceInRight">
114132
<div class="project-image">
115133
<img src="{{ get_url(path='images/projects/Inventory.png') }}" alt="Inventory" />
116134
<div class="project-details-overlay">
@@ -128,24 +146,6 @@ <h3 class="card-title">Inventory</h3>
128146
</div>
129147
</div>
130148

131-
<div class="project-card col-12 col-md-6 col-xl-4 animate__animated animate__bounceInRight">
132-
<div class="project-image">
133-
<img src="{{ get_url(path='images/projects/CoreLink2.png') }}" alt="CoreLink" />
134-
<div class="project-details-overlay">
135-
<h3 class="card-title">CoreLink</h3>
136-
<p class="card-technology">
137-
<span class="tag">React</span>
138-
<span class="tag">Module Federation</span>
139-
<span class="tag">Turborepo</span>
140-
</p>
141-
<a class="learn-more-button" href="https://github.com/CosmeValera/Corelink" target="_blank">
142-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github mr-2 h-4 w-4" data-id="8"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"></path><path d="M9 18c-4.51 2-5-2-7-2"></path></svg>
143-
GitHub
144-
</a>
145-
</div>
146-
</div>
147-
</div>
148-
149149
</div>
150150

151151
</div>

0 commit comments

Comments
 (0)