-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
105 lines (74 loc) · 3.77 KB
/
aboutme.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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>About Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css"
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<style>
body {
margin: 0;
background: url('images/arka.jpg');
background-size: cover;
background-repeat:no-repeat;
display: compact;
display: compact;
}
.icon-bar{ background-color: #A52A2A;}
</style>
<body>
<div class="container-fluid">
<div class = "navbar-header">
<button type = "button" class = "navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class = "collapse navbar-collapse" id = "navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="home.html"><span class="glyphicon glyphicon-home"></span>Home</a></li>
<li><a href="aboutme.html"><span class="glyphicon glyphicon-question-sign"></span>About Me</a></li>
<li><a href="historicalplaces.html"><span class="glyphicon glyphicon-picture"></span>Historical Places</a></li>
<li><a href="localdishes.html"><span class="glyphicon glyphicon-book"></span>Local Dishes</a></li>
<li><a href="usefullinks.html"><span class="glyphicon glyphicon-info-sign"></span>Useful Links</a></li>
<li><a href="registration.html"><span class="glyphicon glyphicon-info-sign"></span>Registration</a></li>
<li><a href="contactme.html"><span class="glyphicon glyphicon-share"></span>Contact Me</a></li>
</ul>
</div>
<br><br><br>
<div class="container-fluid" align="center">
I'm a student in computer engineering department of Anadolu University. I was born in Ankara in 1995.<br>
Here is my hobbies and somethings that i liked.<br><br>
Taking Photo<br>
I especially like taking photographs of cats and nature.
<br>
<img src="images\photo.jpg" width="300" height="300" class="foto" >
<img src="images\cat.jpg" width="300" height="300" class="cat">
<br><br>
I like camping and trekking.<br>
<img src="images\camping.jpg" width="300" height="300" class="camp">
<img src="images\trekking.jpg" width="300" height="300" class="trek">
<br><br>
I love dogs. <br>
<img src="images\dog.jpeg" width="200" height="300" class="dog1">
<img src="images\dogg.jpg" width="200" height="300"class="dog2" >
<br><br>
Reading Book<br>
<img src="images\reading.JPG" width="300" height="200" class="book" >
</div>
</div>
</body>
</html>