@@ -3,24 +3,29 @@ layout: default
33title : Welcome
44---
55
6- <p align =" center " >
7- <strong >
8- [ Home] ({{ '/' | relative_url }}) ·
9- [ Projects] ({{ '/projects/' | relative_url }}) ·
10- [ Journal] ({{ '/journal/' | relative_url }}) ·
11- [ Resume] ({{ '/resume/' | relative_url }}) ·
12- [ Contact] ({{ '/contact/' | relative_url }})
13- </strong >
14- </p >
6+ <!-- ──────────────── NAVIGATION BAR ──────────────── -->
7+ <div align =" center " style =" font-size :1.05rem ; font-weight :600 ; margin-bottom :20px ;" >
8+ <a href =" {{ '/' | relative_url }} " >Home</a > ·
9+ <a href =" {{ '/projects/' | relative_url }} " >Projects</a > ·
10+ <a href =" {{ '/journal/' | relative_url }} " >Journal</a > ·
11+ <a href =" {{ '/resume/' | relative_url }} " >Resume</a > ·
12+ <a href =" {{ '/contact/' | relative_url }} " >Contact</a >
13+ </div >
1514
1615---
1716
18- <div align =" center " >
17+ <!-- ──────────────── HERO / TITLE SECTION ──────────────── -->
18+ <div align =" center " style =" margin-top :35px ; margin-bottom :35px ;" >
19+
20+ <h1 style =" font-size :2.8rem ; margin-bottom :0 ;" >👋 Welcome</h1 >
1921
20- # 👋 Welcome
22+ <h2 style =" font-size :2.1rem ; margin-top :5px ; margin-bottom :8px ;" >
23+ I'm <strong >Kristopher Taylor</strong >
24+ </h2 >
2125
22- ## I'm ** Kristopher Taylor**
23- ### Security Engineer · Cloud · Linux · AI
26+ <h3 style =" font-size :1.4rem ; font-weight :500 ; color :#222 ;" >
27+ Security Engineer · Cloud · Linux · AI
28+ </h3 >
2429
2530</div >
2631
@@ -63,7 +68,7 @@ Interested in collaborating or connecting?
6368
6469---
6570
66- <div align =" center " >
71+ <div align =" center " style = " margin-top : 40 px ; " >
6772
6873> “We wait for life to get easier, but life never gets easier. What happens is you handle hard better.”
6974> — * Kara Lawson, Duke University Women’s Basketball*
0 commit comments