You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.astro
+18-26Lines changed: 18 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -7,57 +7,49 @@ const pageTitle = "Jim's Personal Space"
7
7
---
8
8
9
9
<Layouttitle={pageTitle}>
10
-
<divclass="container">
10
+
<divclass="home-layout">
11
11
<NeumorphicCardclass="mb-8">
12
-
<h1class="text-4xl font-bold mb-4 text-center">Welcome to <spanclass="text-gradient">Jim's Corner</span></h1>
13
-
<pclass="text-center text-lg">
12
+
<h1class="page-heading text-center">Welcome to <spanclass="text-gradient">Jim's Corner</span></h1>
13
+
<pclass="page-subheading text-center">
14
14
Hello! I'm <strong>Jim</strong>, a computer science student passionate about programming and photography. This is where I document my projects, life insights, and photographic works 📝
0 commit comments