-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Semih Aydın</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="header">
<a href="" class="name">Semih Aydın</a>
<div class="header-right">
<a class="links" href="https://github.com/semihaydin0">
<img border="0" alt="GitHub" src="/images/github.png">
</a>
<a class="links" href="https://www.linkedin.com/in/semih-aydin-0/">
<img border="0" alt="LinkedIn" src="/images/linkedin.png">
</a>
<a class="links" href="mailto:semihaydn034@gmail.com">
<img border="0" alt="Mail" src="/images/mail.png">
</a>
</div>
</div>
<div class="container">
<p>I'm a developer.</p>
</div>
<div class="footer">
<p>Copyright© 2021</p>
</div>
</body>
</html>