-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·104 lines (79 loc) · 3.26 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Petimebak</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/h5bp.css">
<link rel="stylesheet" href="css/screen.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser.
Please <a href="http://browsehappy.com/">upgrade your browser</a> or
<a href="http://www.google.com/chromeframe/?redirect=true">activate Google
Chrome Frame</a>
to improve your experience.</p>
<![endif]-->
<div id="container">
<header>
<div id="logo">
<a href="#"><img src="images/logo.png" /></a>
</div>
</header>
<div class="content">
<!--<h3>Güncel İlanlar</h3>-->
<div id="request-list">
<div class="request-item">
<div class="profile">
<a href="#">
<img src="http://www.gravatar.com/avatar/f4d5d0097f895d0bf18600014c698d18/?default=&s=100" alt=""/>
</a>
</div>
<div class="summary">
<h4>Fikirtepe'de köpek bakacak biri arıyorum</h4>
<p>12 Eylül ve 16 Eylül tarihleri arasında günlük 100TL vereceğim.</p>
<a href="#">@fthrkl</a>
</div>
</div>
<div class="request-item">
<div class="profile">
<a href="#">
<img src="http://www.gravatar.com/avatar/67a249ec35626d6a96ee36cd76c529a1/?default=&s=100" alt=""/>
</a>
</div>
<div class="summary">
<h4>Kadıköy'da kaplumbağa bakacak biri arıyorum</h4>
<p>12 Eylül ve 16 Eylül tarihleri arasında günlük 500TL vereceğim.</p>
<a href="#">@halitalptekin</a>
</div>
</div>
<div class="request-item">
<div class="profile">
<a href="#">
<img src="http://www.gravatar.com/avatar/e70aa173a95f239ee3aa4768b441cb83/?default=&s=100" alt=""/>
</a>
</div>
<div class="summary">
<h4>Bebek bölgesinde at bakacak biri arıyorum</h4>
<p>12 Eylül ve 16 Eylül tarihleri arasında günlük 100TL vereceğim.</p>
<a href="#">@yalniz_kovboy</a>
</div>
</div>
</div>
<div class="action-row">
<a href="#" class="large-button">Yeni İlan Gönder</a>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
</body>
</html>