-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-en.html
More file actions
114 lines (103 loc) · 6.1 KB
/
Copy pathindex-en.html
File metadata and controls
114 lines (103 loc) · 6.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" />
<meta name="description" content="Filip Růžička portfolio – I study at CTU, play volleyball and code: JakoPavouk, Glyphtones and much more." />
<meta name="keywords" content="filip, ruzicka, firu, cvut, ctu, sit, prague, developer, programmer, jakopavouk, glyphtones" />
<meta name="author" content="Filip Růžička" />
<meta property="og:url" content="https://firu.dev/en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="firu.dev - Filip Růžička" />
<meta property="og:description" content="Filip Růžička portfolio – I study at CTU, play volleyball and code: JakoPavouk, Glyphtones and much more." />
<meta property="og:image" content="/favicon/facebook.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://firu.dev/en" />
<meta name="twitter:title" content="firu.dev - Filip Růžička" />
<meta name="twitter:description" content="Filip Růžička portfolio – I study at CTU, play volleyball and code: JakoPavouk, Glyphtones and much more." />
<meta name="twitter:image" content="/favicon/twitter.png" />
<script defer src="https://umami.firu.dev/important" data-website-id="0a121d0d-2727-4c5c-a1ef-9de27e8054a3"></script>
<title>firu.dev - Filip Růžička</title>
</head>
<body>
<a id="language" href="/">
Czech
<img src="/assets/globe.svg" alt="Switch to Czech" />
</a>
<main>
<section id="intro">
<h3>Welcome to my personal web!</h3>
<p>My name is Filip Růžička, but everyone on the internet calls me Firu.</p>
<p>
I am a programmer, developer but also a student and a volleyball player. I come from Prague, where I am currently studying Software Engineering at the Czech Technical
University.
</p>
</section>
<section id="projects">
<h2>Personal projects:</h2>
<div id="project-list">
<div>
<a href="https://jakopavouk.cz" target="_blank">
<img src="https://jakopavouk.cz/favicon.svg" alt="Icon" class="logo" width="35" height="35" />
<h3>Jako Pavouk</h3>
<span>("as a spider")</span>
</a>
<a href="https://github.com/firu11/jako-pavouk" target="_blank" class="repo-link" aria-label="GitHub repository for Jako Pavouk">
<img src="/assets/git-branch.svg" alt="" width="24" height="24" />
</a>
<p>A web application for learning touch typing with all ten fingers in Czech.</p>
</div>
<div>
<a href="https://glyphtones.firu.dev" target="_blank">
<img src="https://glyphtones.firu.dev/static/favicons/favicon.svg" alt="Icon" class="logo" width="35" height="35" />
<h3>Glyphtones</h3>
</a>
<a href="https://github.com/firu11/nothing-glyphtones" target="_blank" class="repo-link" aria-label="GitHub repository for Glyphtones">
<img src="/assets/git-branch.svg" alt="" width="24" height="24" />
</a>
<p>A platform for sharing special ringtones made for Nothing phones.</p>
</div>
<div>
<a href="https://git-calendar.org" target="_blank">
<img src="https://git-calendar.org/favicon.svg" alt="Icon" class="logo" width="35" height="35" />
<h3>Git Calendar</h3>
</a>
<a href="https://github.com/git-calendar" target="_blank" class="repo-link" aria-label="GitHub repository for Git Calendar">
<img src="/assets/git-branch.svg" alt="" width="24" height="24" />
</a>
<p>Decentralized, encrypted, open-source Git-backed calendar.</p>
</div>
</div>
</section>
<section id="socials">
<div>
<h2>Also me:</h2>
<div id="link-list">
<a href="https://github.com/firu11" target="_blank" title="firu115">
<img src="/assets/github.svg" alt="Github" width="35" height="35" />
</a>
<a href="https://peerlist.io/firu_" target="_blank" title="firu_">
<img src="/assets/peerlist.svg" alt="Peerlist" width="35" height="35" />
</a>
<a href="https://x.com/ruzickq" target="_blank" title="@ruzickq">
<img src="/assets/twitter.svg" alt="Twitter / X" width="35" height="35" />
</a>
</div>
</div>
<div id="mail">
<h2>Contact:</h2>
<div>
<a href="mailto:firu@firu.dev">firu@firu.dev</a>
<img src="/assets/copy.svg" alt="Copy" class="copy" width="21" height="21" />
</div>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>