-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfastfood.html
197 lines (144 loc) · 6.71 KB
/
fastfood.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!doctype html>
<html lang="he-IL" >
<head>
<meta charset="utf-8" />
<title>פאסטפוד</title>
<link rel="stylesheet" href="css,Pictures/fastfood.css">
<link rel="stylesheet" type="text/css" href="css,Pictures/all.css">
<link rel="icon" href="https://media.giphy.com/media/3o7TKUGccxlaQqdgRO/giphy.gif" type="image/gif" sizes="16x16">
<script>
function allowDrop(ev) {
ev.preventDefault();
}
function drag(ev) {
ev.dataTransfer.setData("text", ev.target.id);
}
function drop(ev) {
ev.preventDefault();
var data = ev.dataTransfer.getData("text");
ev.target.appendChild(document.getElementById(data));
}
</script>
</head>
<body dir="rtl">
<div id="rate">
<header id="top_header">
<h1 id="fast">פאסטפוד</h1>
</header>
<nav id ="city">
<ul>
<li id="black">המבורגר</li>
<li id="black">פיצה</li>
<li id ="black">אחר</li>
</ul>
</nav>
<div id="alon">
<div id="sivan">
<section id="hamb" ondrop="drop(event)" ondragover="allowDrop(event)">
<article>
<header>
<h1>המבורגר</h1>
</header>
<ul>
<li id="26" draggable="true" ondragstart="drag(event)" width="336" height="69">גורמה 26</li>
<li id="vat" draggable="true" ondragstart="drag(event)" width="336" height="69">וטרינה</li>
<li id="port" draggable="true" ondragstart="drag(event)" width="336" height="69">פורט 19</li>
<li id="fatcow" draggable="true" ondragstart="drag(event)" width="336" height="69">fat-cow</li>
<li id="america" draggable="true" ondragstart="drag(event)" width="336" height="69">אמריקה בורגר</li>
<li id="90" draggable="true" ondragstart="drag(event)" width="336" height="69">כביש 90</li>
<li id="cricle" draggable="true" ondragstart="drag(event)" width="336" height="69">קציצה עגלגלה</li>
<li id="meatbarburger" draggable="true" ondragstart="drag(event)" width="336" height="69">מיטבר בורגר</li>
<li id="morden" draggable="true" ondragstart="drag(event)" width="336" height="69">מורדן-בר</li>
<li id="father" draggable="true" ondragstart="drag(event)" width="336" height="69">המקום של אבא</li>
<li id="burger" draggable="true" ondragstart="drag(event)" width="336" height="69">דלישס המבורגר</li>
<li id="memfis" draggable="true" ondragstart="drag(event)" width="336" height="69">ממפיס</li>
<li id="Jozef" draggable="true" ondragstart="drag(event)" width="336" height="69">ג'וזף</li>
<li id="rain" draggable="true" ondragstart="drag(event)" width="336" height="69">רינבו</li>
</ul>
</article>
</section>
<section id="pizza" ondrop="drop(event)" ondragover="allowDrop(event)">
<article>
<header>
<h1 id="telh">פיצה</h1>
</header>
<ul>
<li li id="sle" draggable="true" ondragstart="drag(event)" width="336" height="69">סליס</li>
<li li id="ted" draggable="true" ondragstart="drag(event)" width="336" height="69">תדר</li>
<li li id="ferska" draggable="true" ondragstart="drag(event)" width="336" height="69">פיצה פרסקה</li>
<li li id="broyklin" draggable="true" ondragstart="drag(event)" width="336" height="69">ברוקלין</li>
<li li id="night" draggable="true" ondragstart="drag(event)" width="336" height="69">פיצת לילה</li>
<li li id="toni" draggable="true" ondragstart="drag(event)" width="336" height="69">טוני וספה</li>
<li li id="abaebnel" draggable="true" ondragstart="drag(event)" width="336" height="69">אברבנאל</li>
<li li id="the pizza" draggable="true" ondragstart="drag(event)" width="336" height="69">הפיצה</li>
<li li id="poza" draggable="true" ondragstart="drag(event)" width="336" height="69">פוזה</li>
<li li id="philip" draggable="true" ondragstart="drag(event)" width="336" height="69">פיליפ</li>
<li li id="arzili" draggable="true" ondragstart="drag(event)" width="336" height="69">ארציאלי</li>
<li li id="gusto" draggable="true" ondragstart="drag(event)" width="336" height="69">גוסטו</li>
</ul>
</article>
</section>
<section id="other" ondrop="drop(event)" ondragover="allowDrop(event)">
<article>
<header>
<h1 id="telh">אחר</h1>
</header>
<ul>
<li li id="sri" draggable="true" ondragstart="drag(event)" width="336" height="69">שרי הרינג</li>
<li li id="magic" draggable="true" ondragstart="drag(event)" width="336" height="69">הקוסם</li>
<li li id="bino" draggable="true" ondragstart="drag(event)" width="336" height="69">בינו</li>
<li li id="miznon" draggable="true" ondragstart="drag(event)" width="336" height="69">המזנון</li>
<li li id="redmeat" draggable="true" ondragstart="drag(event)" width="336" height="69">רד מיט</li>
<li li id="osher" draggable="true" ondragstart="drag(event)" width="336" height="69">מפגש-האושר</li>
<li li id="firshman" draggable="true" ondragstart="drag(event)" width="336" height="69">סביח פירשמן</li>
<li li id="ovad" draggable="true" ondragstart="drag(event)" width="336" height="69">הסביח של עובד</li>
<li li id="jas" draggable="true" ondragstart="drag(event)" width="336" height="69">גסמינו</li>
<li li id="chop" draggable="true" ondragstart="drag(event)" width="336" height="69">chop chop</li>
<li li id="mizaki" draggable="true" ondragstart="drag(event)" width="336" height="69">מיזיאקי</li>
<li li id="panda" draggable="true" ondragstart="drag(event)" width="336" height="69">פיתה פנדה</li>
<li li id="hasomer" draggable="true" ondragstart="drag(event)" width="336" height="69">השומר 1</li>
<li li id="takria" draggable="true" ondragstart="drag(event)" width="336" height="69">טאקריה</li>
<li li id="soltana" draggable="true" ondragstart="drag(event)" width="336" height="69">סולטנה</li>
</ul>
</article>
</section>
<section id="fav" ondrop="drop(event)" ondragover="allowDrop(event)">
<article>
<header>
<h1>your favorites</h1>
<ul>
</ul>
</article>
</section>
</div>
<aside id="food_news">
<p>
<img id="img1" src="css,Pictures\Pictures\pathai.jpg">
<img id="img2" src="css,Pictures\Pictures\pizza.jpg">
<img id="img3" src="css,Pictures\Pictures\susi.jpg">
<img id="img4" src="css,Pictures\Pictures\street.jpg">
</p>
</aside>
</div>
<footer class="footer_all">
<div class="footer_left">
<a href="https://wolt.com/" target="_blank"><i class="fas fa-motorcycle"></i></a>
<a href="https://ontopo.co.il/" target="_blank"><i class="far fa-calendar-alt"></i></a>
<a href="https://easy.co.il/" target="_blank"><i class="fas fa-location-arrow"></i></a>
</div>
<div class="footer_right">
<p class="footer_links">
<a class="link_1" href="index2.html">דראפט המסעדות</a>
<a href="easy.html">קל</a>
<a href="intersting.html">מעניין</a>
<a href="gorma.html">גורמה</a>
<a href="friends.html">מועדון חברים</a>
</p>
<p>
BLUEKEY.LTD ©2020
</p>
</div>
</div>
</footer>
</body>
</html>