-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
86 lines (85 loc) · 3.39 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
76
77
78
79
80
81
82
83
84
85
86
<!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">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/main.css">
<title>EmelyanovDev</title>
</head>
<body>
<div class="wrapper">
<header class="header">
<img src="img/MainIcon.png" class="header--item"/>
<h1 class="header--item">Emelyanov</h1>
<h3 class="header--item">Game-developer</h3>
</header>
<main>
<div class="headline">
<h2>My Projects</h2>
</div>
<section class="content">
<div class="content--item">
<a href="https://play.google.com/store/apps/details?id=com.DefaultCompany.ScreenCrash" target="_blank">
<img src="img/ScreenCrash.png"/>
<h4>ScreenCrash</h4>
</a>
</div>
<div class="content--item">
<a href="https://play.google.com/store/apps/details?id=com.Emelyanov.SpringJumper" target="_blank">
<img src="img/SpringJumper.png"/>
<h4>Spring Jumper</h4>
</a>
</div>
<div class="content--item">
<a href="https://play.google.com/store/apps/details?id=com.Emelyanov.Dojer" target="_blank">
<img src="img/Dojer.png"/>
<h4>Dojer</h4>
</a>
</div>
<div class="content--item">
<a href="https://play.google.com/store/apps/details?id=com.Emelyanov.Prep" target="_blank">
<img src="img/Prep.png"/>
<h4 style="font-size: 18px">Prep - Cooking Simulator</h4>
</a>
</div>
</section>
</main>
<footer>
<div class="headline">
<h2>Contacts</h2>
</div>
<section class="contact">
<div class="contact--item">
<a href="https://github.com/EmelyanovDev" target="_blank">
<img src="img/GithubWhite.png"/>
<h4</h4>
</a>
</div>
<div class="contact--item">
<a href="https://t.me/emelyanovDev" target="_blank">
<img src="img/TelegramWhite.png"/>
<h4></h4>
</a>
</div>
<div class="contact--item">
<a href="mailto:[email protected]" target="_blank">
<img src="img/GmailWhite.png"/>
<h</h4>
</a>
</div>
<!-- <div class="contact--item">
<a href="https://twitter.com/EmelyanovDev" target="_blank">
<img src="img/twitter.png"/>
<h4></h4>
</a>
</div> -->
</section>
<div class="copyright">
<span>Copyright © 2020-2023 Emelyanov All Rights Reserved.</span>
</div>
</footer>
</div>
</body>
</html>