-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
526 lines (463 loc) · 22.4 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
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!DOCTYPE html>
<html lang="he-il">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Main Page</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap -->
<!-- custom CSS & JS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="50">
<!-- NavBar-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<!--menu button-->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--menu button-->
<a class="navbar-brand" href="#myPage"><img src="..." alt="Logo" ></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav " id="navTags">
<li><a href="#myPage" >ראשי</a></li>
<li><a href="#myCarousel" >מושגים בסיסיים</a></li>
<li><a href="#courses" >קורסים</a></li>
<li><a href="#contact" >צרו קשר</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" >עוד<span class="caret"></span></a>
<ul class="dropdown-menu bg-primary">
<li><a href="#video-slides" >ניתוח גרפים למתחילים</a></li>
<li><a href="#video2">היכרות עם נרות יפנים</a></li>
<li><a href="#">##</a></li>
</ul>
</li>
</ul>
<div class="nav navbar-nav navbar-right">
<!-- needed impelement "search method..."-->
<form class=" navbar-form container-fluid" >
<input class="form-control" type="text" placeholder="חפש">
<a href="#" class="navbar-btn"><span class="glyphicon glyphicon-search" ></span></a>
</form>
</div>
</div>
</div>
</nav>
<!--End NavBar-->
<!--cover-->
<section id="cover" >
<div id="cover-caption">
<div class="container">
<div class="col-sm-10 col-sm-offset-1 ">
<h1 class="display-3">!ברוכים הבאים לאתר ללימודי שוק ההון</h1>
<p> ...................... <strong>:אודות האתר</strong></p>
<p> ...................... <strong>:מטרת האתר </strong></p>
<p>........................ <strong>:מי אנחנו </strong></p>
<p> ....................... <strong>?מה אפשר ללמוד פה </strong></p>
<br>
<a href="#myCarousel" class="btn btn-secondary-outline btn-sm" role="button">
<span class="glyphicon glyphicon-arrow-down" ></span>
</a>
</div>
</div>
</div>
</section>
<!-- Carousel-->
<section id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active ">
<div class="carousel-caption">
<h3>New York</h3>
<p>The atmosphere in New York is lorem ipsum.</p>
</div>
<img src="assets/money.jpg" class="text-center" alt="New York" width="1200" height="700">
</div>
<div class="item ">
<img src="assets/money2.jpg" class="text-center" alt="Chicago" width="1200" height="700">
<div class="carousel-caption">
<h3>Chicago</h3>
<p>Thank you, Chicago - A night we won't forget.</p>
</div>
</div>
<div class="item ">
<img src="assets/money3.jpg" class="text-center" alt="Los Angeles" width="1200" height="700">
<div class="carousel-caption">
<h3>LA</h3>
<p>Even though the traffic was a mess, we had the best time playing at Venice Beach!</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</section>
<!--End Carousel-->
<!-- (video slides)
<section class="row text-center " id="video-slides">
<h2 >סרטונים בסיסיים לניתוח גרפים</h2>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/5kuPD8LCDBs?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 1 </strong></p>
<p>Friday 27 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/ztB1XVTn6MQ?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 2</strong></p>
<p>Saturday 28 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/wFRcg-fsfOE?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 3 </strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/kdlP_Fug0jU?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 4</strong></p>
<p>Friday 27 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/6a55IESEies?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 5</strong></p>
<p>Saturday 28 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/enUNp5mn2v8?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 6</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/qtJOwzDW1nY?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 7</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/xo86vpIyZXg?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 8</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/IJ1n6PQPaX4?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 9</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/QKX34CFmTSc?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 10</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/WSI-I1Xvb00?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 11 </strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/XKxoXMbHxr0?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 12</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/7TaeHZvXTKs?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 13</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="https://www.youtube.com/embed/ykY7gYotP9Q?feature=player_embedded" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 14</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
</section>
<section class="row text-center" id="video2">
<h2 >סרטונים בסיסיים על גרפי "נרות יפנים"</h2>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="http://www.youtube.com/embed/XGSy3_Czz8k" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 1</strong></p>
<p>Friday 27 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="http://www.youtube.com/embed/XGSy3_Czz8k" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 2</strong></p>
<p>Saturday 28 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="http://www.youtube.com/embed/XGSy3_Czz8k" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 3</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="400" height="300" src="http://www.youtube.com/embed/XGSy3_Czz8k" allowfullscreen ></iframe>
</div>
<p><strong>שיעור 4</strong></p>
<p>Sunday 29 November 2015</p>
</div>
</div>
</section>
<!-- video slides-->
<!--Courses section-->
<section id="courses">
<h2 class="text-center">קורסים חינמיים</h2>
<p class="text-center">שימו לב!
הקורסים המוצגים כאן ממולצים ביותר, הם מקיפים את החומר וכוללים דוגמאות<br>
<strong>הקורסים הם באנגלית אז נדרש טיפה ידע באנגלית</strong> <br>
<strong>(ע"מ להתחיל ללמוד יש להירשם לאתר(תהליך קצר ונוח מאוד</strong>
</p>
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#home">מניות</a></li>
<li><a data-toggle="tab" href="#menu1">שוק ההון כללי</a></li>
<li><a data-toggle="tab" href="#menu2">נגזרים/חוזי הפרשים</a></li>
</ul>
<div class="tab-content ">
<div id="home" class="tab-pane fade in active text-center">
<h2>מניות היכרות</h2>
<a href="https://www.udemy.com/courses/business/finance/all-courses/?price=price-free&lang=en">התחל ללמוד</a>
</div>
<div id="menu1" class="tab-pane fade text-center" >
<h2>שוק ההון כללי</h2>
<a href="https://www.udemy.com/courses/business/finance/all-courses/?price=price-free&lang=en"> התחל ללמוד</a>
</div>
<div id="menu2" class="tab-pane fade text-center">
<h2>נגזרים וחוזי הפרשים</h2>
<a href="https://www.udemy.com/courses/business/finance/all-courses/?price=price-free&lang=en">התחל ללמוד</a>
</div>
</div>
</section>
<!--End Courses section-->
<!--Contact-->
<section id="contact" class="container">
<h3 class="text-center">צור קשר</h3>
<p class="text-center"><em> !תודה רבה שהגעתם אנו מודים לכם על שיתוף הפעולה</em></p>
<div class="row">
<div class="col-md-4">
<p>!בעיה? , המלצה? נשמח לשמוע</p>
<p><span class="glyphicon glyphicon-map-marker"></span><strong>ישראל</strong></p>
<p><span class="glyphicon glyphicon-phone"></span><strong>+972 050-444-5555</strong></p>
<p><span class="glyphicon glyphicon-envelope"></span><strong>Email:</strong> mail@mail.com</p>
</div>
<form action="" name="sentMessage" id="contactForm">
<div class="col-md-8">
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" id="name" name="name" placeholder="שם מלא" type="text" required>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" id="email" name="email" placeholder="אימייל" type="email" required>
</div>
</div>
<textarea class="form-control" id="message" name="message" placeholder="תוכן" rows="5" required></textarea>
<br>
<div class="row ">
<div class="col-md-12 form-group text-center" >
<div id="success" ></div>
<button class="btn bg-danger btn-lg" type="submit">Send</button>
</div>
</div>
</div>
</form>
</div>
<div class="row text-center">
<div class="panel panel-primary">
<div class="panel-heading"><h5>אהבתם את האתר שלנו? הצטרפו לקהילה</h5></div>
<div class="panel-body">
הצטרפו לקהילה שלנו ותקבלו מיילים שוטפים על סרטונים חדשים שעלו לאתר,קורסים חדשים ועוד שאר דברים
אנו לא נשלח לכם פרסומות או ספאם.
<br> <br> <br>
<button class="btn btn-block" id="btn-subscribe" data-toggle="modal" data-target="#subscribe-Modal">הוסף אותי</button>
</div>
</div>
</div>
<div class="row text-center">
<div class="panel panel-primary">
<div class="panel-heading"><h5>?למדתם מספיק? רוצים להתחיל לסחור</h5></div>
<div class="panel-body">
הורידו פלטפורמה חינמית ע"מ להתחיל לסחור בכסף אמיתי או להתאמן באמצעות חשבון מדומה
</div>
<a href="http://www.plus500.co.il/" class="btn btn-default btn-lg" role="button"> <span class="glyphicon glyphicon-save"></span>הורד</a>
</div>
</div>
</section>>
<!-- End Contact-->
<!--subcribe Modal -->
<div class="modal fade" id="subscribe-Modal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4><span class="glyphicon glyphicon-pencil"></span> הרשמה</h4>
</div>
<div class="modal-body">
<p class="text-center">שימו לב בתום ההרשמה יישלח אליכם מייל ע"מ לאמת שאתם לא רובוט או ספאמרים אנא היכנסו למייל שלכם ע"מ לסיים את התהליך</p>
<form action="http://algorithmo.us13.list-manage.com/subscribe/post?u=16e4d385954285b8725c176bd&id=79d7b1e945" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="form-group">
<input type="text" class="form-control" id="psw" name="FNAME" placeholder="שם פרטי">
</div>
<div class="form-group">
<input type="text" class="form-control" id="fn" name="LNAME"placeholder="שם משפחה">
</div>
<div class="form-group">
<input type="text" class="form-control" id="ln" name="EMAIL" placeholder="אימייל">
</div>
<button type="submit" class="btn btn-block" id="btn-send">שלח
<span class="glyphicon glyphicon-ok"></span>
</button>
</form>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-danger btn-default pull-left" data-dismiss="modal">
<span class="glyphicon glyphicon-remove"></span> בטל
</button>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<script>
$(document).ready(function(){
// Initialize Tooltip
$('[data-toggle="tooltip"]').tooltip();
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
})
</script>
</body>
<!--footer--->
<footer id="footer-main">
<div class="container">
<div class="row">
<div class="col-sm-3">
<p>uncopyright 2015. do what you want.</p>
<p>coded by <a href="http://algorithmo.co.nf">Moti Gadian</a></p>
</div>
<div class="col-sm-3">
<ul class="list-unstyled">
<li><a href="">home</a></li>
<li><a href="">what we do</a></li>
<li><a href="">about</a></li>
<li><a href="">latest</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul class="list-unstyled">
<li><a href="">facebook</a></li>
<li><a href="">twitter</a></li>
<li><a href="">youtube</a></li>
<li><a href="">linkedin</a></li>
</ul>
</div>
<div class="col-sm-3">
<h6>a tiny header</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Numquam expedita fugit saepe, eum ad, quam! Eum magnam suscipit nulla ullam aliquam consectetur provident, nihil consequuntur porro labore asperiores corrupti esse?</p>
</div>
</div>
</div>
</footer>
<!--End footer--->
</html>