-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
669 lines (590 loc) · 33.1 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
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="entrepreneurship 101 is a course + workshop designed and run by shachar oz voluntarily as part of a collaboration between intel, jerusalem youth center and Made in JLM startup hub.">
<meta name="author" content="shachar oz">
<title>Entrepreneurship 101 Workshop</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- slideshow cycle CSS -->
<link href="slideshow/css/extend-cycle2-slideshow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top navbar-shrink">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" style='font-family: "Roboto Slab"' href="#page-top">Entrepreneurship 101</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#concept">concept</a>
</li>
<li>
<a class="page-scroll" href="#services">program</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">startups</a>
</li>
<li>
<a class="page-scroll" href="#team">people</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header class="shachar">
<div class="intro-text">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="intro-heading">Entrepreneurship 101<br>Workshop</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
Effective agile work methods, <br>
User centered design, <br>
Product management, <br>
Marketing strategy,
</div>
<div class="col-sm-4">
Software development planning, <br>
Win-win situation, <br>
Project management, <br>
</div>
</div>
<br>
<div class="row">
<div class="col-sm-8">
<p style="font-size:16px"><a href="mailto:we@flux-experiences.com?subject=Order Entrepreneurship 101" class="btn btn-primary" role="button">book workshop now</a> 2,500 - 4,000 USD, for a group of up to 40 participants, for 10-15 meetings</p>
<p style="font-size:16px">We will collaborate with Accelerators, Workspaces, High-Schools, or even local community centers</p>
<p style="font-size:16px"><a href="entrepreneurship-poster.pdf" target="_blank" class="btn btn-default" role="button">הורד ברושור בעברית</a></p>
</div>
</div>
</div>
</div>
</header>
<section id="concept">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="row">
<div class="col-sm-12
col-sm-6 col-sm-offset-3">
<img class="img-responsive" src="img/inspiration/ideate-design-prototype.png" style="margin: 0 auto;" />
</div>
</div>
<h4 class="service-heading text-center" style="font-size:19px">Ideation-> Design-> Prototype</h4>
<p class="text-muted" style="font-size:16px">The three chapters encapsulate core stages in product life-cycle. From a napkin to a business plan; Designing the user scenario and product wireframe; Prototyping and user testing.</p>
</div>
<div class="col-sm-3">
<div class="row">
<div class="col-sm-12">
<img class="img-responsive" src="img/inspiration/project2.png" style="margin: 0 auto;" />
</div>
</div>
<h4 class="service-heading text-center">Project-Based Learning</h4>
<p class="text-muted">Students practice the skills themselves: ideation, time management and project management, software planning, user testing. By the end of the workshop, students create a startup exhibit and practice elevator pitches.</p>
</div>
<div class="col-sm-3">
<div class="row">
<div class="col-sm-12">
<img class="img-responsive" src="img/inspiration/community2.png" style="margin: 0 auto;" />
</div>
</div>
<h4 class="service-heading text-center">Values and Community</h4>
<p class="text-muted">One cannot succeed alone. Students learn ways to interact with the local community and find the right complementary team members. We do our best to discover a win-win products with an emotional touch.</p>
</div>
</div>
<br>
<br>
<br>
<div class="row">
<div class="col-md-6 ">
<h4 class="section-subheading text-muted">who is this for?</h4>
<div class="row">
<div class="col-sm-6 col-sm-push-6 ">
<ul >
<li>You want to make a difference</li>
<li>16 to 40 years old</li>
<li>Interested about technology and how it works</li>
<li>You have many skills, but cannot be defined by only one of them</li>
<li>You can be a programmer, maker, business person, designer or even a non-tech person</li>
</ul>
</div>
<div class="col-sm-6 col-sm-pull-6">
<img class="img-responsive" src="img/events/nov12-2015/good/DSC00749.JPG" />
</div>
</div>
<br>
<h4 class="section-subheading text-muted">a successful Pilot</h4>
<p>The highly successful course pilot run at the Q5 hub in Jerusalem during September-December 2015, in cooperation between Intel, Q5, Jerusalem municipality and Made-in-JLM, the local tech community. Over 50% of its participants are highly active, 2 of them now independents with their startups, 1 has crowd-funded twice!</p>
<p><a href="november-2015.html" class="btn btn-primary" role="button">Visit the pilot page</a> and watch live talks</p>
<div class="row">
<div class="col-sm-4">
<img class="img-responsive" src="img/logos/intel-logo.jpg" />
</div>
<div class="col-sm-4 ">
<img class="img-responsive" src="img/logos/made-in-jlm-logo.png" />
</div>
<div class="col-sm-4 ">
<img class="img-responsive" src="img/logos/youth-center-logo.jpg" />
</div>
</div>
</div>
<div class="col-md-5 col-md-offset-1">
<h4 class="section-subheading text-muted text-center">a little bird whispered</h4>
<blockquote>"You are exactly the type of people we want to grow up in this town!</blockquote>
<h5 class="quote-heading">Ofer Berkowitz, Deputy Mayor Jerusalem municipality</h5>
<blockquote>"Combine empathy, precise management and an innovative idea – and you got a great recipe for success!</blockquote>
<h5 class="quote-heading">Idan Zu-Aretz, intel Jerusalem Production General Manager</h5>
<blockquote>"one of the best courses we had</blockquote>
<h5 class="quote-heading">Daniel Bareket, Q5 Startup Hub Manager, Jerusalem</h5>
<blockquote>"Shachar is a professional that keeps himself updated. He doesn't hesitate to share from his experience and knowledge. He gives great importance to people around him and aspires them to achieve.</blockquote>
<h5 class="quote-heading">Ofir Peled, CEO EscapeBUS, participant</h5>
</div>
</div>
</div>
</section>
<section id="services" class="bg-light-yellow">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Program</h2>
</div>
</div>
<div class="row">
<div class="col-md-4" >
<h3 class="section-heading">Chapter 1: Ideation</h3>
<img src="img/inspiration/write-593333_item.jpg" class="img-responsive" alt="">
<h4 class="service-heading">From Napkin to a Business</h4>
<p>How do you know when you have a good idea? How do you build a business plan? What is a win-win situation? Explore basic elements of a great idea and methods to find one.</p>
<br>
<h4 class="service-heading">Funding and Founding</h4>
<p>Explore potential funding sources: from investors to crowd-funding or chief scientist. What do you need for each?</p>
<br>
<h4 class="service-heading">Leading a Development Team</h4>
<p>How do you build and lead a development team? How do you find the team members that are good for you? What is an “A Team”? How do you run several projects in parallel?</p>
</div>
<div class="col-md-4">
<h3 class="section-heading">Chapter 2: Design</h3>
<img src="img/inspiration/ux-787980_item.jpg" class="img-responsive" alt="">
<h4 class="service-heading ">From Concept to Design</h4>
<p>Write a design document that developers can work with, and product managers can use for marketing. How to create a wireframe and why do this before the first line of code?</p>
<br>
<h4 class="service-heading ">Product Management</h4>
<p>Where product management meets user experience, marketing, business development and software development. How do you prioritize your features? How do you maintain a sustainable product?</p>
<br>
<h4 class="service-heading ">Performing an Effective User Testing</h4>
<p>Best practices of performing low cost and effective user testing sessions for startups. How to plan, when to test, how to ask questions without revealing the product features.</p>
</div>
<div class="col-md-4">
<h3 class="section-heading">Chapter 3: Prototyping</h3>
<img src="http://flux-experiences.com/main-site-files/img/projects/lightracer.jpg" class="img-responsive" alt="">
<h4 class="service-heading ">Intro to Coding</h4>
<p>The steps and preparations entrepreneurs can make before talking to developers. What are flow charts and how do developers think? Experience coding first handed.</p>
<br>
<h4 class="service-heading ">Makers Culture</h4>
<p>Who are the makers, what is the Makers movement, and what are the tools they offer? This talk will completely change the way you look at physical devices around you.</p>
<br>
<h4 class="service-heading">Planning a Software Project</h4>
<p>How to effectively plan a software project, and estimate its development effort. Intro to most important concerns, i.e.: server side, client side, databases.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h3 class="section-heading">Optional: Hands-on Workshop</h3>
<p>At the end of each chapter we add 1-2 hands-on meetings to practice the lessons learned on ideas participants bring in. This is an opportunity to direct the entrepreneurs to a specific area, a specific technology or subject matter, such as: social innovation, ed-tech, virtual and augmented reality, toys, etc.</p>
</div>
</div>
<!--
<div class="row bg-green">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Chapter 1: Ideation</h3>
</div>
</div>
<div class="row bg-green">
<div class="col-md-4">
<img src="img/inspiration/write-593333_1920.jpg" class="img-responsive" alt="">
<h4 class="service-heading text-center">from napkin to a business</h4>
<p>How Do You Know When You Have a Good Idea? How do you build a business plan? what is a win-win situation? explore basic elements of a great idea and methods to find one.</p>
</div>
<div class="col-md-4">
<img src="img/inspiration/accountant-1238598_1920.jpg" class="img-responsive" alt="">
<h4 class="service-heading text-center">Funding and Founding</h4>
<p>explore potential funding sources: from investors to crowdfunding or chief scientist. what do you need for each?</p>
</div>
<div class="col-md-4">
<img src="img/inspiration/businessmen-42691_1280.png" class="img-responsive" alt="">
<h4 class="service-heading text-center">Leading a Development Team</h4>
<p>how do you build and lead a dev team? how do you find the team members that are good for you? what is an A Team? how do you run several projects in parallel?</p>
</div>
</div>
<div class="row bg-red">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Chapter 2: Design</h3>
</div>
</div>
<div class="row bg-red">
<div class="col-md-4">
<img src="img/inspiration/ux-787980_1920.jpg" class="img-responsive" alt="">
<h4 class="service-heading text-center">From Concept to Design</h4>
<p>write a design document that developers can work with, and product managers can use for marketing. how to create a wireframe and why do this before the first line of code?</p>
</div>
<div class="col-md-4">
<img src="img/lectures/doron.jpg" class="img-responsive" alt="">
<h4 class="service-heading text-center">Product Management</h4>
<p>where product management meets user experience, marketing, business development and software development. how do you decide what to do first?</p>
</div>
<div class="col-md-4">
<img src="img/lectures/shachar-testing.jpg" class="img-responsive" alt="">
<h4 class="service-heading text-center">Performing an Effective User Testing</h4>
<p>best practices of performing low cost and effective user testing sessions for startups. how to plan, when to test, how to ask questions without revealing the product features.</p>
</div>
</div>
<div class="row bg-purple">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Chapter 3: Prototyping</h3>
</div>
</div>
<div class="row bg-purple">
<div class="col-md-4">
<img src="http://flux-experiences.com/main-site-files/img/projects/lightracer.jpg" class="img-responsive" alt="">
<h4 class="service-heading text-center">Makers Culture</h4>
<p>what are the makers, the tools of the maker.</p>
</div>
<div class="col-md-4">
<img src="img/lectures/omer.jpg" class="img-responsive" alt="">
<h4 class="service-heading text-center">Prototyping</h4>
<p>the steps and preparations entrepreneurs can make before talking to developers. what are flow charts, server side and client side, planning databases.</p>
</div>
<div class="col-md-4">
<img src="http://placehold.it/577x324?text=coming soon" class="img-responsive" alt="">
<h4 class="service-heading">Planning a Software Project</h4>
<p>how to effectively plan a software project, and estimate its development time and effort.</p>
</div>
</div>
<div class="row bg-dark-gray">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-center">Extra: Hands-on Workshop</h3>
</div>
</div>
<div class="row bg-dark-gray">
<div class="col-md-8">
<p>at the end of each chapter we will have a few 1-2 hands-on meetings to exercise the things we learned.</p>
</div>
</div>
-->
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-heading">startups</h2>
<h4 class="text-muted">Selection of innovations from our graduates</h4>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<img src="img/startups/joey2016.jpg">
<div class="caption">
<h2>Joey by Koala Gear</h2>
<p>1,345 backers pledged $233,656 on Kickstarter</p>
<p>collected $305,919 on Indigogo</p>
<p><a href="https://www.kickstarter.com/projects/koalajoey/joey-the-everyday-backpack-that-gives-your-body-a" class="btn btn-primary" role="button">Kickstarter</a> <a href="https://www.indiegogo.com/projects/joey-the-backpack-that-gives-your-body-a-break-design-travel#/" class="btn btn-default" role="button">INDIGOGO</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="img/startups/escapebus2017-2.jpg">
<div class="caption">
<h2>EscapeBus by A-Maze</h2>
<p>The first escape room inside a bus!</p>
<p><a href="http://a-maze.org.il/" class="btn btn-primary" role="button">Site</a> <a href="https://bookescaperoom.co.il/חדר_בריחה/המשימה-אוטובוס/" class="btn btn-default" role="button">book escape room</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<img src="http://flux-experiences.com/people/media/shachar/portfolio/plugiz2.jpg">
<div class="caption">
<h2>Plugiz by Shragai-Kreisberg</h2>
<p>Toy teaching code</p>
<p><a href="https://www.facebook.com/Plugiz-1316538261707902" class="btn btn-primary" role="button">Site</a> <a href="https://www.behance.net/gallery/45420603/PlugiZ" class="btn btn-default" role="button">read more</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<p>finished the course and want to publish here? let me know</p>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="bg-light-yellow">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">People</h2>
<h4 class="section-subheading text-muted">course lead</h4>
</div>
</div>
<div class="row">
<div class="col-sm-3 col-sm-offset-3">
<div class="team-member">
<img src="http://flux-experiences.com/main-site-files/img/oz.png" class="img-responsive img-circle" alt="">
<h4>Shachar Oz</h4>
<p class="text-muted">Course leader, FLUX: Learning Experiences</p>
</div>
</div>
<div class="col-sm-3">
<div class="team-member">
<img src="http://flux-experiences.com/main-site-files/img/liron-oz3.jpg" class="img-responsive img-circle" alt="">
<h4>Liron Levi</h4>
<p class="text-muted">Product Manager. FLUX: Learning Experiences</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h4 class="section-subheading text-muted">students</h4>
</div>
</div>
<div class="row">
<div class="col-sm-2">
<div class="team-member">
<h4>Ofer Rashti</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Shawn Eni</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Vadim Epstein</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Nina Shpigel</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Josef van Wijk</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Elad Edri</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-2">
<div class="team-member">
<h4>Ofir Peled</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Danit Houli</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Max Voloshin</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Coby Levy</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Chen Bareket</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Yativ Tal</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-2">
<div class="team-member">
<h4>Hamodi 'Jimmy' Massalha</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Yonatan Aldouby</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Gadi Keren</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Adiva Beigel</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Barak Landau</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Kobi Alkotser</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-2">
<div class="team-member">
<h4>Amos Sidelnik</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Avishay Auday</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Erez Assor</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Roee Zamir</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Eliyahu Kahanovsky</h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
<div class="col-sm-2">
<div class="team-member">
<h4>Moshe </h4>
<p class="text-muted">Nov 15'</p>
</div>
</div>
</div>
</div>
</section>
<footer style="background-color: #37474F; color: #FFFDE7">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>Copyright © FLUX: Learning Experiences 2015
<br>
<span class="copyright">template built on <a href="http://ironsummitmedia.github.io/startbootstrap-agency/" target="_blank">bootstrap agency</a></span></p>
</div>
<div class="col-lg-4 col-lg-offset-2
col-md-4 col-md-offset-2
col-sm-6
text-right">
<div class="row">
<div class="col-sm-2 col-xs-7 col-xxs-12"></div>
<div class="col-sm-2 col-xs-1 col-xxs-2">
<i class="material-icons">phone</i>
</div>
<div class="col-sm-8 col-xs-4 col-xxs-10">
+972-54-233-8020
</div>
</div>
<div class="row">
<div class="col-sm-2 col-xs-7 col-xxs-12"></div>
<div class="col-sm-2 col-xs-1 col-xxs-2">
<i class="material-icons">mail_outline</i>
</div>
<div class="col-sm-8 col-xs-4 col-xxs-10">
we@Flux-Experiences.com
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<!-- slideshow from http://jquery.malsup.com/cycle2/demo/basic.php -->
<script src="http://malsup.github.com/jquery.cycle2.js"></script>
</body>
</html>