-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.php
111 lines (76 loc) · 4.06 KB
/
info.php
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
<?php include("header.inc"); ?>
<main>
<!-- These sections can be repeated as many times as nessisary to organize information(15yy here to copy) -->
<div class="info">
<!-- This is the main picture for the page -->
<img class="left" src="static/media/projectImages/acc_sign.jpg" alt="the picture dun broke"/>
<!-- This is a discription of the website underneath the picture -->
<section class="right">
<h2>What gave you the idea for Project Olorun?</h2>
<p>When mr. Johnson arrived at APS in 2014 the school already had green intentions. So he came up with the idea of students being able to use solar energy to charge their laptops and smartphones. From there he came up with an idea for a pergola which would serve both a functional and asthetic purpose.</p>
</section>
<!-- This is the black line that is at the bottom -->
</div>
<hr>
<!-- These sections can be repeated as many times as nessisary to organize information(19yy here to copy) -->
<div class="info">
<!-- This is the main picture for the page -->
<img class="right" src="static/media/projectImages/acc_sign.jpg" alt="the picture dun broke"/>
<!-- This is a discription of the website underneath the picture -->
<section class="left">
<h2>Why did you choose the name Olorun?</h2>
<p>Mr. Johnson had already been familiar with west african theology and chose Olorun because he was the god of the sky and more specificaly the sun.</p>
</section>
<!-- This is the black line that is at the bottom -->
</div>
<hr>
<!-- These sections can be repeated as many times as nessisary to organize information(19yy here to copy) -->
<div class="info">
<!-- This is the main picture for the page -->
<img class="left" src="static/media/projectImages/acc_sign.jpg" alt="the picture dun broke"/>
<!-- This is a discription of the website underneath the picture -->
<section class="right">
<h2>What classes are participating in this project?</h2>
<p>There is a variety of specialized classes working on the project such as engineering and electrician classes.<p>
</section>
<!-- This is the black line that is at the bottom -->
</div>
<hr>
<!-- These sections can be repeated as many times as nessisary to organize information(19yy here to copy) -->
<div class="info">
<!-- This is the main picture for the page -->
<img class="right" src="static/media/projectImages/acc_sign.jpg" alt="the picture dun broke"/>
<!-- This is a discription of the website underneath the picture -->
<section class="left">
<h2>What do you see as the future of this project?</h2>
<p>It brings awareness to sustainable technology. Mr. Johnson hopes also make it global to provide electricity to African schools.</p>
</section>
<!-- This is the black line that is at the bottom -->
</div>
<hr>
<!-- These sections can be repeated as many times as nessisary to organize information(19yy here to copy) -->
<div class="info">
<!-- This is the main picture for the page -->
<img class="left" src="static/media/projectImages/acc_sign.jpg" alt="the picture dun broke"/>
<!-- This is a discription of the website underneath the picture -->
<section class="right">
<h2>What has been the most difficult part of this project?</h2>
<p>The abstract mathematical process of quantifying data and specing the project has been the hardest part.</p>
</section>
<!-- This is the black line that is at the bottom -->
</div>
<hr>
<!-- These sections can be repeated as many times as nessisary to organize information(19yy here to copy) -->
<div class="info">
<!-- This is the main picture for the page -->
<img class="right" src="static/media/projectImages/acc_sign.jpg" alt="the picture dun broke"/>
<!-- This is a discription of the website underneath the picture -->
<section class="left">
<h2>How do you see this helping your students in the future?</h2>
<p>It not only helps all the students have a good place to charge their phones. It also gives students hands on experience and a physical representation of what they can achieve if they work together.</p>
</section>
<!-- This is the black line that is at the bottom -->
</div>
<!-- This is the footer -->
</main>
<?php include ("footer.inc"); ?>