-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (130 loc) · 5.04 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!doctype html>
<html dir="ltr" lang="ru">
<head>
<meta charset="utf-8">
<title>BakirovLab. Сайт Эльдара Бакирова</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="image/x-icon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<header class="header">
<p style="position: absolute;
width: 190px;
height: 39px;
left: 120px;
top: 30px;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
font-family: 'Montserrat-Bold';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 39px;
/* identical to box height */
color: #F2600C;">BakirovLab</p>
<p style="position: absolute;
width: auto;
height: 15px;
left: 120px;
top: 70px;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* identical to box height */
letter-spacing: 0.165em;
color: #FFFFFF;">Сайт Эльдара Бакирова
</p>
</header>
<main class="main">
<h1>
<style>
h1 {
position: absolute;
width: 602px;
height: 44px;
left: calc(50% - 602px/2 + 28px);
top: calc(50% - 44px/2);
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 44px;
/* identical to box height */
letter-spacing: 0.16em;
color: #111423;
}
</style>
Упс. Сайт ещё не готов <span style="color: #F2600C">:)</span>
</h1>
</main>
<footer class="footer">
<div>
<div>
<p class="p-l">
<style>
.p-l {
position: absolute;
text-align: left;
left: 120px;
position: absolute;
width: auto;
height: 17px;
bottom: 26px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
}
</style>
<span
style="-moz-user-select: -moz-none; -o-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;">✉</span>[email protected]
</p>
<p class="p-r">
<style>
.p-r {
position: absolute;
width: auto;
height: 17px;
bottom: 26px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
position: absolute;
text-align: right;
right: 120px;
}
</style>
© Copyright 2022-<span id="current_year"></ы>, Bakirov E. T.
</p>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.7.1.js"
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<script>
$('#current_year').text(new Date().getFullYear());
</script>
</body>
</html>