-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
378 lines (285 loc) · 11 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="icon" href="css/img/icon1.png">
<title>Yaser.ta</title>
</head>
<body>
<header>
<nav class="nav_container">
<a href="#" class="logo">
<img src="css/img/logo12.png" alt="logo png">
</a>
<div class="links">
<a href="#"class="active">home</a>
<a href="#about ME">about Me</a>
<a href="#My skills">mY skills</a>
<a href="#Working sevices">working proces</a>
<a href="#Contact us">contact us</a>
</div>
<!-- icon of social media-->
<div class="link_media">
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-github"></i></a>
</div>
</nav>
</header>
<!-- end this header-->
<!--start hero section-->
<div class="hero">
<div class="container">
<div class="hero_text">
<h2>I'm Yaser Tarrab</h2>
<h3>Computer Engineer</h3>
<p>I am a computer engineer /who is good at programming and web design</p>
<div class="btns">
<a href="#" class="btn_con">Contact</a>
</div>
</div>
</div>
</div>
<!--end hero-->
<!--about section start-->
<section class="about" id="about ME">
<div class="container">
<div class="about_img">
<!-- <img src="css/img/personal.jpeg"width="400px" alt="">-->
<!-- < img src="img/personal.jpeg" width="400px" alt="">-->
</div>
<div class="about_text">
<h2>ABOUT ME</h2>
<h4>Hello! My name is Yasser Tarrab and I enjoy creating things that live
online. My interest is web development, WordPress, artificial intelligence,
and mobile applications</h4>
<h5>I am a university student in the first year of computer engineering, and I entered computer
science with love and passion,
and I always look forward to developing myself in various programming and technical fields.</h5>
<p>I am proficient in programming languages, including the C family, and I aspire to become
a web developer and the field of artificial intelligence</p>
</div>
</div>
</section>
<!--about section end-->
<!-- start skills-->
<section class="skills" id="My skills">
<div class="skills-container">
<h1>MY SKILLS</h1>
<div class="line">
<hr>
</div>
<div class="line_1">
<hr>
</div>
<br> <br>
<div class="skills-grid">
<div class="skill">
<span>HTML, CSS</span>
<div class="progress-bar">
<div class="progress" style="width: 80%;">80%</div>
</div>
</div>
<div class="skill">
<span>C++</span>
<div class="progress-bar">
<div class="progress" style="width: 85%;">85%</div>
</div>
</div>
<div class="skill">
<span>Graphic Design</span>
<div class="progress-bar">
<div class="progress" style="width: 65%;">65%</div>
</div>
</div>
<div class="skill">
<span>C#</span>
<div class="progress-bar">
<div class="progress" style="width: 30%;">30%</div>
</div>
</div>
<div class="skill">
<span>WordPress</span>
<div class="progress-bar">
<div class="progress" style="width: 85%;">85%</div>
</div>
</div>
<div class="skill">
<span>C</span>
<div class="progress-bar">
<div class="progress" style="width: 70%;">70%</div>
</div>
</div>
</div>
</div>
</section>
<!--end skills-->
<!--study section start-->
<section class="cards" id="services">
<div class="content">
<div class="card">
<div class="icon">
<i class="fa-solid fa-graduation-cap"></i>
</div>
<div class="info">
<p>+3</p>
<h3>Duration of study</h3>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa-solid fa-medal"></i>
</div>
<div class="info">
<p>+3</p>
<h3>Sports</h3>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa-solid fa-diagram-project"></i>
</div>
<div class="info">
<p>+3</p>
<h3>Upcoming projects</h3>
</div>
</div>
</div>
</section>
<!--start working section-->
<section class="working" id="Working sevices">
<h2 class="title">WORKING PROCES</h2>
<div class="line">
<hr>
</div>
<div class="line_1">
<hr>
</div>
<div class="pragraf">
<p> Some of the skills that I master and offer
and are professional in presenting them</p>
</div>
<div class="Consulting">
<div class="car">
<div class="ico">
<p>01.</p>
<div class="line_2">
<hr>
</div>
<i class="fa-solid fa-code"></i>
</div>
<div class="inf">
<h3>Consulting</h3>
<p>I offer you software consulting to create your
own website or your company or online store
with how to work in it and market it in the best way
</p>
</div>
</div>
<div class="car">
<div class="ico">
<p>02.</p>
<div class="line_2">
<hr>
</div>
<i class="fa-solid fa-magnifying-glass-plus"></i>
</div>
<div class="inf">
<h3>SEO</h3>
<p>Strive to improve websites
so that they appear on the
first page of search engines
</p>
</div>
</div>
<div class="car">
<div class="ico">
<p>03.</p>
<div class="line_2">
<hr>
</div>
<i class="fa-brands fa-wordpress"></i>
</div>
<div class="inf">
<h3>Web developer</h3>
<p>The main work currently is creating and
developing websites for companies or
people on the WordPress platform.
</p>
</div>
</div>
</div>
</section>
<!--end working section-->
<!--start project section-->
<section class="projects" id="projects">
<h2 class="title">SOME OF MY WORK</h2>
<div class="line">
<hr>
</div>
<div class="line_1">
<hr>
</div>
<div class="cont">
<div class="project_card">
<div class="project_img">
<img src="css/img/some of 1.png" alt="">
</div>
</div>
<div class="project_card">
<div class="project_img">
<img src="css/img/some of 2.png" alt="">
</div>
</div>
<div class="project_card">
<div class="project_img">
<img src="css/img/some of 3.png" alt="">
</div>
</div>
</div>
</section>
<!--start project section-->
<!--start form section-->
<section class="contact_us" id="Contact us">
<h2 class="title">GET IN TOUCH</h2>
<div class="line">
<hr>
</div>
<div class="line_1">
<hr>
</div>
<div class="container">
<div class="social_links_contact">
<div class="links">
<a href="#"><i class="fa-solid fa-phone"></i>call Us:+905523740810</a>
<a href="#"><i class="fa-solid fa-envelope"></i>[email protected]</a>
<a href="#"><i class="fa-solid fa-location-dot"></i>Turky/Istanbul</a>
</div>
</div>
<form class="form_contact" action="">
<div class="inputs_form">
<input type="text" placeholder="Your Name" required>
<input type="text" placeholder="Email" required>
<input type="text" placeholder="Phone number" required>
<input type="text" placeholder="subject" required>
<textarea name="" rows="10" placeholder="Your Massage" id=""></textarea>
</div>
<button class="btn_cta_contact">Submit Form</button>
</form>
</div>
<script src="js/main.js"></script>
</section>
<footer class="footer">
<p class="footer_title">Design / Yasir.ta</p>
<div class="link_media_1">
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-github"></i></a>
</div>
</footer>
</body>
</html>