|
1 | 1 | "use client"; |
2 | 2 |
|
3 | 3 | import Link from "next/link"; |
| 4 | +import Image from "next/image"; |
4 | 5 | import Logo from "@/components/Logo"; |
5 | 6 | import Card from "@/components/Card"; |
6 | 7 | import toast from "react-hot-toast"; |
7 | 8 |
|
8 | | -import { SiGithub, SiDiscord } from "react-icons/si"; |
| 9 | +import { SiGithub, SiDiscord, SiGmail } from "react-icons/si"; |
9 | 10 | import { FaClock } from "react-icons/fa"; |
10 | 11 | import Header from "@/components/sections/Header"; |
11 | 12 | import Footer from "@/components/sections/Footer"; |
12 | 13 | import CardGrid from "@/components/sections/CardGrid"; |
| 14 | +import FoxFaceplant from "@/public/img/fox_faceplant.gif"; |
13 | 15 | import Clock from "@/components/Clock"; |
14 | 16 |
|
15 | 17 | export default function Home() { |
@@ -59,74 +61,95 @@ export default function Home() { |
59 | 61 | </span> |
60 | 62 | </h3> |
61 | 63 | </Card> |
| 64 | + <Card className="p-0!" rows={2}> |
| 65 | + <Image src={FoxFaceplant} alt={""} className="h-full object-cover"></Image> |
| 66 | + </Card> |
| 67 | + <Card icon={SiGmail}> |
| 68 | + <h3 className="font-medium text-2xl"> |
| 69 | + Mail:{" "} |
| 70 | + <Link |
| 71 | + |
| 72 | + target="_blank" |
| 73 | + className="text-indigo-600" |
| 74 | + > |
| 75 | + |
| 76 | + </Link> |
| 77 | + </h3> |
| 78 | + </Card> |
| 79 | + <Card align="left"> |
| 80 | + <h3 className="font-medium text-2xl">🌱 I'm currently learning</h3> |
| 81 | + <p className="font-mono text-gray-500"> |
| 82 | + React <br /> |
| 83 | + NextJS <br /> |
| 84 | + TailwindCSS |
| 85 | + </p> |
| 86 | + </Card> |
62 | 87 | <Card cols={2} align="left"> |
63 | | - <div> |
64 | | - <h3 className="font-medium text-2xl">Tech Stack or something</h3> |
65 | | - <p className="font-mono text-gray-500"> |
66 | | - OS:{" "} |
67 | | - <Link |
68 | | - href="https://archlinux.org/" |
69 | | - target="_blank" |
70 | | - className="text-indigo-600 underline" |
71 | | - > |
72 | | - Arch Linux |
73 | | - </Link> |
74 | | - <br /> |
75 | | - WM:{" "} |
76 | | - <Link |
77 | | - href="https://hydeproject.pages.dev/" |
78 | | - target="_blank" |
79 | | - className="text-indigo-600 underline" |
80 | | - > |
81 | | - HyDE |
82 | | - </Link>{" "} |
83 | | - ( |
84 | | - <Link |
85 | | - href="https://hypr.land/" |
86 | | - target="_blank" |
87 | | - className="text-indigo-600 underline" |
88 | | - > |
89 | | - Hyprland |
90 | | - </Link> |
91 | | - ) |
92 | | - <br /> |
93 | | - Browser:{" "} |
94 | | - <Link |
95 | | - href="https://zen-browser.app/" |
96 | | - target="_blank" |
97 | | - className="text-indigo-600 underline" |
98 | | - > |
99 | | - Zen Browser |
100 | | - </Link>{" "} |
101 | | - ( |
102 | | - <Link |
103 | | - href="https://www.firefox.com/" |
104 | | - target="_blank" |
105 | | - className="text-indigo-600 underline" |
106 | | - > |
107 | | - Firefox |
108 | | - </Link>{" "} |
109 | | - based) |
110 | | - <br /> |
111 | | - Editor:{" "} |
112 | | - <Link |
113 | | - href="https://code.visualstudio.com/" |
114 | | - target="_blank" |
115 | | - className="text-indigo-600 underline" |
116 | | - > |
117 | | - Visual Studio Code |
118 | | - </Link> |
119 | | - <br /> |
120 | | - Minecraft Launcher:{" "} |
121 | | - <Link |
122 | | - href="https://prismlauncher.org/" |
123 | | - target="_blank" |
124 | | - className="text-indigo-600 underline" |
125 | | - > |
126 | | - Prism Launcher |
127 | | - </Link> |
128 | | - </p> |
129 | | - </div> |
| 88 | + <h3 className="font-medium text-2xl">💻 Tech Stack</h3> |
| 89 | + <p className="font-mono text-gray-500"> |
| 90 | + OS:{" "} |
| 91 | + <Link |
| 92 | + href="https://archlinux.org/" |
| 93 | + target="_blank" |
| 94 | + className="text-indigo-600 underline" |
| 95 | + > |
| 96 | + Arch Linux |
| 97 | + </Link> |
| 98 | + <br /> |
| 99 | + WM:{" "} |
| 100 | + <Link |
| 101 | + href="https://hydeproject.pages.dev/" |
| 102 | + target="_blank" |
| 103 | + className="text-indigo-600 underline" |
| 104 | + > |
| 105 | + HyDE |
| 106 | + </Link>{" "} |
| 107 | + ( |
| 108 | + <Link |
| 109 | + href="https://hypr.land/" |
| 110 | + target="_blank" |
| 111 | + className="text-indigo-600 underline" |
| 112 | + > |
| 113 | + Hyprland |
| 114 | + </Link> |
| 115 | + ) |
| 116 | + <br /> |
| 117 | + Browser:{" "} |
| 118 | + <Link |
| 119 | + href="https://zen-browser.app/" |
| 120 | + target="_blank" |
| 121 | + className="text-indigo-600 underline" |
| 122 | + > |
| 123 | + Zen Browser |
| 124 | + </Link>{" "} |
| 125 | + ( |
| 126 | + <Link |
| 127 | + href="https://www.firefox.com/" |
| 128 | + target="_blank" |
| 129 | + className="text-indigo-600 underline" |
| 130 | + > |
| 131 | + Firefox |
| 132 | + </Link>{" "} |
| 133 | + based) |
| 134 | + <br /> |
| 135 | + Editor:{" "} |
| 136 | + <Link |
| 137 | + href="https://code.visualstudio.com/" |
| 138 | + target="_blank" |
| 139 | + className="text-indigo-600 underline" |
| 140 | + > |
| 141 | + Visual Studio Code |
| 142 | + </Link> |
| 143 | + <br /> |
| 144 | + Minecraft Launcher:{" "} |
| 145 | + <Link |
| 146 | + href="https://prismlauncher.org/" |
| 147 | + target="_blank" |
| 148 | + className="text-indigo-600 underline" |
| 149 | + > |
| 150 | + Prism Launcher |
| 151 | + </Link> |
| 152 | + </p> |
130 | 153 | </Card> |
131 | 154 | <Card> |
132 | 155 | <Clock hasSeconds showSubtext /> |
|
0 commit comments