-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 2.54 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
<html>
<head>
<link rel="stylesheet" href="style.css">
<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=Montserrat:ital,wght@1,900&family=Open+Sans:ital,wght@0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<div class="container">
<div class="mihkel center">
<h1 id="name">Mihkel Tiks</h1>
</div>
<div class="i center">
<h1 id="counter" style='font-size:50px'>1</h1>
</div>
<div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div><div class="."></div>
<div class="portfolio center">
<h1 id ="portfolio" style='font-size:60px'>PORTFOLIO</h1>
</div>
<div class="proj center">
<h1 style='font-size:100px' id="projecttext">project</h1>
</div>
<div class="grr center">
<a href="https://github.com/mmtiks" target="_blank"><img src="GitHub-Logo.png" alt="GitHub" style='width:100%'></a>
</div>
<div class="desc center">
<h1 style='font-size:40px' id="description">description</h1>
</div>
<div onclick="back()" class="up center arrow" >
<h1 >🡅</h1>
</div>
<div onclick="forward()" class="down center arrow">
<h1 >🡇</h1>
</div>
<div class="img center white-bg">
<a href="" id="githublink" target="_blank"> <img id ="image" src="essay.jpg" alt="GitHub" ></a>
</div>
<div class="inf center">
<h1 id="info">info</h1>
</div>
</div>
<script src="script.js"></script>
</body>
</html>