-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (69 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" type="text/css" href="style/media_screen.css">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>about</title>
<meta name="description" content="">
<meta name="author" content="timor">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body>
<div>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="media_screen.css">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>פרויקט סיום</title>
<meta name="description" content="">
<meta name="author" content="timor">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body>
<div id="container">
<header>
<a href="index.html"><img id="rideme" src="img/logonormal.png" ></a>
</header>
<nav>
<ul>
<li id="search">
<a href="search.html"> חיפוש טרמפים </a><img class="car" src="img/thumb.png">
</li>
<li id="adv">
<a href="adv.html"> פרסום טרמפים </a><img class="car" src="img/thumb.png">
</li>
<li id="contact">
<a href="contact.html"> צור קשר </a><img class="car" src="img/thumb.png">
</li>
</ul>
</nav>
<div id="about">
<h3>Trempi</h3>
<p>
Trempi הינה אפליקציה חברתית לשיתוף טרמפים והשתתפות בנסיעות ברחבי ארץ.</p>
<p>האפליקציה ידידותית למשתמש ומותאמת לכל מכשירי הטאבלט הסמטרפון ועוד...</p>
<p><strong>סטודנטים, </strong>ניתן לחפש במוצא וביעד גם לפי מוסדות לימוד!</p>
</div>
<footer>
<a href="about.html">About Trempi</a>
</footer>
</div>
</body>
</html>
</body>
</html>