|
1 | | ---- |
2 | | -import { Image } from "astro:assets"; |
3 | | -import memoji from "../assets/memoji-mac.png"; |
4 | | ---- |
5 | | - |
6 | | -<div> |
7 | | - <div class="flex my-8"> |
8 | | - <Image |
9 | | - alt="Milán Herke" |
10 | | - src={memoji} |
11 | | - loading="eager" |
12 | | - class="h-16 w-16 rounded-lg object-cover mr-4" |
13 | | - /> |
14 | | - <div> |
15 | | - <h1 class="text-xl text-gray-900 dark:text-gray-100 tracking-wider"> |
16 | | - Milán Herke |
17 | | - </h1> |
18 | | - <h1 class="text-gray-600 dark:text-gray-400">Software engineer</h1> |
19 | | - <h1 class="text-sm text-gray-400 dark:text-gray-600 hover:underline"> |
20 | | - <a |
21 | | - href="mailto:milanherke@protonmail.com" |
22 | | - class="inline-flex items-center" |
23 | | - >milanherke@protonmail.com <svg |
24 | | - xmlns="http://www.w3.org/2000/svg" |
25 | | - width="24" |
26 | | - height="24" |
27 | | - viewBox="0 0 24 24" |
28 | | - fill="none" |
29 | | - stroke="currentColor" |
30 | | - stroke-width="2" |
31 | | - stroke-linecap="round" |
32 | | - stroke-linejoin="round" |
33 | | - class="ml-1 h-4 w-4" |
34 | | - ><line x1="7" y1="17" x2="17" y2="7"></line><polyline |
35 | | - points="7 7 17 7 17 17"></polyline></svg |
36 | | - ></a |
37 | | - > |
38 | | - </h1> |
39 | | - </div> |
40 | | - </div> |
41 | | - <div class="my-8"> |
42 | | - <h1 class="text-gray-900 dark:text-gray-100 mb-2 tracking-wider">About</h1> |
43 | | - <p class="text-gray-600 dark:text-gray-400"> |
44 | | - Hi, I'm Milán. I enjoy building creative, cool products. I'm currently |
45 | | - working towards obtaining my bachelor's degree in computer science at the |
46 | | - University of Pécs, Faculty of Sciences. |
47 | | - </p> |
48 | | - </div> |
| 1 | +<div class="my-4 text-gray-600 dark:text-gray-400"> |
| 2 | + Hi, I'm Milán. I enjoy building creative, cool products. I'm currently working |
| 3 | + towards obtaining my bachelor's degree in computer science at the University |
| 4 | + of Pécs, Faculty of Sciences. |
49 | 5 | </div> |
0 commit comments