-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (170 loc) · 9.26 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8">
<title>What Is All About</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/styles-index.css" />
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico">
</head>
<body class="loading">
<div id="loader"></div>
<div id="main-content" style="display: none;">
<header class="d-flex flex-row header">
<div class="header__title">
<a href="/index.html"><img src="favicon.ico" alt="logo" class="header-icon"></a>
<a>What is all about</a>
</div>
<nav class="header--navs">
<a class="header--nav" href="/index.html">About</a>
<a class="header--nav" href="/fe-way.html">Front-end way</a>
<a class="header--nav dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" role="button">Other focking things</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="header--nav dropdown-item" href="https://seygorin.github.io/tetris/">Tetris</a>
<a class="header--nav dropdown-item" href="https://seygorin.github.io/calculator/">Calculator</a>
<a class="header--nav dropdown-item disabled" href="#">Translator</a>
<a class="header--nav dropdown-item" href="https://codepen.io/seygorin" target="_blank">Codepen</a>
<a class="header--nav dropdown-item" href="https://www.codewars.com/users/seygorin" target="_blank">Codewars</a>
</div>
<a class="github" href="https://github.com/seygorin" target="_blank">/Github</a>
</nav>
</header>
<main class="main-flexy">
<section>
<div>
<button class="btn btn--menu">OPEN</button>
</div>
<nav class="menu">
<button class="btn btn--close">CLOSE</button>
<ul class="menu__inner">
<li class="menu__item"><a class="menu__link" href="#what-name">What's Name?</a></li>
<li class="menu__item"><a class="menu__link" href="#who">Who?</a></li>
<li class="menu__item"><a class="menu__link btn--modal-open" href="#">What's done?</a></li>
<li class="menu__item"><a class="menu__link btn--modal-open" href="#more-about">More info?</a></li>
<li class="menu__item"><a class="menu__link" href="#quote">Some quote?</a></li>
</ul>
</nav>
</section>
<section id="what-name" class="flexy">
<div>
<button class="btn btn--menu-img btn--3d">3D</button>
<button class="btn btn--close-img btn--2d">2D</button>
</div>
<div class="content__img-position two-d">
<img class="content__img" src="img/1.png" alt="Myself, but better"/>
</div>
<div class="content__img-position three-d">
<img class="content__img" src="img/1-1.png" alt="Myself irl"/>
</div>
<h2 class="content__title">
<div id="rev-1" class="content__title__inner">Sergey </div><br/>
<div id="rev-2" class="content__title__inner content__title-inner-1">Gorin</div>
</h2>
</section>
<section id="who" class="flexy">
<h2 class="content__title content__title-m ">
<div id="rev-3" class="content__title__inner">Front-end</div><br/>
<div id="rev-4" class="content__title__inner content__title-inner-2">Developer</div>
</h2>
</section>
<section id="more-about" class="flexy">
<div>
<button id="rev-7" class="btn btn--default btn--form-open content__btn">That button</button>
</div>
<div id="rev-5">
<h3 class="content__title content__title-s">Some more information about?</h3>
<p class="content__description">Smash that button below!</p>
</div>
</section>
<section class="form">
<form class="form__inner" style="border:3px solid black">
<div class="form__section">
<label class="form__label">First Name</label>
<input class="form__input" type="text" name="name" placeholder="Sergey" disabled>
</div>
<div class="form__section">
<label class="form__label">Last Name</label>
<input class="form__input" type="text" name="name" placeholder="Gorin" disabled>
</div>
<div class="form__section">
<label class="form__label">E-mail</label>
<input class="form__input" type="email" name="email" placeholder="seygorin@gmail.com" disabled>
</div>
<div class="form__section">
<label class="form__label">Telegram</label>
<input class="form__input" type="tel" name="tel" placeholder="@seygorin" disabled>
</div>
<div class="form__section">
<label class="form__label">Do you like what you see?</label>
<select class="form__select">
<option>Yes</option>
<option>Maybe</option>
<option>No</option>
</select>
</div>
<div class="form__section form__section-right">
<span class="form__close">CLOSE</span>
<a href="https://www.facebook.com/SeyGorin" target="_blank" class="btn btn--social" >FB</a>
<a href="https://vk.com/sergeygorinkz" target="_blank" class="btn btn--social">VK</a>
<a href="https://www.linkedin.com/in/sergey-gorin/" target="_blank" class="btn btn--social">in</a>
<a href="https://www.youtube.com/c/SergeyGorinKz" target="_blank" class="btn btn--social">YT</a>
</div>
</form>
</section>
<section id="quote" class="flexy" >
<div class="dual">
<div class="dual__inner" id="rev-6">
<div class="dual__half"></div>
</div>
<div class="dual__content">
"Always leave the campground cleaner than you found it. When you find a mess on the ground, clean it, doesn’t matter who did it. Your job is to always leave the ground cleaner for the next campers."<span class="author">― Robert C. Martin</span>
</div>
</div>
</section>
<section>
<div class="modal-box">
<div class="modal__inner">
<h3 class="modal__title">Seriously?!</h3>
<ul class="modal__text">
<li><a href="https://github.com/seygorin/tetris" target="_blank>">Tetris!</a></li>
<li><a href="https://github.com/seygorin/calculator" target="_blank">Calculator!</a></li>
<li href="#">Translator!</li>
<li><a href="https://github.com/seygorin/create-react-app-coursera" target="_blank">SPA on React.js!</a></li>
<li><a href="https://github.com/seygorin/create-site-style-coursera" target="_blank">Some site with Bootstrap v4!</a></li>
<li><a href="https://github.com/seygorin/basic-web-coursera" target="_blank">Some site without Bootstrap v4!</a></li>
</ul>
<button class="btn btn--default">OK</button>
<button class="btn btn--default btn--modal-close">WOW</button>
</div>
</div>
</section>
</main>
<footer class="d-flex flex-row justify-content-center">
<nav class="header--navs dropup">
<a class="header--nav" href="/index.html">About</a>
<a class="header--nav" href="/fe-way.html">Front-end way</a>
<a class="header--nav dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" role="button">Other focking things</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="header--nav dropdown-item" href="https://seygorin.github.io/tetris/">Tetris</a>
<a class="header--nav dropdown-item" href="https://seygorin.github.io/calculator/">Calculator</a>
<a class="header--nav dropdown-item disabled" href="#">Translator</a>
<a class="header--nav dropdown-item" href="https://codepen.io/seygorin" target="_blank">Codepen</a>
<a class="header--nav dropdown-item" href="https://www.codewars.com/users/seygorin" target="_blank">Codewars</a>
</div>
<a class="github" href="https://github.com/seygorin" target="_blank">/Github</a>
</nav>
</footer>
</div>
<script src="js/jquery.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/anime.min.js"></script>
<script src="js/revealFx.js"></script>
<script src="js/scrollMonitor.js"></script>
<script src="js/scripts-index.js"></script>
</body>
</html>