-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (59 loc) · 2.35 KB
/
index.html
File metadata and controls
66 lines (59 loc) · 2.35 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Zehra's Website</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<h1>I'm Zehra.</h1>
<h2> a programmer.</h2>
</div>
<div class="middle-container">
<div class="profile">
<!--<img src="computer.png" width="200px" alt="">-->
<h2>Hello!</h2>
<p class="intro">I was born and raised in Turkey and later on moved to the US. I have lovely husband and 3 kids.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="code-img" src="computing.png" width="200px" alt="">
<h3>Desing & Development</h3>
<p class="code-description">I worked as a computer programmer and web designer for 5 years. </p>
</div>
<div class="experience">
<h2>Work Experience</h2>
<div class="skill-row">
<img class="lan-img" src="programming.png" width="200px" alt="">
<p class="code-description">Web Developer - IU(2003-2008)<br>
Programmer - MAB Center(2001-2002)<br>
Intern -GOP University(2001)
</p>
<h3>Languages : </h3>
<p class="code-description">HTML , CSS , Python, SQL , JavaScript </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>if you also like coding like me</h3>
<p class="contact-message">You can reach me just clicking the button which is below.</p>
<br>
<a class="btn" href="mailto:nygulzehra@gmail.com">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://github.com/">GitHub</a>
<a class="footer-link" href="https://nygulzehra.github.io/cv/index.html">Website</a>
<p class="end">© 2022 Zehra Gul.</p>
</div>
</body>
</html>