-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
31 lines (30 loc) · 1.66 KB
/
about.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
---
layout: default
title: About
---
<!-- Program page content section. -->
<section id="about-main">
<div class="page-image">
<img src="assets/images/about/about.png" alt="">
</div>
<div class="page-title">
<h4>OUR BEGINNING</h4>
<p>ICSpark began in 2019 with a desire to offer college student-lead coding programs to youth.</p>
<p>ICSpark is a Registered Independent Organization (RIO) at the University of Hawaiʻi at Mānoa. Although the registered organization has members who are University of Hawaii students, the registered organization is independent of the University and does not represent the views of the University. The registered organization is responsible for its own contracts, acts, or omissions.</p>
<p>We are part of a <a target="_blank" href="https://hitorch.org/">Technology Outreach Hawaii (TORCH)</a>, a 501c3 non-profit organization promoting technology education in Hawaii.</p>
</div>
<div id="about-content">
<div id="about">
<div id="mission">
<h5>MISSION</h5>
<p>Our mission is to provide every motivated 6th - 12th grade student with a fun, nonintimidating coding environment and access to coding mentorship. </p>
</div>
<div id="mission">
<h5>DISCLAIMER</h5>
<p>
Although the registered organization (ICSpark) has members who are University of Hawaii students, the registered organization is independent of the University and does not represent the views of the University. The registered organization is responsible for its own contacts, acts, or omissions.
</p>
</div>
</div>
</div>
</section>