-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (222 loc) · 11.9 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!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">
<title>Ibrakhim Ustelbay</title>
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="about-me">
<nav>
<div class="personal__logo">Ibrakhim Ustelbay</div>
<ul class="nav__link--list">
<li class="nav__link">
<a href="#languages" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">Languages</a>
</li>
<li class="nav__link">
<a href="#projects" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">Projects</a>
</li>
<li class="nav__link">
<a href="mailto:ibrakhimus@gmail.com" class="
nav__link--anchor
nav__link--anchor-primary
">Contact</a>
</li>
</ul>
</nav>
<div class="flex flex-1">
<div class="about-me__info row">
<div class="about-me__info--container">
<figure class="about-me__picture--mask">
<img src="./assets/me.JPG" class="about-me__picture" alt="Picture of me">
</figure>
<h1 class="about-me__info--title">
Hey! I'm <span class="text--purple">Ibrakhim Ustelbay</span> <span class="wave">👋</span>
</h1>
<p class="about-me__info--para">
I'm an immigrant from <strong class="text--purple">Kazakhstan</strong> and a <strong class="text--purple">frontend software engineer</strong> with a passion for
building responsive and clean web applications. I'm
Currently a <strong class="text--purple">Community College student</strong> learning web development.
</p>
<div class="about-me__links">
<a href="https://www.linkedin.com/in/ibrakhim-ustelbay-508a62206/" target="_blank" class="about-me__link">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/Randizzy" target="_blank" class="about-me__link">
<i class="fab fa-github"></i>
</a>
<a href="mailto:ibrakhimus@gmail.com" class="about-me__link">
<i class="far fa-envelope"></i>
</a>
<a href="./assets/Ibrakhim Ustelbay Resume.pdf" target="_blank" class="about-me__link">
<i class="fas fa-file-pdf"></i>
</a>
</div>
</div>
<figure class="about-me__img--container">
<img class="about-me__img" src="./assets/undraw_websites.svg" alt="">
</figure>
</div>
</div>
</section>
<section id="languages">
<div class="container">
<div class="row">
<h1 class="section__title">This is my <span class="text--purple">technology stack</span></h1>
<div class="language__list">
<div class="language">
<figure class="language__img--wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/HTML5_Badge.svg/240px-HTML5_Badge.svg.png"
alt="" class="language__img">
</figure>
<span class="language__name">HTML</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-256/css-131-722685.png" alt=""
class="language__img">
</figure>
<span class="language__name">CSS</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-256/javascript-1-225993.png" alt=""
class="language__img">
</figure>
<span class="language__name">JavaScript</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-256/react-3-1175109.png" alt=""
class="language__img">
</figure>
<span class="language__name">React</span>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<div class="row">
<h1 class="section__title">Here are some of my <span class="text--purple">projects</span></h1>
<ul class="project__list">
<li class="project">
<div class="project__wrapper">
<img src="./assets/library.png" class="project__img" alt="E-Commerce library Project">
<div class="project__description">
<h3 class="project__description--title"> E-Commerce Library</h3>
<h4 class="project__description--sub-title">
HTML, CSS, JavaScript
</h4>
<p class="project__description--para">
Using best practices with HTML5, CSS3 best practices (BEM, animations and transitions, reusable classes and much more), and JavaScript I built an E-library and a clean UI design with a easy-to-understand layout for the website with a burger menu.
</p>
<div class="project__description--links">
<a href="https://github.com/Randizzy/library" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://frolicking-treacle-34e9ad.netlify.app/" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/ePortfolio.png" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">E-Portfolio Project</h3>
<h4 class="project__description--sub-title">
HTML, CSS
</h4>
<p class="project__description--para">
A simple, clean and responsive ePortfolio built with HTML5 and CSS3 best practices (BEM, animations and transitions, reusable classes and much more). The website allows individuals to connect with prospective employers, as well as showcase their skills and projects.
</p>
<div class="project__description--links">
<a href="https://github.com/Randizzy/e-Portfolio" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="#" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/frontend.png" class="project__img" alt="frontend course project">
<div class="project__description">
<h3 class="project__description--title">Frontend Course Project</h3>
<h4 class="project__description--sub-title">
HTML, CSS
</h4>
<p class="project__description--para">
Using HTML5 and BEM CSS3 I bult a landing page of a Frontend Course/Bootcamp Website implementing visual buttons and a contact form.
The website showcases a course where you can learn frontend development.
</p>
<div class="project__description--links">
<a href="https://github.com/Randizzy/Frontend-Clone" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://classy-vacherin-bd68b3.netlify.app/" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<footer>
<div class="row footer__row">
<a href="#" class="footer__anchor">
<figure class="footer__logo">
<img src="./assets/logo.svg" class="footer__logo--img" alt="">
</figure>
<span class="footer__logo--popper">
Top
<i class="fas fa-arrow-up"></i>
</span>
</a>
<div class="footer__social--list">
<a href="https://github.com/Randizzy" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/ibrakhim-ustelbay-508a62206/" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">LinkedIn</a>
<a href="mailto:ibrakhimus@gmail.com" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">Email</a>
<a href="./assets/Ibrakhim Ustelbay Resume.pdf" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">Resume</a>
</div>
<div class="footer__copyright">Copyright © 2022 Ibrakhim Ustelbay</div>
</div>
</footer>
</body>
</html>