File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33``` bash
44pnpm run dev
5+ # go to localhost:3000
6+
7+ # deploy to vercel
8+ # (don't connect to github cuz it requires a pro plan)
9+ vercel
510```
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ export default function LandingPage() {
3636 < p className = "text-xl mb-4" > Learn more about me and my work</ p >
3737 < div className = "space-y-4 flex flex-col justify-center" >
3838 < LinkItem
39- href = "https://youtube.com"
39+ href = "https://www.youtube.com/@tylerdane-com"
40+ target = "_blank"
4041 className = "flex items-center space-x-2"
4142 >
4243 < FaYoutube size = "1.4em" />
@@ -48,7 +49,8 @@ export default function LandingPage() {
4849 </ span >
4950 </ LinkItem >
5051 < LinkItem
51- href = "https://youtube.com"
52+ href = "https://www.compasscalendar.com/"
53+ target = "_blank"
5254 className = "flex items-center space-x-2"
5355 >
5456 < FaCompass size = "1.4em" />
@@ -61,7 +63,8 @@ export default function LandingPage() {
6163 </ LinkItem >
6264
6365 < LinkItem
64- href = "https://youtube.com"
66+ href = "https://www.tylerdane.com/"
67+ target = "_blank"
6568 className = "flex items-center space-x-2"
6669 >
6770 < FaPenNib size = "1.4em" />
@@ -73,7 +76,8 @@ export default function LandingPage() {
7376 </ span >
7477 </ LinkItem >
7578 < LinkItem
76- href = "https://youtube.com"
79+ href = "https://www.linkedin.com/in/tyler-dane/"
80+ target = "_blank"
7781 className = "flex items-center space-x-2"
7882 >
7983 < TiSocialLinkedin size = "1.4em" />
You can’t perform that action at this time.
0 commit comments