-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.html
221 lines (196 loc) · 11.6 KB
/
content.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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hackathon</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="./style/content.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
// You can also pass an optional settings object
// below listed default settings
AOS.init({
// Global settings:
disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
startEvent: 'DOMContentLoaded', // name of the event dispatched on the document, that AOS should initialize on
initClassName: 'aos-init', // class applied after initialization
animatedClassName: 'aos-animate', // class applied on animation
useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
disableMutationObserver: false, // disables automatic mutations' detections (advanced)
debounceDelay: 500, // the delay on debounce used while resizing window (advanced)
throttleDelay: 990, // the delay on throttle used while scrolling the page (advanced)
// Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
offset: 0, // offset (in px) from the original trigger point
delay: 3000, // values from 0 to 3000, with step 50ms
duration: 3000, // values from 0 to 3000, with step 50ms
easing: 'ease', // default easing for AOS animations
once: true, // whether animation should happen only once - while scrolling down
mirror: true, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
</script>
</head>
<body>
<div data-aos="fade-right" class="sidebar col-2 d-none d-lg-block">
<div class="card col-10">
<h5 class="p-1">Contacts:</h5>
<div class="d-flex flex-wrap" >
<span class="p-2"><img src="./img/instagram.png" alt=""> Instagram</span>
<span class="p-2"><img src="./img/vk.png" alt=""> Vkontakte</span>
<span class="p-2">+86(150)2169-6754</span>
</div>
</div>
</div>
<header data-aos="fade-in" data-aos-duration="1000" class="header mb-5" >
<div id="navbar-bg" >
<div class="container pt-3">
<div class="navbar">
<div data-aos="fade-down" class="navbar__left">
<a href="./content.html">
MY CV
</a>
</div>
<div data-aos="fade-down" data-aos-duration="1000" class="navbar__right col-12 col-lg-5">
<div class="hamburger-menu">
<input type="checkbox" id="menu__toggle">
<label for="menu__toggle" class="menu__btn">
<span></span>
</label>
<ul class="navbar__menu menu__box navbar__right__menu d-flex justify-content-between pt-3">
<li class="menu__item navbar__item">
<a href="./index.html">Главная</a>
</li>
<li class="menu__item navbar__item">
<a href="./content.html" style="color: red;">Резюме</a>
</li>
<li class="menu__item navbar__item">
<a href="./projects.html">Проекты</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container pt-3">
<div class="card" data-aos="fade-right" data-aos-duration="2000">
<div class="row flex-wrap">
<div class="header__desc p-5 col-12 col-md-5 text-center">
<h1 class="py-1 " data-aos="fade-right" data-aos-duration="1000" >CV</h1>
<p class="py-2 " data-aos="fade-right" data-aos-duration="1000" >Azamat uulu Nurbek</p>
</div>
<div class="col-12 col-md-7 text-center p-5">
<h3>Professional info</h3>
<p>
I'm a paragraph. Click here to add your own text and edit me.
It’s easy. Just click “Edit Text” or double click me to add your
own content and make changes to the font. Feel free to drag and
drop me anywhere you like on your page. I’m a great place for
you to tell a story and let your users know a little more about you.
</p>
</div>
</div>
</div>
<div class="card mt-5" data-aos="fade-right" data-aos-duration="2000">
<div class="row flex-wrap p-1">
<div class="header__desc p-5 col-12 col-md-5 text-center">
<h3 class="py-1 " data-aos="fade-right" data-aos-duration="1000" >TENCENT GROUP</h3>
<p class="py-2 " data-aos="fade-right" data-aos-duration="1000" >Game engineer</p>
<p>Scripts and Animations developer</p>
</div>
<div class="col-12 col-md-7 text-center p-5">
<h3>2018-2020</h3>
<p>
Lead programmer in TENCENT MOBILE.
</p>
<img data-aos="fade-right" class=" col-10 col-md-6 p-3" src="./img/honor.png" alt="">
<p>
Worked on "Honor of Kings" project.
Rpg game
</p>
<img data-aos="fade-right" class=" col-10 col-md-6 p-3" src="./img/pubg.jpg" alt="">
<p>
Worked on "PUBG" project.
Battle royale game
</p>
<div class="hr"></div>
</div>
<div class="header__desc p-5 col-12 col-md-5 text-center">
<h3 class="py-1 " data-aos="fade-right" data-aos-duration="1000" >CD PROJECT RED</h3>
<p class="py-2 " data-aos="fade-right" data-aos-duration="1000" >Game engineer</p>
<p data-aos="fade-right"> Scripts and Animations developer</p>
</div>
<div class="col-12 col-md-7 text-center p-5">
<h3>2015-2018</h3>
<p>
Lead programmer in CD PROJECT RED.
</p>
<img class="col-10 col-md-6 p-3" src="./img/witcher.jpg" alt="">
<p>
Worked on "Witcher 3 Wild Hunt" project.
Rpg game
</p>
<img class="col-10 col-md-6 p-3" src="./img/cyberpunk.jpg" alt="">
<p>
Worked on "CYBERPUNK 2077" project.
Immersive-sim game
</p>
<div class="hr"></div>
</div>
<div class="header__desc p-5 col-12 col-md-5 text-center">
<h3 class="py-1 " data-aos="fade-right" data-aos-duration="1000" >Bethesda studios</h3>
<p class="py-2 " data-aos="fade-right" data-aos-duration="1000" >Game engineer</p>
<p data-aos="fade-right" >Scripts developer</p>
</div>
<div class="col-12 col-md-7 text-center p-5">
<h3>2013-2015</h3>
<p>
Lead programmer in Bethesda.
</p>
<img class="col-10 col-md-6 p-3" src="./img/12d1d9ac840e649ca0d749b0e5d8b403d310b10e.jpeg" alt="">
<p>
Worked on "Skyrim" project.
Rpg game
</p>
<img class="col-10 col-md-6 p-3" src="./img/fallout.jpg" alt="">
<p>
Worked on "Fallout 4" project.
Rpg game
</p>
<div class="hr"></div>
</div>
</div>
</div>
</div>
</header>
<footer data-aos="fade-down" class="footer py-1" >
<div class="container d-flex flex-wrap justify-content-around py-5">
<div class="col-12 col-md-5" >
<p class="col-12 col-md-10"> <img src="./img/uber.png" alt=""> Uber</p>
<p class="col-12 col-md-10"> <img src="./img/vk.png" alt=""> Vkontakte</p>
<p class="col-12 col-md-10"> <img src="./img/instagram.png" alt=""> Instagram</p>
</div>
<div class="col-12 col-md-5" >
<p class="col-12 col-md-10">Нурбекостан, город Нурбек</p>
<p class="col-12 col-md-10">+1-(123)-123-123-123</p>
<p class="col-12 col-md-10">[email protected]</p>
<button class="btn btn-primary col-12 col-md-10">Перезвонить мне</button>
</div>
</div>
</footer>
<div type="button" class="callback-bt">
<div class="text-call">
<i class="fa fa-phone"></i>
<span>Заказать<br>звонок</span>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>