-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (88 loc) · 4.41 KB
/
index.html
File metadata and controls
90 lines (88 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PQ92D47');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="apple-mobile-web-app-title" content="Yunus Gülcü" />
<meta name="application-name" content="Yunus Gülcü" />
<meta name="msapplication-TileColor" content="#121212" />
<meta name="theme-color" content="#ffffff" />
<title>Yunus Gulcu</title>
<meta name="description" content="Profile page for Yunus Gulcu" />
<meta name="author" content="Yunus Gulcu" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-PQ92D47"
height="0"
width="0"
style="display: none; visibility: hidden"
title="gtm"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="container">
<div class="masthead clearfix">
<div class="container inner"><h3 class="masthead-brand">Yunus Gulcu</h3></div>
</div>
<div class="inner cover">
<h1 class="cover-heading">Hello There!</h1>
<p class="lead">I intend to fill this page with links to my online presence.</p>
<a href="https://www.linkedin.com/in/yunus-gülcü-815510154" class="fa fa-block fa-linkedin"></a>
<a href="https://github.com/Manivela" class="fa fa-block fa-github"></a><br />
<a href="https://www.facebook.com/yunus.gulcu" class="fa fa-block fa-facebook"></a>
<a href="https://twitter.com/ynsglc" class="fa fa-block fa-twitter"></a>
<a href="https://www.instagram.com/ynsglc" class="fa fa-block fa-instagram"></a>
<div class="d-flex justify-content-center flex-column">
<span>My open-source GitHub Projects:</s>
<ul class="list-unstyled">
<li><a href="https://p2p.yunusgulcu.com">p2p games</a> <a href="https://github.com/Manivela/p2pgames" class="fa fa-github"></a></li>
<li><a href="https://enpara.yunusgulcu.com/">enpara summary</a> <a href="https://github.com/Manivela/enpara" class="fa fa-github"></a></li>
<li><a href="https://www.yunusgulcu.com/">this page</a> <a href="https://github.com/Manivela/manivela.github.io" class="fa fa-github"></a></li>
<li><a href="https://github.com/Manivela/ManiBot">ManiBot</a> <a href="https://github.com/Manivela/ManiBot" class="fa fa-github"></a></li>
<li><a href="https://www.yunusgulcu.com/blog/">My Blog (never used)</a> <a href="https://github.com/Manivela/blog" class="fa fa-github"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="magny" data-projectId="339a2a89-6272-40cc-a297-01b02d624970"></div>
<script src="https://magny-frontend.pages.dev/index.js"></script>
<link href="https://magny-frontend.pages.dev/index.css" rel="stylesheet" type="text/css" />
</body>
</html>