-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (185 loc) · 8.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets/hero-icon">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<title>Portfolio v5</title>
</head>
<body onload="loadPage()">
<div id="loader" class="loader">
<h2 class="animate">Loading</h2>
</div>
<div id="home" class="container-fluid hero-page">
<nav class="navbar navbar-expand-lg navbar-light bg-transparent">
<div class="container-fluid">
<a class="navbar-brand" href="#">Marat T.</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav" style="margin-left: auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Works</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container" style="height: 100%">
<div class="row">
<div class="col-12" style="margin-top: 40px">
<h1 class="hero_header">
<mark>Welcome</mark>
to my portfolio website! My name is
<mark>Marat</mark>
and I am
<mark>Full Stack Developer</mark>
</h1>
<p class="hero_sub">Working with clients all over the world</p>
<a class="hero_link" href="">Download CV</a>
</div>
</div>
</div>
</div>
<div id="about" class="about_section">
<div class="container">
<div class="row">
<div class="col-6">
<div class="about_card">
<h3>Passionate Full Stack Developer</h3>
<p>Hi! My name is Marat. I have 3+ years of experience in web development and recently graduated
Nazarbayev University with a Computer Science Degree.
Even though, I mostly specialize in the front-end development, I built several projects
where I was involved in creating server infrastructure and writing
the backend/frontend of the application.
Always open to new ideas and interesting projects.
</p>
</div>
</div>
<div class="col-3">
<div class="tech_card">
<img src="assets/vue-logo-wide.png" height="100px" alt="">
</div>
<div class="tech_card">
<img src="assets/quasar.svg" height="80px" alt="">
</div>
<div class="tech_card">
<img src="assets/mysql.jpg" height="120px" alt="">
</div>
</div>
<div class="col-3">
<div class="tech_card">
<img src="assets/laravel-framework_1.png" height="100px" alt="">
</div>
<div class="tech_card">
<img src="assets/sass.png" height="100px" alt="">
</div>
<div class="tech_card">
<img src="assets/grqphql.png" height="90px" alt="">
</div>
</div>
</div>
</div>
</div>
<div id="projects" class="projects_section">
<div class="container">
<h3>Projects</h3>
<div class="row">
<div class="col-6" style="padding-right: 40px">
<a href="https://www.mechta.kz/" target="_blank">
<div class="project_card">
<figure>
<img src="assets/Mechta.png" width="100%" alt="">
</figure>
<h3>Mechta.kz (Part of the Dev Team) <img width="32px" style="margin-left: 10px"
src="assets/right-arrows.png" alt=""></h3>
</div>
</a>
<a href="https://flowtrack.co/" target="_blank">
<div class="project_card">
<figure>
<img src="assets/Flotrack.png" width="100%" alt="">
</figure>
<h3>Flowtrack - Web Designer (Part of the Dev Team) <img width="32px" style="margin-left: 10px"
src="assets/right-arrows.png" alt="">
</h3>
</div>
</a>
</div>
<div class="col-6" style="padding-left: 40px; padding-top: 100px">
<a href="https://www.monicahq.com/" target="_blank">
<div class="project_card">
<figure>
<img src="assets/Monica.png" width="100%" alt="">
</figure>
<h3>Monica (Open Source Contributor) <img width="32px" style="margin-left: 10px"
src="assets/right-arrows.png" alt=""></h3>
</div>
</a>
<a href="https://trustme.kz/" target="_blank">
<div class="project_card">
<figure>
<img src="assets/tct.png" width="100%" alt="">
</figure>
<h3>Trust Me.kz (Part of the Dev Team) <img width="32px" style="margin-left: 10px"
src="assets/right-arrows.png" alt=""></h3>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="contact" class="links_section">
<div class="container">
<h3>Links</h3>
<div class="row">
<div class="col-7">
<a href="https://github.com/sktlmarat" target="_blank" class="link">
<img class="link_i" src="assets/github.jpg" height="50px" alt="">
GitHub
<img class="arrow" src="assets/right-arrows.png" width="25px" alt="">
</a>
<a href="https://www.linkedin.com/in/marat-turlubayev-737a13169/" target="_blank" class="link">
<img class="link_i" src="assets/linkedin.png" height="50px" alt="">
<img class="arrow" src="assets/right-arrows.png" width="25px" alt="">
</a>
<a href="https://www.upwork.com/freelancers/~0137847b4e96fbb6ab" target="_blank" class="link">
<img class="link_i" src="assets/upwork.png" height="50px" alt="">
<img class="arrow" src="assets/right-arrows.png" width="25px" alt="">
</a>
<a href="mailto:sktlmarat@gmail.com" target="_blank" class="link">
<img class="link_i" src="assets/Gmail.png" height="50px" alt="">
Gmail
<img class="arrow" src="assets/right-arrows.png" width="25px" alt="">
</a>
</div>
</div>
</div>
</div>
<footer>
<small>© Copyright 2021, Marat Turlubayev. All rights reserved</small>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script>
function loadPage () {
document.getElementById('loader').style.display = 'none'
}
</script>
</body>
</html>