-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (112 loc) · 3.7 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
<!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="Kişisel websiteme hoşgeldiniz. Burada bana ulaşabileceğiniz sosyal platformların linklerini bulabilirsiniz."
/>
<meta
property="og:site_name"
content="Tahsin Safa Elmalı - Kişisel Web Sitesi"
/>
<meta
property="og:title"
content="Tahsin Safa Elmalı - Kişisel Web Sitesi"
/>
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.safaelmali.com" />
<meta
name="google-site-verification"
content="Jz2eHItQHiBkbSMWyawch2C0vtCYN0twbYkhfd0hS6M"
/>
<title>T.Safa Elmalı</title>
<link rel="icon" href="./img/favicon.ico" />
<!--Bootstrap 4 CSS-->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
/>
<!--External Stylesheet-->
<link rel="stylesheet" href="css/main.css" />
<!--Animate.css-->
<link rel="stylesheet" href="css/animate.css" />
<!--Typed.js-->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.9"></script>
<!--Font Awesome-->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!--Google Font-->
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-138208404-1"
></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="mt-4 col-12 text-center">
<img
class="
img-center img-responsive
mt-4
rounded-img
animated
fadeInLeft
"
src="img/avatar.jpeg"
/>
<p class="mt-3 firstText"></p>
<p class="mt-3 personalInfo"></p>
<p class="mediaInfoStart"></p>
<div id="flip">
<div>
<p>Twitter</p>
</div>
<div>
<p>LinkedIn</p>
</div>
<div>
<p>Medium</p>
</div>
<div>
<p>Github</p>
</div>
</div>
<p class="mediaInfoEnd"></p>
<div class="icons d-block mx-auto">
<a href="https://twitter.com/SafaElmali" target="_blank"
><span class="rounded-icon fa fa-twitter fa-2x"></span
></a>
<a href="https://www.linkedin.com/in/tsafaelmali/" target="_blank"
><span class="rounded-icon fa fa-linkedin fa-2x"></span
></a>
<a href="https://github.com/SafaElmali" target="_blank"
><i class="rounded-icon fa fa-github fa-2x" aria-hidden="true"></i
></a>
<a href="https://medium.com/@tsafaelmali" target="_blank"
><span class="rounded-icon fa fa-medium fa-2x"></span
></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="mt-4 col-12 text-center">
<p class="mailInfo"></p>
</div>
</div>
</body>
<!--Bootstrap 4 JS-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!--Typed.js-->
<script src="js/main.js"></script>
</html>