-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (129 loc) · 4.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="description"
content="Hello. My name is Fatih Akgöze. I'm Frontend Engineer."
/>
<title>Fatih Akgöze - Frontend Engineer</title>
<meta
itemprop="description"
content="Hello. My name is Fatih Akgöze. I'm Frontend Engineer."
/>
<meta name="robots" content="index, follow" />
<meta name="robots" content="NOODP" />
<meta http-equiv="pragma" content="no-cache" />
<!-- REFERENSE SITE: http://ogp.me/ -->
<meta property="og:title" content="Fatih Akgöze - Frontend Engineer" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://akgoze.dev" />
<meta
property="og:image"
content="https://akgoze.dev/Assets/Images/share-image.png"
/>
<meta
property="og:description"
content="Hello. My name is Fatih Akgöze. I'm Frontend Engineer."
/>
<meta property="og:site_name" content="Fatih Akgöze" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@akgoze" />
<meta name="twitter:title" content="Fatih Akgöze - Frontend Engineer" />
<meta
name="twitter:description"
content="Hello. My name is Fatih Akgöze. I'm Frontend Engineer."
/>
<meta name="twitter:creator" content="@akgoze" />
<meta
name="twitter:image"
content="https://akgoze.dev/Assets/Images/share-image.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="Assets/Images/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="Assets/Images/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="Assets/Images/icons/favicon-16x16.png"
/>
<link rel="manifest" href="site.webmanifest" />
<link
rel="mask-icon"
href="Assets/Images/icons/safari-pinned-tab.svg"
color="#000000"
/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="https://use.typekit.net/stl5mbu.css" />
<link rel="stylesheet" href="Assets/Css/global.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-30925610-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-30925610-1');
</script>
</head>
<body>
<main class="container">
<header id="header">
<img
src="Assets/Images/logo.svg"
alt="Fatih Akgöze logo"
class="logo"
/>
</header>
<article class="content">
<p class="text hello">Hello,</p>
<p class="text">
I'm Fatih Akgöze, <br />
a passionate <strong>Software Technologies</strong> enthusiast.
</p>
<p class="text subtext">
I’m based in <strong>İstanbul</strong>, currently working as<br />
<strong>Software Crafter</strong> at <strong>Craftgate.</strong>
</p>
<h6 class="title-nav">Follow me:</h6>
<nav class="social-menu">
<a
href="https://linkedin.com/in/akgoze"
target="_blank"
class="menu-item"
>LinkedIn</a
>
<a href="https://github.com/akgoze" target="_blank" class="menu-item"
>GitHub</a
>
<a
href="https://www.behance.net/akgoze"
target="_blank"
class="menu-item"
>Behance</a
>
<a href="https://twitter.com/akgoze" target="_blank" class="menu-item"
>Twitter</a
>
</nav>
</article>
</main>
</body>
</html>