-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (91 loc) · 5.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CompCamps</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="images/logo.png" alt="CompCamps Logo">
</header>
<section style="background: url('images/classroom.jpg') center/cover no-repeat;" class="section-bg">
<div class="text-content">
<h2>CompCamps Annual Summer Camps</h2>
<p>Every year, CompCamps provides one-week camps for students aged 12-17. The camps provide a fun environment to explore technology with a group of like-minded peers. Campers are able to pick one or more areas to focus on for a project that they will demo at the end of the week.</p>
</div>
</section>
<section class="sponsors">
<div class="container">
<div class="text-content registration">
<h2>July 7-11th 2025 Camp</h2>
<a href="https://register.citruscamps.com/pg/pg_X9XlMypciZFIh0VJ/evt/pg_evt_1eJkbUKBSC9HrBQZ" target="_blank" class="btn">Register Now</a>
</div>
<div class="text-content">
<h2>Our Sponsors</h2>
</div>
<div class="sponsors">
<div class="sponsor">
<a href="https://directwest.com/" target="_blank">
<img class="whitebg" src="images/sponsors/directwest.png" alt="DirectWest" />
</a>
</div>
<div class="sponsor">
<a href="https://freshlypressedprinting.com/" target="_blank">
<img src="images/sponsors/freshly-pressed.png" alt="Freshly Pressed" />
</a>
</div>
<div class="sponsor">
<a href="https://www.sasktel.com/" target="_blank">
<img src="images/sponsors/sasktel.png" alt="SaskTel" />
</a>
</div>
<div class="sponsor">
<a href="https://www.uregina.ca/science/computer-science/index.html" target="_blank">
<img src="images/sponsors/uregina.png" alt="University of Regina" />
</a>
</div>
<div class="sponsor">
<a href="https://www.hackregina.com/" target="_blank">
<img src="images/sponsors/hack-regina.png" alt="Hack Regina" />
</a>
</div>
</div>
</div>
</section>
<section style="background: url('images/code.jpg') center/cover no-repeat;" class="section-bg right">
<div class="text-content">
<h2>What Will Campers Learn?</h2>
<p>Campers will learn the basics of programming, electronics, and graphic design. With a mix of instructed and open project time, the campers are able to explore these areas in their own way.</p>
</div>
</section>
<section style="background: url('images/guest.jpg') center/cover no-repeat;" class="section-bg">
<div class="text-content">
<h2>Guest Speakers</h2>
<p>Every year, we invite guest speakers to talk about their experiences in the tech industry. These speakers provide insight into the various career paths available in technology and inspire campers to pursue their interests.</p>
</div>
</section>
<section style="background: url('images/3d.jpg') center/cover no-repeat;" class="section-bg right">
<div class="text-content">
<h2>Who Should Attend the Camp?</h2>
<p>CompCamps is designed for students aged 12-17 with an interest in technology and its role in our world. Campers should have a basic understanding of computers and be ready to learn more about programming, electronics, and graphic design.</p>
</div>
</section>
<section style="background: url('https://campusguides.ca/wp-content/uploads/2020/12/Emd5aUnU4AA90qA.jpg') center/cover no-repeat;" class="section-bg">
<div class="text-content">
<h2>Where Do the Camps Take Place?</h2>
<p>Our camps are held in partnership with the University of Regina's Computer Science Department. The camps take place in the university's computer labs, giving campers access to the latest technology and resources.</p>
</div>
</section>
<section style="background: url('images/1999.jpg') center/cover no-repeat;" class="section-bg right">
<div class="text-content">
<h2>Who Runs the Camp?</h2>
<p>Mentor Systems Inc. is a member-based organization registered as a non-profit corporation in Saskatchewan, Canada. MSI was formed by volunteer camp staff who were counsellors and mentors at the various annual computer camps. Since the camps started in 1991, MSI has had the mandate of providing technological opportunities for youth.</p>
</div>
</section>
<footer>
© 2025 CompCamps. All Rights Reserved.
</footer>
</body>
</html>