-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (72 loc) · 2.52 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hey I'm Kuldar</title>
<meta
name="description"
content="Nice to meet you"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container">
<!-- Intro -->
<div class="section">
<h1>Hey, I'm Kuldar</h1>
<p>This is my little corner of the web.</p>
<p>I've been making websites for close to 15 years.</p>
<p>
Burned out for a while there, tried to get back to it and found it incredibly difficult.
</p>
<p>Not sure what I am now.</p>
</div>
<!-- Work -->
<div class="section">
<h2>Work</h2>
<p>
I started off as a web designer but have gradually been shifting
towards development and code.
</p>
<p>
I've had the opportunity to help folks at
<a href="https://www.prisma.io/" target="_blank">Prisma</a>,
<a href="https://www.pento.io/" target="_blank">Pento</a>,
<a href="https://bonus.ly/" target="_blank">Bonusly</a>,
<a href="https://www.synack.com/" target="_blank">Synack</a>,
<a href="https://fraktal.co/" target="_blank">Fraktal</a>,
<a href="https://www.perfectline.co/" target="_blank">PerfectLine</a>
and more.
</p>
</div>
<!-- Hobbies -->
<div class="section">
<h2>Hobbies</h2>
<p>
I like
<a href="https://www.youtube.com/watch?v=TeVbYCIFVa8" target="_blank"
>futuristic</a
>, <a href="https://www.youtube.com/watch?v=Jj5Hx-vd0us" target="_blank"
>productive</a
> and <a href="https://www.youtube.com/watch?v=agqxJw5ISdk" target="_blank"
>fancy rockets</a
>.
</p>
</div>
<!-- Links -->
<div class="section">
<h2>Links</h2>
<p>
Find me on
<a href="https://twitter.com/kkuldar" target="_blank">Twitter</a>,
<a href="https://www.facebook.com/kuldarkalvik" target="_blank">Facebook</a>,
<a href="https://www.threads.net/@kkkuldar" target="_blank">Threads</a>,
<a href="https://instagram.com/kkkuldar" target="_blank">Instagram</a> or
<a href="https://github.com/kuldar" target="_blank">Github</a>
</p>
</div>
</div>
</body>
</html>