-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwhattoexpect.html
More file actions
131 lines (129 loc) · 4.67 KB
/
whattoexpect.html
File metadata and controls
131 lines (129 loc) · 4.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GenCyber at RIT</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body class="coed">
<!--Navigation bar-->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-4">
<a href="index.html">
<img class="navbar-brand sponsorImg" src="img/genCyberLogo2.png" alt="GenCyber Logo">
</a>
</div>
<div class="navbar-header col-md-8 col-sm-6 col-xs-4">
<a class="navbar-brand" href="index.html">GenCyber Summer Camp at RIT</a>
</div>
<div class="col-md-2 col-sm-3 col-xs-4">
<img class="navbar-brand sponsorImg" src="img/nsaLogo2.png" alt="NSA Logo">
</div>
</div>
</div>
</nav>
<!--/Navigation bar-->
<!--Banner-->
<div class="girls">
<div class="bg-color">
<div class="container">
<div class="row">
<div class="banner-text">
<div class="tagline">
<h2 class="big-text">What to Expect</h2>
</div>
<div class="intro-para">
<h4 class="sm-txt">July 15-19<br>2024 GenCyber Summer Camp</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/ Banner-->
<section class="section-padding">
<div class="container">
<div class="row">
<div class="detail-info">
<center><h3>
This is a day-long cybersecurity educational camp for rising 8th-12th grade students, providing them with a comprehensive and immersive learning experience in cybersecurity.
</h3></center>
<center><h3>
We are encouraging registration from female-identifying students and gender-minority identifying students!
</h3></center>
</div>
</div>
</div>
</section>
<!--What Participants Expect-->
<section id="apply" class="section-padding">
<div class="container">
<div class="row">
<div class="detail-info">
<h2 class="det-txt">What can participants expect?</h2>
<ul>
<li>A safe, inclusive learning enviornment.</li>
<li>The day will be a mix of instruction and experimental hands on activities.</li>
<li>A recreational break and lunch is provided.</li>
<li>No cost for participants.</li>
<li>The camp will run from Monday to Friday.</li>
</ul>
</div>
</div>
</div>
</section>
<!--/What Participants Expect-->
<!--What We Expect-->
<section id="whatweexpect" class="section-padding">
<div class="container">
<div class="row">
<div class="detail-info">
<h2 class="det-txt">What we expect from the participant:</h2>
<ul>
<li>No experience in computing or cybersecurity is required.</li>
<li>Good attitude and willingness to learn!</li>
</ul>
</div>
</div>
</div>
</section>
<!--/What We Expect-->
<!--What This Camp Is Not-->
<section id="whatthiscampisnot" class="section-padding">
<div class="container">
<div class="row">
<div class="detail-info">
<h2 class="det-txt">What this camp is not!</h2>
<ul>
<li>This camp is <u>not a replacement for childcare</u>. This camp is for participants
who want to learn more about computing and cybersecurity. Participants who clearly
demonstrate a lack of interest in attendance and learning in an inclusive enviornment
will not be asked to return for remaining sessions.
</li>
</ul>
</div>
</div>
</div>
</section>
<!--/What This Camp Is Not-->
<!-- Footer -->
<div id="ritfooter" class="row" style="margin:0;">
<div class="col-md-6">
Copyright © <a href="https://www.rit.edu/">Rochester Institute of Technology</a><br/>
<a href="https://www.rit.edu/copyright.html">Copyright Infringement</a> |
<a href="https://www.rit.edu/privacystatement.html">Privacy Statement</a> |
<a href="https://www.rit.edu/disclaimer.html">Disclaimer</a> |
<a href="https://www.rit.edu/nondiscrimination.html">Nondiscrimination</a>
</div>
<div class="col-md-6 text-right">
One Lomb Memorial Drive Rochester NY 14623-5603 <br/>
Questions or comments? <a href="https://www.rit.edu/ask/">Send us feedback.</a> Telephone 585-475-2411
</div>
</div>
<!-- /Footer -->
</body>
</html>