-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
295 lines (258 loc) · 8.25 KB
/
index.html
File metadata and controls
295 lines (258 loc) · 8.25 KB
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Alon's site">
<link rel="stylesheet" type="text/css" href="style.css" />
<style type="text/css">
ul { list-style-type: none; }
ul li { display: inline;
padding: 8px;
background: NavajoWhite;
margin: 10px;
border-style: double;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
</style>
</head>
<body>
<meta charset="UTF-8">
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v6.0"></script>
<div id="menu">
<ul>
<li class="button"><a href="#about">About Me</a></li>
<li class="button"><a href="#photos">My Photos</a></li>
<li class="button"><a href="#playlist">My Playlist</a></li>
<li class="button"><a href="#like">Like</a></li>
<li class="button"><a href="#qrcoder">QR code</a></li>
<li class="button"><a href="#spa">Q&A</a></li>
<li class="button"><a href="#contact">Contact Me</a></li>
</ul>
</div>
<section id="about" class="section">
<style>
#about{
background-color: lightcyan;
}
#aboutIN {
font-family:courier;
}
#photos {
background-color: lightcyan;
}
#playlist{
background-image:url(21.jpg);
background-size: cover;
background-repeat: no-repeat;
}
#like{
background-color: lightcyan;
}
#qrcoder{
background-color: lightcyan;
}
#spa{
background-color: lightcyan;
}
#contact{
background-color: lightcyan;
}
</style>
<br/>
<br/>
<br/>
<br/>
<h1 align="left-side"><b>About Me</b></h1>
<hr class="type_3">
<section id="aboutIN" class="section">
<p>My name is Alon Gutman, I'm 27 years old. </p>
<p>I live in Beer Sheva for the last 4 years. Originally from Mevaseret Zion. </p>
<p>I study software and information Systems engineering, and this is <h3>my first html project ever.</h3> </p>
<p>Beside studying, my hobbies are playing poker, cooking and traveling</p>
<p> around the world when there is no corona virus around. </p>
</section>
<hr class="type_3">
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</section>
<section id="photos" class="section">
<br/>
<h2 style="font-size:500%; color: #4d94ff"><b>My Photos</b></h2>
<img width="180" height="320" src="ME.jpeg" alt="photo of me in the airport"/>
<img width="480" height="360" src="ME2.jpeg" alt="photo of me and a dog"/>
<img height="360" src="ME4.jpeg" alt="photo of me and my gf"/>
<img height="360" src="ME3.jpeg" alt="photo of me and a blimp"/>
<img height="360" src="ME5.jpeg" alt="photo of me and my gf2"/>
<img height="360" src="ME6.jpeg" alt="photo of me and a cake"/>
<img height="360" src="ME7.jpeg" alt="photo of me and a friend"/>
<img height="360" src="ME8.jpeg" alt="photo of me and a my family"/>
<img height="360" src="ME9.jpeg" alt="photo of me and a friend2"/>
<br/>
<br/>
<br/>
</section>
<section id="playlist" class="section">
<br/>
<br/>
<br/>
<h2 align="center" style="font-size:500%; color:#ffa64d"><b>My Playlist</b></h2>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<iframe width="440" height="250" src="https://www.youtube.com/embed/videoseries?list=PLhf_RSaUvUVt5XeZEBdB_lirshAWDM5vd" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen"></iframe>
</section>
<section id="like" class="section">
<br/>
<br/>
<br/>
<br/>
<h1><b>Give me a Like</b> (you know I deserve it!)</h1>
<br/>
<br/>
<br/>
<br/>
<div class="fb-like" data-href="https://www.facebook.com/HTMLcodes/" data-width="10" data-layout="standard" data-action="like" data-size="small" data-share="true"></div>
<br/>
<br/>
<br/>
<img height="260" src="press.jpg" alt="photo of like"/>
<br/>
<br/>
<br/>
<br/>
</section>
<section id="qrcoder" class="section">
<br/>
<br/>
<br/>
<h1>Scan My Code!</h1>
<p>and get link to this site in order to do it forever in infinite loop for the rest of your life! <span style='font-size:40px;'>😀</span></p>
<img height="300" src="scan.png" alt="qr scan code" class="center"/>
<img height="260" src="scan2.jpg" alt="photo of woman scaning"/>
<br/>
<br/>
<br/><br/>
<br/>
<br/>
</section>
<section id="spa" class="section">
<br/>
<br/>
<h1>Answers</h1>
<p class="number">1.</p>
<p> The main purpose of web 1 is to read.</p>
<p> The main purpose of web 2 is to read & write.</p>
<p> The main purpose of web 3 is to read, write & excute.</p>
<br/>
<p> Web 1 was used by about 1 million users.</p>
<p> Web 2 was used by about 1 billion users.</p>
<p> Web 3 is use by about 1 trillion users.</p>
<br/>
<p> Web 1 includs static contect, no interaction between users.</p>
<p> Web 2 Web 2 is more about 2 way communication through social networking.</p>
<p> Web 3 is not clearly defined yet. Artificial intelligence and the web learning what you want and delivering you a personalized web experience. </p>
<hr class="type_3">
<p class="number"> 2. </p>
<p> <b>Use Case name:</b> Usage Example in web 1</p>
<p> <b> Primary actor:</b> User</p>
<p><b> Scope:</b> Website</p>
<p> <b> Brief:</b> The user want to read the information in the website. </p>
<p> <b> Steakholders:</b> The website owner and the user. </p>
<p> <b> Postconditions:</b> </p>
<p> 1. User has read the content in the website. </p>
<p> <b> Basic flow:</b> </p>
<p> 1. User entering the website. </p>
<p> 2. User is reading the content. </p>
<br/> <hr>
<p><b> Use Case name:</b> Usage Example in web 2</p>
<p> <b> Primary actor:</b> User</p>
<p><b> Scope: </b> Wikipedia Website</p>
<p> <b> Brief:</b> The user want to read the information about some value and edit incorrect contect. </p>
<p> <b> teakholders:</b>S The website owner and the user. </p>
<p><b> Postconditions:</b> </p>
<p> 1. User has read the content in the website. </p>
<p> 2. User found incorrect information. </p>
<p> 3. User edited the information. </p>
<p> 4. The edit Occurred after one of the website's managers approved the change. </p>
<p> <b> Basic flow:</b> </p>
<p> 1. User entering the website. </p>
<p> 2. User is reading the content. </p>
<p> 3. User is editing incorrect information. </p>
<p> 4. Website manager decides if to approve the change. </p>
<p> 4.1. Content is changed. </p>
<p> 4.2. Content isn't changed. </p
<br/> <hr>
<p> <b>Use Case name </b>: Usage Example in web 3</p>
<p> <b>Primary actor: </b> User</p>
<p> <b> Scope:</b> Netflix Website</p>
<p> <b> Brief:</b> The user is looking for a nice TV series to watch based on website's recommendations. </p>
<p> <b>Steakholders: </b>The website owner and the user. </p>
<p> <b> Postconditions:</b> </p>
<p> 1. User has found TV series to watch based on netflix's recommendations. </p>
<p> 2. The Netflix recommendations system learned something new about this user prefernces. </p>
<p> <b> Basic flow</b>: </p>
<p> 1. User entering the website. </p>
<p> 2. User is loging to his account. </p>
<p> 3. User is searching for tv series based on netflix's costumized recommendations. </p>
<p> 4. User has chosen tv series. </p>
<p> 4. User rated the tv series on a sacle of 1 to 10. </p>
<br/> <hr>
<br/>
<br/>
<br/>
</section>
<section id="contact" class="section">
<br/>
<br/>
<h1><b>Contact Me</b></h1>
<img height="260" src="SEND.jpeg" alt="cute photo" />
<meta charset="UTF-8">
<div class="contact">
<form action="mailto:alongutm@post.bgu.ac.il" method="post" enctype="text/plain">
<input name="name" type="text" class="form-contact" placeholder="Your Mail" required><br/><br/>
<textarea name="message" class="form-contact" placeholder="Message" rows="5" required></textarea><br/>
<p>😉 </p>
<p>😂 </p>
<p>😡 </p>
<input type="submit" class="form-contact-send" value="Send Message">
</form>
</div>
<br/>
</section>
<script type="text/javascript">
$(function(){
$("#nav a").click(function(e){
e.preventDefault();
$('html,body').scrollTo(this.hash,this.hash);
});
});
</script>
<script type="text/javascript">
$(document).scroll(function() {
$('#menu').toggle($(this).scrollTop()>1000)
});ג€‹
</script>
</body>
</html>