-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (56 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@23ovii</title>
<!-- CSS -->
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="photos/favicon.png">
<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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/72d80ba19d.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="page1" class="container">
<div class="welc">
<h1 class="gradient"><a href="#page2" title="click me!"> welcome to <br> 23ovii.github.io</h1></a>
</div>
</div>
<div id="page2" class="container">
<div class="portofolio">
<h2 class="name"><a href="https://github.com/23ovii" title="@23ovii on github" target="_blank">@23ovii</a></h2>
<p class="readme">hello world👋🏻<br>
Welcome! My name is ovii, I am from Romania and I'm 16 years old.<br>
At the moment I'm in high-school and in my free time I am learning to code, editing or gaming.
</p>
<p class="skills">skills</p>
<div class="skills-container">
<ul class="skill-list">
<li><img src="https://skillicons.dev/icons?i=html" class="img"> HTML - still learning, learning it by myself</li>
<li><img src="https://skillicons.dev/icons?i=css" class="img"> CSS - still learning, learning it by myself</li>
<li><img src="https://skillicons.dev/icons?i=cpp" class="img"> C++ - still learning, learning it in high-school</li>
<li><img src="https://skillicons.dev/icons?i=js" class="img"> JS - planned to learn next</li>
</ul>
<ul class="tools">
<li>Visual Studio Code <img src="https://skillicons.dev/icons?i=vscode" class="img"></li>
<li>Photoshop <img src="https://skillicons.dev/icons?i=ps" class="img" id="ps"></li>
<li>Github <img src="https://skillicons.dev/icons?i=github" class="img" id="github"></li>
</ul>
</div>
</div>
<footer class="footer">work in progress <i class="fa-solid fa-heart"></i></footer>
</div>
<script>
// not needed rn, feels useless;
// window.onload = function() {
// if (window.location.hash === '#page2', '#page3') {
// window.location.hash = '#page1';
// }
// };
</script>
</body>
</html>