-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (112 loc) · 4.98 KB
/
index.html
File metadata and controls
120 lines (112 loc) · 4.98 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
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
<!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="/src.9ad09f98.css">
<title>Halit Ak</title>
</head>
<body id="#page-top">
<nav>
<div class="container">
<div>
<a href="#me" class="nav-link">Halit Ak</a>
</div>
<div>
<a href="#about" class="nav-link">Hakkımda</a>
<a href="#projects" class="nav-link">Projeler</a>
<a href="#contact" class="nav-link">İletişim</a>
</div>
</div>
</nav>
<section id="me">
<div class="container">
<figure>
<img src="/me.66ab4bb4.png" alt="Halit Ak">
<figcaption>
<h3>Halit Ak</h3>
<hr>
<p>Yazılım Mühendisi</p>
<p><a href="https://docs.google.com/document/d/1xEpFfXrciPsbmETTpJNOblP99lWmoRAK2V7NFfb5R5w/edit?usp=sharing" target="_blank">Öz geçmiş</a></p>
</figcaption>
</figure>
</div>
</section>
<section id="about">
<div class="container">
<h3>Hakkımda</h3>
<hr>
<div class="about-body">
<p>Güncel olarak Front-end ağırlıklı çalışmalar yapmaktayım.<br>Scss, React.js teknolojilerini kullanmaktayım.</p>
<p>Back-end tarafında Node.js ile Rest API uygulamarı yapmaktayım.</p>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<h3>Projeler</h3>
<hr>
<div class="projects-body">
<div class="projects-item">
<p><a href="https://twitter-web-react.halitak.vercel.app/">Twitter Web Clone</a></p>
<small>Next.js ile yazdığım Twitter web clone uygulamasıdır. Pixel perfect yapmaya çalıştım.</small>
</div>
<div class="projects-item">
<p><a href="https://facebook-clone-cra.vercel.app/">Facebook Web Clone</a></p>
<small>React.js ile yazdığım Facebook web clone uygulamasıdır. Pixel perfect yapmaya
çalıştım.</small>
</div>
<div class="projects-item">
<p><a href="https://details-summary-dropdown.vercel.app/">Details Summary Dropdown</a></p>
<small>Details, Summary html elementleri ile javascript kullanmadan dropdown çalışmasıdır.</small>
</div>
<div class="projects-item">
<p><a href="https://details-summary-modal.vercel.app/">Details Summary Modal</a></p>
<small>Details, Summary html elementleri ile javascript kullanmadan modal çalışmasıdır.</small>
</div>
<div class="projects-item">
<p><a href="https://nextjs-ornek-website.halitak.vercel.app/">Next.js, Rick and Morty API</a></p>
<small>Next.js ile yazdığım ilk uygulamadır.</small>
</div>
<div class="projects-item">
<p><a href="https://msb.gov.tr/">Milli Savunma Bakalığı Web UI</a></p>
<small>Milli Savunma Bakalığı web sitesinin UI tasarımı.</small>
</div>
<div class="projects-item">
<p><a href="https://selection-sort.vercel.app/">Selection Sort Animation</a></p>
<small>D3.js kütüphanesi ve ayrıca vanilla javascript ile yazdığım selection sort algoritmasını
görselleştirme projesidir.</small>
</div>
<div class="projects-item">
<p><a href="https://tdk-sozluk-api.vercel.app/">TDK API ile Sözlük Web Uygulaması</a></p>
<small>TDK API kullanarak yazdıgığım Türkçe Sözlük Uygulamasıdır.</small>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<h3>İletişim</h3>
<hr>
<div class="contact-body">
<div class="contact-item">
<small>Telefon</small>
<p>541 220 4857</p>
</div>
<div class="contact-item">
<small>E-posta</small>
<p>ak.halit@outlook.com</p>
</div>
<div class="contact-item">
<small>Github</small>
<p><a href="https://github.com/halitak">github.com/halitak</a></p>
</div>
<div class="contact-item">
<small>Linkedin</small>
<p><a href="https://www.linkedin.com/in/halitak/">linkedin.com/in/halitak</a></p>
</div>
</div>
</div>
</section>
</body>
</html>