-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
189 lines (166 loc) Β· 7.94 KB
/
Copy pathabout.html
File metadata and controls
189 lines (166 loc) Β· 7.94 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About | Costope</title>
<link rel="icon" href="assets/website-icon.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet"/>
<!-- Navbar -->
<script src="navbar.js"></script>
</head>
<body>
<a href="#main" class="skip-link">Skip to content</a>
<div class="container">
<main id="main">
<!-- PAGE HEAD -->
<section class="page-head" aria-label="About intro">
<p class="kicker">About</p>
<h1 class="title">More about me</h1>
<p class="page-sub">
I'm Gustav, known online as <strong>Costope</strong> β a developer from Hamburg, Germany.
I write code, tinker with hardware, and generally can't leave a system alone until I understand how it works.
</p>
</section>
<section class="section" aria-label="Who I am">
<div class="section-head">
<p class="kicker">Background</p>
<h2 class="section-title">Who I am</h2>
<p class="section-sub">
A bit more context than the homepage timeline β who I am, not just what I've built.
</p>
</div>
<div class="profile-split">
<div class="profile-avatar" aria-hidden="true">C</div>
<div class="profile-body">
<p class="profile-text">
Coding is a playground for me; I can build whatever I want digitally. I avoid leaving anything unfinished,
so even minor mistakes cannot hide from me. I'd rather spend extra time getting something right instead of publishing an unfinished project.
</p>
<div class="tags" style="justify-content: flex-start; margin-top: 14px;">
<span class="tag">Creative</span>
<span class="tag">Calm</span>
<span class="tag">Perfectionist</span>
</div>
<blockquote class="quote-block">
<span class="quote-mark" aria-hidden="true">β</span>
I don't run out of ideas β I run out of time to build them all.
<span class="quote-mark" aria-hidden="true">β</span>
</blockquote>
</div>
</div>
</section>
<!-- SPEC SHEET -->
<section class="section" aria-label="Setup and specs">
<div class="section-head">
<p class="kicker">Beyond the code</p>
<h2 class="section-title">The spec sheet</h2>
<p class="section-sub">
Software is most of it, but not all of it β here's the rest of the stack.
</p>
</div>
<dl class="spec-sheet">
<div class="spec-row">
<dt class="spec-key">OS</dt>
<dd class="spec-val">Modded Windows 10, dual-booted with Linux</dd>
</div>
<div class="spec-row">
<dt class="spec-key">Hobbies</dt>
<dd class="spec-val">Guitar, trumpet, dancing, reading, gym</dd>
</div>
<div class="spec-row">
<dt class="spec-key">Habit</dt>
<dd class="spec-val">Customizing & automating my own systems</dd>
</div>
<div class="spec-row">
<dt class="spec-key">Community</dt>
<dd class="spec-val">Active in dev communities & networking</dd>
</div>
<div class="spec-row">
<dt class="spec-key">Goal</dt>
<dd class="spec-val">IT specialist training, then specializing further</dd>
</div>
<div class="spec-row">
<dt class="spec-key">Based in</dt>
<dd class="spec-val">Hamburg, Germany</dd>
</div>
</dl>
</section>
<!-- FEATURED PROJECT: VALTRO -->
<section class="section" aria-label="Featured project: Valtro">
<div class="section-head">
<p class="kicker">What I'm proud of</p>
<h2 class="section-title">Valtro</h2>
<p class="section-sub">
A compound interest calculator I built because the tool I wanted didn't exist yet.
</p>
</div>
<div class="project-spotlight">
<p class="profile-text">
I wanted to see how long it'd take to hit certain financial goals, but couldn't find a
simple calculator for it β so I built one myself.
</p>
<p class="profile-text">
It's a PWA β HTML, CSS, JavaScript β built to skip the App Store's bureaucracy and cost while
still feeling fast and installable. The name comes from "Vault," and the
<strong>.app</strong> domain signals it's a real working tool, not a static page.
</p>
<div class="tags" style="justify-content: flex-start; margin-top: 18px;">
<span class="tag">PWA</span>
<span class="tag">HTML / CSS / JS</span>
<span class="tag">Free & ad-free</span>
<span class="tag">Launching soon</span>
</div>
<div class="cta" style="justify-content: flex-start; margin-top: 20px;">
<a href="https://valtro.app" class="btn" target="_blank" rel="noopener noreferrer">Visit valtro.app</a>
<a href="https://github.com/Costope" class="btn btn-ghost" target="_blank" rel="noopener noreferrer">Code on GitHub <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
</svg></a>
</div>
</div>
</section>
<!-- CTA -->
<section class="section" aria-label="Get in touch">
<div class="section-head">
<p class="kicker">Say hi</p>
<h2 class="section-title">Want to build something or just chat?</h2>
<p class="section-sub">
Check out what I've been working on, or find me on socials down below.
</p>
</div>
<div class="cta">
<a href="projects.html" class="btn">View My Projects</a>
<a href="blog.html" class="btn btn-ghost">Read My Blog</a>
</div>
</section>
<!-- SOCIAL -->
<section class="social" aria-label="Social links">
<div class="social-head">
<p class="kicker">Links</p>
<h2 class="section-title">Find me online</h2>
</div>
<div class="social-row">
<a class="social-link" href="https://discord.com/users/1079849117452349440" target="_blank" rel="noopener noreferrer">
<img src="assets/discord.png" alt="Discord" class="socialicons" />
<span>Discord</span>
</a>
<a class="social-link" href="https://instagram.com/costope21/" target="_blank" rel="noopener noreferrer">
<img src="assets/instagram.png" alt="Instagram" class="socialicons" />
<span>Instagram</span>
</a>
<a class="social-link" href="https://github.com/Costope" target="_blank" rel="noopener noreferrer">
<img src="assets/github.png" alt="GitHub" class="socialicons" style="border-radius: 999px;" />
<span>GitHub</span>
</a>
</div>
</section>
</main>
</div>
</body>
</html>