-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
52 lines (47 loc) · 2.04 KB
/
main.html
File metadata and controls
52 lines (47 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="Logos/favicon.ico" />
<title>MAVERICK</title>
<link rel="stylesheet" href="CSS/master.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fjalla+One|Mukta+Malar|Poppins">
</head>
<body>
<div class="bg">
<div class="dropdown">
<button class="dropbtn">?</button>
<div class="dropdown-content">
<div class="faceandtext">
<img src="Photos/wide-me-2.jpg" alt="face">
<div class="face-text">
Hi, my name is Ivan !
I'm 20 years old. I live in Moscow, doing my Bachelor Degree
in Computer Science in Moscow Aviational Institute.
I enjoy traveling and shooting photos. I'm keen on runing and
rockclimbing. If you want to find more information about me
you can hit ENTER button in the frame and check out my blog.
</div></div>
</div>
</div>
</div>
<div class="caption"><br><br>
<span class="border1">MAVERICK</span><br>
<span class="border3">BLOG</span>
<br>
<br><br><br>
<span class="border2"><a href="about.html" id="link">ENTER</a></span>
</div>
<!-- <div class="social" >
<a href="https://www.instagram.com/mavericks_brainchild/" target="_blank">
<img src="Logos/instagram.svg" alt="IG-logo" class="logo" ></a>
<a href="https://www.facebook.com/profile.php?id=100014060569202" target="_blank">
<img src="Logos/facebook-letter.svg" alt="FB-logo" class="logo"></a>
<a href="https://www.youtube.com/channel/UC-W0MyIZcPgs-kB-8Sk4QNQ?view_as=subscriber" target="_blank">
<img src="Logos/youtube.svg" alt="YT-logo" class="logo"></a>
<a href="https://github.com/mvrck96" target="_blank">
<img src="Logos/github.svg" alt="GH-logo" class="logo"></a>
</div> -->
</div>
</body>
</html>