-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (58 loc) · 2.94 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mithat Gogebakan</title>
<meta name="description" content="I focus on enhancing cybersecurity for clients across various industries.">
<meta name="author" content="Mithat Gogebakan">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/fonts.css" type="text/css">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/all.min.css">
<link rel="stylesheet" href="./css/vncnt.css">
<link rel="shortcut icon" href="./favicon.ico">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N282N9L92T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N282N9L92T');
</script>
</head>
<body>
<div class="landingpage">
<div class="grid-container fivetoseven" role="main">
<div class="item" aria-label="Avatar">
<section id="avatar">
<img class="avatar" src="./avatar.jpg" alt="avatar.jpg">
</section>
</div>
<div class="grid-container full autocenter">
<section id="bio" aria-label="Biography">
<h1 class="h3-like" aria-level="1" aria-label="Name">Mithat Gogebakan</h1>
<p class="reset-margin" title="About" aria-label="About">I empower businesses with robust cybersecurity solutions.</p>
</section>
<section id="contact" aria-label="Contact">
<div class="icons" aria-label="Links">
<h2 class="h3-like" aria-label="Link Icons">
<a class="icon" href="mailto:[email protected]" target="_blank" rel="noopener">
<i class="fas fa-envelope" title="email" aria-label="Send email."></i>
</a>
<a class="icon" href="https://github.com/mithatgogebakan" target="_blank" rel="noopener">
<i class="fab fa-github" title="github" aria-label="Go to github."></i>
</a>
<a class="icon" href="https://www.linkedin.com/in/mgogebakan" target="_blank" rel="noopener">
<i class="fab fa-linkedin" title="linkedin" aria-label="Go to linkedin."></i>
</a>
<a class="icon" href="https://twitter.com/mithatgogebakan" target="_blank" rel="noopener">
<i class="fab fa-twitter" title="twitter" aria-label="Go to twitter."></i>
</a>
</h2>
</div>
</section>
</div>
</div>
</div>
</body>
</html>