Skip to content

Commit dff9803

Browse files
authored
Update index.html
1 parent 4767da7 commit dff9803

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

index.html

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,22 @@
1313
plugins: [require('daisyui')],
1414
daisyui: {
1515
themes: [
16-
'light',
17-
],
16+
{
17+
customdark: {
18+
"primary": "#38bdf8",
19+
"secondary": "#64748b",
20+
"accent": "#f472b6",
21+
"neutral": "#1e293b",
22+
"base-100": "#0f172a",
23+
"base-200": "#1e293b",
24+
"base-300": "#334155",
25+
"info": "#0ea5e9",
26+
"success": "#10b981",
27+
"warning": "#facc15",
28+
"error": "#ef4444"
29+
}
30+
}
31+
]
1832
},
1933
}
2034
</script>
@@ -53,7 +67,7 @@ <h2 class="card-title text-primary">About Me</h2>
5367
<h2 class="text-3xl font-bold text-center text-primary mb-8">Projects</h2>
5468
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
5569
<!-- Project Card -->
56-
<div class="card bg-base-200 shadow-lg">
70+
<div class="card bg-base-200 shadow-lg p-4">
5771
<div class="card-body">
5872
<h3 class="card-title">Discord Bot: DeKay</h3>
5973
<p>
@@ -65,7 +79,7 @@ <h3 class="card-title">Discord Bot: DeKay</h3>
6579
</div>
6680
</div>
6781

68-
<div class="card bg-base-200 shadow-lg">
82+
<div class="card bg-base-200 shadow-lg p-4">
6983
<div class="card-body">
7084
<h3 class="card-title">Query Engine</h3>
7185
<p>
@@ -77,7 +91,7 @@ <h3 class="card-title">Query Engine</h3>
7791
</div>
7892
</div>
7993

80-
<div class="card bg-base-200 shadow-lg">
94+
<div class="card bg-base-200 shadow-lg p-4">
8195
<div class="card-body">
8296
<h3 class="card-title">Calorie Tracker</h3>
8397
<p>
@@ -92,13 +106,11 @@ <h3 class="card-title">Calorie Tracker</h3>
92106
</section>
93107

94108
<!-- Contact -->
95-
<section id="contact" class="container mx-auto">
96-
<div class="card bg-base-200 shadow-xl p-6">
97-
<h2 class="card-title text-primary">Contact</h2>
98-
<p class="mt-4 leading-relaxed">
99-
For professional inquiries or to chat about basketball, anime, or anything in between, feel free to reach out:
100-
</p>
101-
<ul class="mt-4">
109+
<section id="contact" class="w-full">
110+
<div class="footer footer-center p-6 bg-base-300 text-base-content">
111+
<h2 class="text-xl font-semibold text-primary">Contact</h2>
112+
<p class="mt-2">For professional inquiries or to chat about basketball, anime, or anything in between, feel free to reach out:</p>
113+
<ul class="mt-2">
102114
<li>Email: <a href="mailto:[email protected]" class="link link-primary">[email protected]</a></li>
103115
<li>Discord: kongey_dong</li>
104116
<li>Phone: +1 (236) 979-9055</li>

0 commit comments

Comments
 (0)