Skip to content

Commit c1dd192

Browse files
committed
Update github page
1 parent b574e40 commit c1dd192

File tree

14 files changed

+160
-1438
lines changed

14 files changed

+160
-1438
lines changed

src/lib/assets/cv_img_crop.jpg

363 KB
Loading

src/lib/assets/favicon.png

7.98 KB
Loading
83.4 KB
Loading
128 KB
Loading
74.5 KB
Loading
31.2 KB
Loading

src/lib/components/Bird.svelte

Lines changed: 0 additions & 199 deletions
This file was deleted.

src/lib/components/Ground.svelte

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/lib/components/Sky.svelte

Lines changed: 0 additions & 311 deletions
This file was deleted.
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
<script>
2+
import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info';
3+
</script>
4+
5+
{#if twitter}
6+
<a href={`https://twitter.com/${twitter}`} class="group" aria-label="Follow on Twitter">
7+
<svg
8+
viewBox="0 0 24 24"
9+
aria-hidden="true"
10+
class="w-6 h-6 transition fill-zinc-500 group-hover:fill-blue-500 dark:fill-zinc-400 dark:group-hover:fill-zinc-300"
11+
>
12+
<path
13+
d="M20.055 7.983c.011.174.011.347.011.523 0 5.338-3.92 11.494-11.09 11.494v-.003A10.755 10.755 0 0 1 3 18.186c.308.038.618.057.928.058a7.655 7.655 0 0 0 4.841-1.733c-1.668-.032-3.13-1.16-3.642-2.805a3.753 3.753 0 0 0 1.76-.07C5.07 13.256 3.76 11.6 3.76 9.676v-.05a3.77 3.77 0 0 0 1.77.505C3.816 8.945 3.288 6.583 4.322 4.737c1.98 2.524 4.9 4.058 8.034 4.22a4.137 4.137 0 0 1 1.128-3.86A3.807 3.807 0 0 1 19 5.274a7.657 7.657 0 0 0 2.475-.98c-.29.934-.9 1.729-1.713 2.233A7.54 7.54 0 0 0 22 5.89a8.084 8.084 0 0 1-1.945 2.093Z"
14+
/>
15+
</svg>
16+
</a>
17+
{/if}
18+
19+
{#if instagram}
20+
<a href={`https://instagram.com/${instagram}`} class="group" aria-label="Follow on Instagram">
21+
<svg
22+
viewBox="0 0 24 24"
23+
aria-hidden="true"
24+
class="w-6 h-6 transition fill-zinc-500 group-hover:fill-zinc-600 dark:fill-zinc-400 dark:group-hover:fill-zinc-300"
25+
>
26+
<path
27+
d="M12 3c-2.444 0-2.75.01-3.71.054-.959.044-1.613.196-2.185.418A4.412 4.412 0 0 0 4.51 4.511c-.5.5-.809 1.002-1.039 1.594-.222.572-.374 1.226-.418 2.184C3.01 9.25 3 9.556 3 12s.01 2.75.054 3.71c.044.959.196 1.613.418 2.185.23.592.538 1.094 1.039 1.595.5.5 1.002.808 1.594 1.038.572.222 1.226.374 2.184.418C9.25 20.99 9.556 21 12 21s2.75-.01 3.71-.054c.959-.044 1.613-.196 2.185-.419a4.412 4.412 0 0 0 1.595-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.374-1.226.418-2.184.044-.96.054-1.267.054-3.711s-.01-2.75-.054-3.71c-.044-.959-.196-1.613-.419-2.185A4.412 4.412 0 0 0 19.49 4.51c-.5-.5-1.002-.809-1.594-1.039-.572-.222-1.226-.374-2.184-.418C14.75 3.01 14.444 3 12 3Zm0 1.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.67.31.421.163.72.358 1.036.673.315.315.51.615.673 1.035.123.317.27.794.31 1.671.043.95.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.67-.163.421-.358.72-.673 1.036a2.79 2.79 0 0 1-1.035.673c-.317.123-.794.27-1.671.31-.95.043-1.234.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.67-.31a2.789 2.789 0 0 1-1.036-.673 2.79 2.79 0 0 1-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.95-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.67.163-.421.358-.72.673-1.036.315-.315.615-.51 1.035-.673.317-.123.794-.27 1.671-.31.95-.043 1.234-.052 3.637-.052Z"
28+
/>
29+
<path
30+
d="M12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm0-7.622a4.622 4.622 0 1 0 0 9.244 4.622 4.622 0 0 0 0-9.244Zm5.884-.182a1.08 1.08 0 1 1-2.16 0 1.08 1.08 0 0 1 2.16 0Z"
31+
/>
32+
</svg>
33+
</a>
34+
{/if}
35+
36+
{#if github}
37+
<a href={`https://github.com/${github}`} class="group" aria-label="Follow on GitHub">
38+
<svg
39+
viewBox="0 0 24 24"
40+
aria-hidden="true"
41+
class="w-6 h-6 transition fill-zinc-500 group-hover:fill-black dark:fill-zinc-400 dark:group-hover:fill-zinc-300"
42+
>
43+
<path
44+
fillRule="evenodd"
45+
clipRule="evenodd"
46+
d="M12 2C6.475 2 2 6.588 2 12.253c0 4.537 2.862 8.369 6.838 9.727.5.09.687-.218.687-.487 0-.243-.013-1.05-.013-1.91C7 20.059 6.35 18.957 6.15 18.38c-.113-.295-.6-1.205-1.025-1.448-.35-.192-.85-.667-.013-.68.788-.012 1.35.744 1.538 1.051.9 1.551 2.338 1.116 2.912.846.088-.666.35-1.115.638-1.371-2.225-.256-4.55-1.14-4.55-5.062 0-1.115.387-2.038 1.025-2.756-.1-.256-.45-1.307.1-2.717 0 0 .837-.269 2.75 1.051.8-.23 1.65-.346 2.5-.346.85 0 1.7.115 2.5.346 1.912-1.333 2.75-1.05 2.75-1.05.55 1.409.2 2.46.1 2.716.637.718 1.025 1.628 1.025 2.756 0 3.934-2.337 4.806-4.562 5.062.362.32.675.936.675 1.897 0 1.371-.013 2.473-.013 2.82 0 .268.188.589.688.486a10.039 10.039 0 0 0 4.932-3.74A10.447 10.447 0 0 0 22 12.253C22 6.588 17.525 2 12 2Z"
47+
/>
48+
</svg>
49+
</a>
50+
{/if}
51+
52+
{#if linkedin}
53+
<a href={`https://linkedin.com/${linkedin}`} class="group" aria-label="Follow on LinkedIn">
54+
<svg
55+
viewBox="0 0 24 24"
56+
class="w-6 h-6 transition fill-zinc-500 group-hover:fill-blue-600 dark:fill-zinc-400 dark:group-hover:fill-zinc-300"
57+
>
58+
<path
59+
d="M18.335 18.339H15.67v-4.177c0-.996-.02-2.278-1.39-2.278-1.389 0-1.601 1.084-1.601 2.205v4.25h-2.666V9.75h2.56v1.17h.035c.358-.674 1.228-1.387 2.528-1.387 2.7 0 3.2 1.778 3.2 4.091v4.715zM7.003 8.575a1.546 1.546 0 01-1.548-1.549 1.548 1.548 0 111.547 1.549zm1.336 9.764H5.666V9.75H8.34v8.589zM19.67 3H4.329C3.593 3 3 3.58 3 4.297v15.406C3 20.42 3.594 21 4.328 21h15.338C20.4 21 21 20.42 21 19.703V4.297C21 3.58 20.4 3 19.666 3h.003z"
60+
/>
61+
</svg>
62+
</a>
63+
{/if}
64+
65+
{#if resume}
66+
<a href={resume} class="group" aria-label="Read my resume">
67+
<div
68+
class="rounded-md justify-center text-center flex w-6 h-6 transition bg-zinc-500 group-hover:bg-zinc-600 dark:bg-zinc-400 dark:group-hover:bg-zinc-300"
69+
>
70+
<p class="text-white font-normal text-sm">CV</p>
71+
</div>
72+
</a>
73+
{/if}
74+
75+
{#if homepage}
76+
<a href="https://sokrateslamprou.com" class="group" aria-label="See my website">
77+
<!-- <div
78+
class="rounded-md justify-center text-center flex w-6 h-6 transition bg-zinc-500 group-hover:bg-zinc-600 dark:bg-zinc-400 dark:group-hover:bg-zinc-300"
79+
>
80+
</div> -->
81+
<img
82+
class="hover:drop-md rounded-md justify-center text-center flex w-6 h-6 transition bg-zinc-500 group-hover:bg-zinc-600 dark:bg-zinc-400 dark:group-hover:bg-zinc-300"
83+
src={homepage}
84+
alt="homepage"
85+
/>
86+
</a>
87+
{/if}

0 commit comments

Comments
 (0)