-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpiwarsuk.html
91 lines (86 loc) · 5.67 KB
/
piwarsuk.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
<!DOCTYPE HTML>
<html>
<head>
<title>PiWars UK Blog - HisarCS</title>
<meta charset="utf-8"/>
<meta name="description" content="A computer science team from Hisar High School in Istanbul, Turkey with many students actively developing CS & robotics projects, events and organizing competitions & conferences all around the world."/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon"/>
</head>
<body class="is-preload" style="background-color:white;">
<div id="wrapper">
<header id="header">
<a href="index.html" class="logo"><strong>Hisar</strong>CS</a>
<nav>
<button id="switch-lang" style="outline:none">TR</button>
<a href="#menu"></a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li lang="en"><a href="index.html">Home</a></li>
<li lang="tr"><a href="index.html">Anasayfa</a></li>
<li lang="en"><a href="about.html">About Us</a></li>
<li lang="tr"><a href="about.html">Hakkımızda</a></li>
<li lang="en"><a href="news.html">News</a></li>
<li lang="tr"><a href="news.html">Haberler</a></li>
<li lang="en"><a href="events.html">Events</a></li>
<li lang="tr"><a href="events.html">Etkinlikler</a></li>
<li lang="en"><a href="projects.html">Projects</a></li>
<li lang="tr"><a href="projects.html">Projeler</a></li>
<li lang="en"><a href="coco.html">Comp.&Conf.</a></li>
<li lang="tr"><a href="coco.html">Yarış.&Konf.</a></li>
<li lang="en"><a href="documents.html">Documents</a></li>
<li lang="tr"><a href="documents.html">Dokümanlar</a></li>
<li><a href="idealab.html">ideaLab</a></li>
<li lang="en"><a href="contact.html">Contact</a></li>
<li lang="tr"><a href="contact.html">İletişim</a></li>
</ul>
<ul class="actions stacked">
<li><a href="https://github.com/HisarCS" class="button primary fit">GitHub</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" class="alt">
<section id="one">
<div class="inner">
<header class="major">
<h1 style="color:black">Pi Wars UK 2021 Blog</h1>
</header>
<p style="color:black">This year, as HisarCS, we are participating in the Pi Wars Competition 2021 – Pi Wars at Home with a team of 5. Below, you can find our exciting journey of building our robot.</p>
<div class="square">
<i style="font-weight:bold;">October 26th, 2020</i>
<i>- Our First Group Meeting</i>
<p></p>
<img src="assets/img/piwarsuk/meeting.jpg" alt="Our first group meeting" style="width:500px;height:300px;">
<p></p>
<p>On the 26th of October 2020, we made our first meeting even though it had to be remote. After talking about what we’ve been up to, we took a look at, “Up The Garden”, “Feed The Fish”, “DIY Obstacle Course” and “Tidy Up the Toys” challenges. When we had a clear idea of what we were supposed to do for the challenges, we made a roadmap based on the point system, our abilities, and our strengths. WE ARE READY TO START!</p>
</div>
<p></p>
<div class="square">
<i style="font-weight:bold;">November 8th, 2020</i>
<i>- Our First Group Meeting</i>
<p></p>
<img src="assets/img/piwarsuk/robot_parts.jpg" alt="Our first group meeting" style="width:500px;height:300px;">
<p></p>
<p>We now have the equipment ready for our robot which is very exciting!! After gathering all the required tools, we dropped them off at their first stop, one of our team member’s house, where the tools will be turned into a functioning robot. After the robot is built, it will be the guest of another team member :), where it will gain the ability to follow a line!! Unfortunately, because of COVID-19, we are not able to get together as a team. However, we are meeting online on a regular basis and discussing the updates and our future plans. We managed to keep the good teamwork by sharing the robot and transferring it from house to house so we can all work on it and make contributions. Now that we have our motors, chassis, RasPi 4, and many more in our hands, we are ready to build our robot.</p>
</div>
</div>
<h2 style="color:black; text-align:center;" > Coming Soon... </h2>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/language.js"></script>
</body>
</html>