forked from EmelyanovDev/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain2.html
80 lines (72 loc) · 3.11 KB
/
main2.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
<!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 href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css " rel="stylesheet">
<title>EmelyanovDev</title>
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-xl-4 col-sm-2"></div>
<div class="col-xl-4 col-sm-8">
<img src="img/MainIcon.png" class="mx-auto d-block main-icon " alt="icon" width="128 px">
<h1 class="text-center text-white main-text title">Emelyanov</h1>
<h4 class="text-center text-white main-text subtitle">Indie game-developer</h4>
</div>
<div class="col-xl-4 col-sm-2"></div>
</div>
</div>
</header>
<div class="content">
<div class="row">
<div class="col-xxl-4 col-md-2 col-sm-0"></div>
<div class="col-xxl-2 col-md-4 col-sm-6">
<a href="https://play.google.com/store/apps/details?id=com.DefaultCompany.ScreenCrash" target="_blank">
<button type="button" class="preview btn"><img src="img/canva-photo-editor.png" width="230px"><br>ScreenCrash</button>
</a>
</div>
<div class="col-xxl-2 col-md-4 col-sm-6">
</div>
<div class="col-xxl-4 col-md-2 col-sm-0"></div>
</div>
</div>
<footer>
<div class="row">
<div class="col-12 contacts_title">Contacts</div>
</div>
<div class="row">
<div class="col-xxl-4 col-md-2 col-sm-0">
</div>
<div class="col-xxl-1 col-md-2 col-sm-3">
<a href="https://github.com/EmelyanovDev" target="_blank">
<button type="button" class="contact btn"><img src="img/GithubWhite.png" width="25px"><br>Github</button>
</a>
</div>
<div class="col-xxl-1 col-md-2 col-sm-3">
<a href="https://t.me/emelyanovDev">
<button type="button" class="contact btn"><img src="img/TelegramWhite.png" width="25px"><br>Telegram</button>
</a>
</div>
<div class="col-xxl-1 col-md-2 col-sm-3">
<a href="https://vk.com/emelyanovdev" target="_blank">
<button type="button" class="contact btn"><img src="img/VkWhite.png" width="25px"><br>Vkontakte</button>
</a>
</div>
<div class="col-xxl-1 col-md-2 col-sm-3">
<a href="mailto:[email protected]">
<button type="button" class="contact btn"><img src="img/GmailWhite.png" width="25px"><br>Gmail</button>
</a>
</div>
<div class="col-xxl-4 col-md-2 col-sm-0">
</div>
</div>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>