Skip to content

Commit b888217

Browse files
author
OfficialDiLi
committed
Pages Updated
1 parent ce534f9 commit b888217

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import Layout from '../layouts/Layout.astro';
3434
<div class="text-center lg:text-left space-y-6 order-2 lg:order-1">
3535
<!-- Greeting -->
3636
<div class="animate-fade-in-up">
37-
<p class="text-lg text-emerald-600 font-semibold mb-2">Hello, I'm</p>
37+
<p class="text-3xl text-golden-dark font-semibold mb-2">Hello, I'm</p>
3838
<h1 class="text-4xl sm:text-5xl lg:text-6xl font-bold text-emerald-900 leading-tight mb-4">
3939
Yahaya Minkail Ibrahim
4040
</h1>
@@ -50,14 +50,14 @@ import Layout from '../layouts/Layout.astro';
5050
<!-- Bio -->
5151
<div class="animate-fade-in-up" style="animation-delay: 0.4s;">
5252
<p class="text-lg text-emerald-600 max-w-xl mx-auto lg:mx-0 mb-6">
53-
Founder of <strong class="text-golden">DiLi</strong>. Bridging the gap between physical living and digital intelligence through AI, Agriculture, and Indigenous Language Technology.
53+
Founder of <strong class="text-golden-dark">DiLi</strong>. Bridging the gap between physical living and digital intelligence through AI, Agriculture, and Indigenous Language Technology.
5454
</p>
5555
</div>
5656

5757
<!-- CTA Buttons -->
5858
<div class="flex flex-wrap justify-center lg:justify-start gap-4 animate-fade-in-up" style="animation-delay: 0.6s;">
5959
<a href="#vision"
60-
class="px-8 py-3 bg-emerald-900 text-offwhite rounded-lg hover:bg-golden hover:text-emerald-900 transition-all duration-300 font-semibold shadow-lg hover:shadow-xl transform hover:-translate-y-1">
60+
class="px-8 py-3 bg-emerald-900 text-offwhite rounded-lg hover:bg-golden-dark hover:text-emerald-900 transition-all duration-300 font-semibold shadow-lg hover:shadow-xl transform hover:-translate-y-1">
6161
Discover DiLi
6262
</a>
6363
<a href="#contact"
@@ -138,7 +138,7 @@ import Layout from '../layouts/Layout.astro';
138138
<div class="max-w-6xl mx-auto px-4 sm:px-6">
139139
<div class="text-center mb-12">
140140
<h2 class="text-3xl sm:text-4xl font-bold mb-6">
141-
💡 DiLi — <span class="text-golden">Smarter Living Phygitally</span>
141+
💡 DiLi — <span class="text-golden hover:text-golden-dark">Smarter Living Phygitally</span>
142142
</h2>
143143
<p class="text-lg sm:text-xl max-w-3xl mx-auto leading-relaxed opacity-90">
144144
Harmonizing life with intelligent technology — for smarter homes, farms, and digitally literate communities across Africa.

src/pages/techstack.astro

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ import Layout from '../layouts/Layout.astro';
5353
</div>
5454

5555
<div class="group flex flex-col items-center gap-2 p-4 bg-white rounded-xl shadow-sm hover:shadow-lg transition-all duration-300 border border-transparent hover:border-golden">
56-
<img src="https://skillicons.dev/icons?i=rust" alt="Rust" class="w-12 h-12 sm:w-14 sm:h-14 transition-transform group-hover:scale-110" />
57-
<span class="text-xs sm:text-sm font-medium text-emerald-800">Rust</span>
56+
<img src="https://skillicons.dev/icons?i=nodejs" alt="Node.js" class="w-12 h-12 sm:w-14 sm:h-14 transition-transform group-hover:scale-110" />
57+
<span class="text-xs sm:text-sm font-medium text-emerald-800">Node.js</span>
5858
</div>
5959

6060
<div class="group flex flex-col items-center gap-2 p-4 bg-white rounded-xl shadow-sm hover:shadow-lg transition-all duration-300 border border-transparent hover:border-golden">
@@ -148,11 +148,6 @@ import Layout from '../layouts/Layout.astro';
148148
<img src="https://i.icoziv.workers.dev/icons?i=streamlit-dark" alt="Streamlit" class="w-12 h-12 sm:w-14 sm:h-14 transition-transform group-hover:scale-110" />
149149
<span class="text-xs sm:text-sm font-medium text-emerald-800">Streamlit</span>
150150
</div>
151-
152-
<div class="group flex flex-col items-center gap-2 p-4 bg-white rounded-xl shadow-sm hover:shadow-lg transition-all duration-300 border border-transparent hover:border-golden">
153-
<img src="https://i.icoziv.workers.dev/icons?i=streamlit-dark" alt="Streamlit" class="w-12 h-12 sm:w-14 sm:h-14 transition-transform group-hover:scale-110" />
154-
<span class="text-xs sm:text-sm font-medium text-emerald-800">Streamlit</span>
155-
</div>
156151

157152
</div>
158153

0 commit comments

Comments
 (0)