Skip to content

Commit 4fbe869

Browse files
Flask icon updated. Rearange icons, then sort projects.
1 parent 2b033f3 commit 4fbe869

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

frontend/assets/flaskIcon.png

11.5 KB
Loading

frontend/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ <h2 class="text-3xl font-bold mb-12 text-center text-teal-600 dark:text-teal-300
130130
<span class="mt-3 font-medium">TensorFlow</span>
131131
</div>
132132

133-
<!-- Flask -->
134-
<div class="flex flex-col items-center justify-center p-6 bg-white dark:bg-slate-800 rounded-2xl shadow-lg transition-transform duration-500 hover:scale-110 hover:shadow-teal-500/20">
135-
<i class="devicon-flask-original text-6xl text-black dark:text-white"></i>
136-
<span class="mt-3 font-medium">Flask</span>
137-
</div>
138-
139133
<!-- Julia -->
140134
<div class="flex flex-col items-center justify-center p-6 bg-white dark:bg-slate-800 rounded-2xl shadow-lg transition-transform duration-500 hover:scale-110 hover:shadow-teal-500/20">
141135
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/julia/julia-original-wordmark.svg" class="w-16 h-16" alt="Julia">
@@ -162,11 +156,17 @@ <h2 class="text-3xl font-bold mb-12 text-center text-teal-600 dark:text-teal-300
162156
<span class="mt-3 font-medium">GCP</span>
163157
</div>
164158

165-
<!-- Google Cloud Platform (local PNG) -->
159+
<!-- Artificial Intelligence (local PNG) -->
166160
<div class="flex flex-col items-center justify-center p-6 bg-white dark:bg-slate-800 rounded-2xl shadow-lg transition-transform duration-500 hover:scale-110 hover:shadow-teal-500/20">
167-
<img src="assets/aiIcon.png" alt="Google Cloud Platform" class="w-16 h-16" />
161+
<img src="assets/aiIcon.png" alt="Artificial Intelligence" class="w-16 h-16" />
168162
<span class="mt-3 font-medium">AI</span>
169163
</div>
164+
165+
<!-- Flask (local PNG) -->
166+
<div class="flex flex-col items-center justify-center p-6 bg-white dark:bg-slate-800 rounded-2xl shadow-lg transition-transform duration-500 hover:scale-110 hover:shadow-teal-500/20">
167+
<img src="assets/flaskIcon.png" alt="Flask" class="w-16 h-16" />
168+
<span class="mt-3 font-medium">Flask</span>
169+
</div>
170170
</div>
171171
</div>
172172

frontend/src/output.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -673,9 +673,6 @@
673673
.text-blue-500 {
674674
color: var(--color-blue-500);
675675
}
676-
.text-blue-600 {
677-
color: var(--color-blue-600);
678-
}
679676
.text-blue-800 {
680677
color: var(--color-blue-800);
681678
}
@@ -685,9 +682,6 @@
685682
.text-emerald-600 {
686683
color: var(--color-emerald-600);
687684
}
688-
.text-fuchsia-500 {
689-
color: var(--color-fuchsia-500);
690-
}
691685
.text-gray-500 {
692686
color: var(--color-gray-500);
693687
}

0 commit comments

Comments
 (0)