-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Julia (Kisia)</title>
<link rel="stylesheet" href="fonts/latolatinfonts.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="icon" href="https://avatars2.githubusercontent.com/u/27868542">
</head>
<script src="js/light-mode.js"></script>
<body>
<div id="header-menu">
<div class="dropdown" style="float:right;">
<button class="dropbtn">Language</button>
<div class="dropdown-content" style="right:0;">
<a href="/index.html">English</a>
<a href="/pl/index.html">Polski</a>
</div>
</div>
<div class="dropdown" style="float:left;">
<button class="dropbtn">彡</button>
<div class="dropdown-content" style="left:0;">
<a href="/index.html">Home</a>
<a href="/projects.html">My projects</a>
<a href="https://github.com/lunekiska">GitHub</a>
</div>
</div>
</div>
<div id="container">
<img src="/img/caty-facey-uwu.png" alt="Kisia's sona" width="193" height="250">
<h1>Julia "Kisia" Markiewicz</h1>
<h2>your local fluffy cat person</h2>
<hr/>
Lorem impsum
<hr/>
<p>find me on:</p>
<p><a href="https://www.youtube.com/@lunekiska">youtube</a></p>
<p><a href="https://x.com/lemq_ocp">𝕏</a></p>
<p><a href="https://www.twitch.tv/lunekiska">twitch</a></p>
<p><a rel="me" href="https://chitter.xyz/@kisca">Mastodon</a></p>
<p><a href="https://bsky.app/profile/kisca.bsky.social">Bluesky</a></p>
<p>e-mail: <a href="mailto:[email protected]">mailoo uwu</a></p>
<p>discord: lunekiska</p>
</div>
<div id="footer">
<p>last updated with cat love: 16.03.2024</p>
</div>
</body>
</html>