-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
692 lines (527 loc) · 25.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
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="melis">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<title>Lemon Robotics Kit </title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-edu-meeting.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/lightbox.css">
<!--
TemplateMo 569 Edu Meeting
https://templatemo.com/tm-569-edu-meeting
-->
</head>
<link rel="shortcut icon" href="assets/images/logo.jpg" />
<body>
<!-- Sub Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-lg-8 col-sm-8">
<div class="left-content">
<p>HisarCS <em>Idealab</em></p>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="right-icons">
<ul>
<li><a href="#hisarcs"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
Lemon Robotics Kit
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav" class="scroll-to-section">
<! Home Button -->
<li class="scroll-to-section"><a href="javascript:void(0)" href="#top" class="active">Home</a></li>
<! Prereqs? -->
<li>
<a href="prereq.html">PreReqs</a>
</li>
<!-- Lime Button -->
<li ><a href="lime.html">Lime </a></li>
<!-- Satsuma Button -->
<li ><a href="satsuma.html">Satsuma </a></li>
<!-- Lemon Button
<li ><a href="lemon.html">Lemon </a></li>
-->
<li class="scroll-to-section"><a href="#contact">Contact</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Main Banner Area Start ***** -->
<section class="section main-banner" id="top" data-section="section1">
<video autoplay muted loop id="bg-video">
<source src="assets/images/demo.mp4" type="video/mp4" style="height: 750;">
</video>
<div class="video-overlay header-text">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="caption">
<h6>Introduction to Robotics </h6>
<h2><a href="https://docs.google.com/presentation/d/1e9uVP3l5BOoIW3-9trtCWtovjwyMjqpYADurOrKNun0/edit?usp=sharing">Lemon Educational Kit</a></h2>
<p>Lemon, is an educational kit for introductory modeling, mechanics, electronics, and programming courses, that enables learners to engage with all these concepts while enhancing their computational and design thinking skills.</p>
<div class="main-button-red">
<div class="scroll-to-section"><a href="#contact">Contact Us Now!</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Main Banner Area End ***** -->
<section class="services">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="owl-service-item owl-carousel">
<div class="item">
<div class="icon">
<img src="assets/images/icons/service-icon-01.png" alt="">
</div>
<div class="down-content">
<h4>Biomimetic Robots</h4>
<p>Learn robotics with lemon kit, inspired by the nature and the evolution.</p>
</div>
</div>
<div class="item">
<div class="icon">
<img src="assets/images/icons/service-icon-02.png" alt="">
</div>
<div class="down-content">
<h4>3 Models to Assemble</h4>
<p>Challenging models available for different levels of comprehension.</p>
</div>
</div>
<div class="item">
<div class="icon">
<img src="assets/images/icons/service-icon-03.png" alt="">
</div>
<div class="down-content">
<h4>Enhanced Learning</h4>
<p>Guided learning that combines your knowledge of hardware and software.</p>
</div>
</div>
<div class="item">
<div class="icon">
<img src="assets/images/icons/service-icon-02.png" alt="">
</div>
<div class="down-content">
<h4>Elements of the Kit</h4>
<p>Motors, cables, laser-cutted models and many more available in the kit.</p>
</div>
</div>
<div class="item">
<div class="icon">
<img src="assets/images/icons/service-icon-03.png" alt="">
</div>
<div class="down-content">
<h4>More About Us</h4>
<p>Learn more about HisarCS Idealab .) on the contact page!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="upcoming-meetings" id="meetings">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-heading">
<h2>Learn More About Lemon</h2>
<p style="color: whitesmoke;text-align: left; padding-bottom: 50px;">
<span class="tab"></span>
Lemon is a robotics education kit that allows beginners to improve their knowledge of mechanics, electronics, 3D design and programming while building 3 biomietic robots. It helps developing students understanding of robotics and computer sciences while also guiding their discovery of the procedure of building a robot. It serves as an introductory kit, focusing on a spesific element in each model. Our proposed educational kit Lemon is aiming to teach all beginners in robotics how to design, assemble and program robots, using laser cutting, Raspberry Pi Pico, servos, and thonny. The kit consists of 3 models that were designed with respect to the stages of evolution in the nature. In each stage new and advanced abilities are added to the model resulting in the acquirement of new knowledge by the learner regarding mechanics, electronics, design, and/or programming. The learners get to experience using new systems and abilities by testing them in each subsequent model and in each stage, a new robot that resembles a more advanced organism in the animal kingdom is built by the learner.
</p>
<br>
<div class="owl-courses-item owl-carousel">
<div class="item" >
<style>
img {border-radius: 30px;}
</style>
<img src="assets/images/lime/balikon.jpg" alt="" width="300"
height="400">
<div class="down-content">
<div class="info">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
</div>
<div class="item" >
<style>
img {border-radius: 30px;}
</style>
<img src="assets/images/satsuma/turtlecizim.jpg" alt="" width="300"
height="400">
<div class="down-content">
<div class="down-content">
</div>
<div class="info">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
</div>
<div class="item" >
<style>
img {border-radius: 30px;}
</style>
<img src="assets/images/lime/balikkafasi.jpg" alt="" width="300"
height="400">
<div class="down-content">
<div class="down-content">
</div>
<div class="info">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
</div>
<div class="item" >
<style>
img {border-radius: 30px;}
</style>
<img src="assets/images/lime/balikcizim.jpg" alt="" width="300"
height="400">
<div class="down-content">
<div class="info">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
</div>
<div class="item" >
<style>
img {border-radius: 30px;}
</style>
<img src="assets/images/lemon/lemonarka.jpeg" alt="" width="300"
height="400">
<div class="down-content">
<div class="down-content">
</div>
<div class="info">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
</div>
<div class="item" >
<style>
img {border-radius: 30px;}
</style>
<img src="assets/images/kutu.jpeg" alt="" width="300"
height="400">
<div class="down-content">
<div class="info">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
</div>
<div class="item" >
<style>
img {border-radius: 30px;}
</style>
<img src="assets/images/lemon/lemonbagirsaklari.jpg" alt="" width="300"
height="400">
<div class="down-content">
<div class="info">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="row ">
<div class="col-md-6 ">
<h3 style=" color: whitesmoke; text-align: center; padding-top: 30px;" class="featurette-heading ">Technicalities: Robotics and Education</h3>
<style>
.tab {
display: inline-block;
margin-left: 20px;
}
</style>
<br>
<p style="color: whitesmoke;text-align: left; padding-bottom: 50px;">
<span class="tab"></span>Technology is ubiquitous and integrated into every aspect of our lives. This newly accelerating integration of technology in our lives is causing a rapid change in our traditional way of living. Although the world is rapidly changing, public education has maintained almost the same system since its introduction to the world. Though educational reform efforts have been made around the world, the trouble lies in the fact that the majority of schools are trying to prepare students for the future by continuing what was done in the past. In the last few years, there was a prodigious increase in the implementation of robotics in our lifestyles and yet the adaptation required in the education systems around the globe was not as effective as is necessary. An example of these inefficient integrations is the STEM curriculums presented in schools, also known as the “Science, Technology, Engineering and Mathematics” curriculums however these usually do not include an elaborative comprehension of robotics as a whole. As robots are a combination of hardware and software, and the two concepts are closely related, it is exceptionally complicated for beginners to fully understand either one of these subjects in the absence of the other, making it extremely challenging for beginners to build robots, and students to learn about in simple courses about electronics or mechanics.
<br>
</div>
<div class="col-md-5 ">
<br>
<img class="featurette-heading " src="assets/images/satsuma/satsuma_acik.png" alt=" " width="300 " height="500 " img align="right-border">
</div>
</div>
<div class="section-heading">
<h2 style=" color: whitesmoke; text-align: center; padding-top: 50px; padding-bottom: 10px;">3 Subsequent Models</h2>
<br>
<br>
<div class="row ">
<div class="col-md-6 ">
<br>
<br>
<br>
<br>
<h3 style=" color: whitesmoke; text-align: left; padding-top: 30px;" class="featurette-heading ">Lime: Learn the details of 3D Modeling</h3>
<br>
<p style="color: whitesmoke;text-align: left; padding-bottom: 50px;">“Lime” Lime is the very first bioinspired model available in the Lemon Kit. It primarily focuses on 3D designing. It has 2 points of rotation, and is made out of 1.5mm sheets. In this model all the vital tools of the fusion 360 interface are put to use, as well as practical knowledge required for manufacturing-- operating a laser cutter for example. Basic woodworking techniques are also taught. This includes how to make flex cuts, finger joints, and how to come up with others-- such asdovetail joints.
</p>
</div>
<div class="col-md-6 ">
<br>
<br>
<img class="featurette-heading " src="assets/images/lime/balikgercek.jpg " alt=" " width="100 " height="400 " img align="right-border">
</div>
</div>
<div class="row ">
<div class="col-md-6 ">
<br>
<br>
<img class="featurette-heading " src="assets/images/satsuma/turtlegercek.HEIC.jpg " alt=" " width="100 " height="400 " img align="left-border">
</div>
<div class="col-md-6 ">
<br>
<br>
<br>
<br>
<h3 style=" color: whitesmoke; text-align: left; padding-top: 30px;" class="featurette-heading ">Satsuma: Get to know more about electronics</h3>
<br>
<p style="color: whitesmoke;text-align: left; padding-bottom: 50px;">“Satsuma”
Satsuma is the second robot in the Lemon Kit and it is modeled after a turtle. It has 5 points of rotation. It integrates the 3d model and the electronics with a practical and creative design. It also is a blank canvas for your imagination and artistic skills. It builds upon the skills users have learned previously in the Lime robot by utilizing flex cuts and finger joints.
</p>
</div>
</div>
<div class="row ">
<div class="col-md-6 ">
<br>
<br>
<br>
<h3 style=" color: whitesmoke; text-align: left; padding-top: 30px;" class="featurette-heading ">Lemon: Code Code Code!</h3>
<br>
<p style="color: whitesmoke;text-align: left; padding-bottom: 50px;">“Lemon”
The final project of the Lemon Kit is "Lemon", the robotic dog. As the final robot of the kit, it requires all the knowledge culminated over the other models to be able to successfully complete it. It utilizes the electronics of Satsuma and the 3D design skills of Lime. Lemon is much more focused on programming when compared to the others, since it requires complex kinematic algorithms to function. It features 12 points of rotation that it uses to walk in a biomimetic motion. After finishing this model learners would have learned all the basic applications of programming, electronics and 3D modeling to use for any future projects.
</p>
</div>
<div class="col-md-6 ">
<br>
<br>
<img class="featurette-heading " src="assets/images/lemon/lemon.jpg " alt=" " width="100 " height="400 " img align="right-border">
</div>
</div>
<h2 style=" color: whitesmoke; text-align: center; padding-top: 50px; padding-bottom: 10px;">About Us</h2>
</div>
<div class="row ">
<div class="col-md-6 ">
<h3 style=" color: whitesmoke; text-align: left; padding-top: 30px;" class="featurette-heading ">HisarCS</h3>
<br>
<p style="color: whitesmoke;text-align: left; padding-bottom: 50px;">
<span class="tab"></span>We are a community established in ideaLab, the Fablab of Hisar School, in 2013. Our aim is to guide and support all students in our school in developing projects in different fields of computer science.
<br>
<br>
<span class="tab"></span>During the annual Hisar Coding Summit, which builds upon the concept of a learning community in CS and further develops students’ initiative, we proudly hosted more than 450 participants and many speakers who were the pioneers of their fields in science & technology.
<br>
<br>
<span class="tab"></span>We have developed many projects in the fields of artificial intelligence, programming, robotics, design, and education; many of which were published at IEEE and HCII (Human Computer Interaction International) conferences. We would like to present to you our Lemon Robotics project, one of the projects we are working on currently.
<br>
</p>
</div>
<div class="col-md-5 ">
<br>
<br>
<img class="featurette-heading " src="assets/images/grupfoto.jpeg " alt=" " width="100 " height="400 " img align="right-border">
</div>
</div>
<! CONTACT FORM -->
<section class="contact-us" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 align-self-center">
<div class="row">
<div class="col-lg-12">
<! PLEASE WORK -->
<form id="contact" action="https://formsubmit.co/melis.alsan@hisarschool.k12.tr" method="post" >
<! test etmek için website'ı pushlamak lazım keep in mind-->
<input type="hidden" name="_next" value="https://https://hisarcs.github.io/LemonRoboticsKit/index.html">
<div class="row">
<div class="col-lg-11">
<h2>Let's get in touch!</h2>
</div>
<div class="col-lg-4">
<fieldset>
<input name="name" type="text" id="name" placeholder="YOURNAME...*" required="">
</fieldset>
</div>
<div class="col-lg-4">
<fieldset>
<input name="email" type="text" id="email" pattern="[^ @]*@[^ @]*" placeholder="YOUR EMAIL..." required="">
</fieldset>
</div>
<div class="col-lg-4">
<fieldset>
<input name="subject" type="text" id="subject" placeholder="SUBJECT...*" required="">
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<textarea name="message" type="text" class="form-control" id="message" placeholder="YOUR MESSAGE..." required=""></textarea>
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<button type="submit" id="form-submit" class="button">SEND MESSAGE NOW</button>
</fieldset>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="right-info">
<ul>
<li>
<h6>Email Address</h6>
<span>idealab@hisarschool.k12.tr</span>
</li>
<li>
<h6>Street Address</h6>
<span>Hisar School, Istanbul</span>
</li>
<li>
<h6>Website URL</h6>
<span>www.hisarschool.k12.tr</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<!----- Footer ---- -->
<div class="footer">
<p>Lemon Robotics Kit
<br>Design: <a style="color: orangered;" >HisarCS - İdeaLab .)</a></p>
<p> idealab@hisarschool.k12.tr </p>
<p> 2022 </p>
<!---- footer - -->
</div>
</section>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/video.js"></script>
<script src="assets/js/slick-slider.js"></script>
<script src="assets/js/custom.js"></script>
<script>
//according to loftblog tut
$('.nav li:first').addClass('active');
var showSection = function showSection(section, isAnimate) {
var
direction = section.replace(/#/, ''),
reqSection = $('.section').filter('[data-section="' + direction + '"]'),
reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) {
$('body, html').animate({
scrollTop: reqSectionPos },
800);
} else {
$('body, html').scrollTop(reqSectionPos);
}
};
var checkSection = function checkSection() {
$('.section').each(function () {
var
$this = $(this),
topEdge = $this.offset().top - 80,
bottomEdge = topEdge + $this.height(),
wScroll = $(window).scrollTop();
if (topEdge < wScroll && bottomEdge > wScroll) {
var
currentId = $this.data('section'),
reqLink = $('a').filter('[href*=\\#' + currentId + ']');
reqLink.closest('li').addClass('active').
siblings().removeClass('active');
}
});
};
$('.main-menu, .responsive-menu, .scroll-to-section').on('click', 'a', function (e) {
e.preventDefault();
showSection($(this).attr('href'), true);
});
$(window).scroll(function () {
checkSection();
});
</script>
</body>
</body>
</html>