-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
280 lines (272 loc) · 7.82 KB
/
contacts.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
<!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" />
<meta
name="description"
content="contact the best front-end developer in Istanbul"
/>
<title>Portfolio Contact page - Olga Dietiuk Kahraman</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"
></script>
<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=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/758ed9b136.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="/style/style.css" />
</head>
<body>
<nav
class="navbar navbar-expand-lg bg-body-tertiary fixed-top"
data-bs-theme="dark"
>
<div class="container-fluid">
<a class="navbar-brand grey" href="/"><strong>Portfolio</strong></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="justify-content-end collapse navbar-collapse"
id="navbarNav"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/"
><strong>Home</strong></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="/projects.html"
><strong>Projects</strong></a
>
</li>
<li class="nav-item">
<a class="nav-link active" href="/contacts.html"
><strong>Contacts</strong></a
>
</li>
</ul>
</div>
</div>
</nav>
<div class="container contact-page">
<h3 class="text-center">
OLGA
<div class="grey-heading">KAHRAMAN</div>
</h3>
<hr />
<h2 class="text-center mt-4">
<i class="fa-brands fa-react rotating"></i> Junior Front-end developer, based in Jersey City, USA
</h2>
<a
href="https://drive.google.com/file/d/1F0tera1ncRT2quntBA1BtvGfZEljuYjg/view?usp=sharing"
class="text-center action"
target="_blank"
title="My Resume"
><strong>Resume <i class="fa-solid fa-angles-right"></i></strong
></a>
<a
href="https://www.linkedin.com/in/olga-kahraman"
target="_blank"
title="My LinkedIn account"
class="text-center action"
><strong>LinkedIn <i class="fa-solid fa-angles-right"></i></strong
></a>
<div class="row tech text-center mt-5">
<div class="col">
<img
src="/images/html.png"
alt="hmtl"
title="HTML"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/css.png"
alt="css"
title="CSS"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/javascript.png"
alt="js"
title="JavaScript"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/editor.png"
alt="editor"
title="VS Code"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/api.png"
alt="API"
title="API"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/github.png"
alt="editor"
title="GitHub"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/bootstrap.png"
alt="bootstrap"
title="Bootstrap"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/hosting.png"
alt="hosting"
title="Netlify"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/flexbox.png"
alt="flexbox"
title="Flexbox"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/SEO.png"
alt="SEO"
title="SEO"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/responsive.png"
alt="responsive"
title="Responsive"
class="p-1"
width="70"
/>
</div>
<div class="col">
<img
src="/images/react.png"
alt="react"
title="React JS"
class="p-1 rotating"
width="70"
/>
</div>
</div>
<footer>
<div
class="contact-box d-flex justify-content-between mb-5 d-none d-md-flex"
>
<div>
<h4 class="grey">Work Inquiry</h4>
<p class="">Let's work together!</p>
</div>
<div>
<a
href="mailto:[email protected]"
class="btn btn-branding mt-3 "
title="Contact Olga"
target="_blank"
>Contact me</a
>
</div>
</div>
<a
href="mailto:[email protected]"
class="email-link d-flex justify-content-center m-4 text-shadow"
target="_blank"
title="Email Olga"
>
<i class="fa-solid fa-envelope p-1"></i
><strong>[email protected]</strong></a
>
<div class="social-links d-flex justify-content-center">
<a
href="https://www.linkedin.com/in/olga-dietiuk-kahraman/"
target="_blank"
title="Linkedin Profile"
>
<i class="fa-brands fa-linkedin"></i
></a>
<a
href="https://github.com/olgakahraman"
target="_blank"
title="GitHub Profile"
>
<i class="fa-brands fa-github"></i
></a>
</div>
<p class="text-center m-5">
This project was coded by <strong>Olga Dietiuk Kahraman</strong> and
it is
<a
class="open-sourced text-shadow"
href="https://github.com/olgakahraman/my-portfolio"
target="_blank"
><strong>open-sourced</strong></a
>
</p>
<div class="text-center">
<a href="/contacts.html" class="text-shadow"
><strong
><small><i class="fa-solid fa-angles-up"></i></small></strong
></a>
</div>
</footer>
</div>
</body>
</html>