forked from dan7800/GencyberWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwic.html
More file actions
122 lines (119 loc) · 5.2 KB
/
wic.html
File metadata and controls
122 lines (119 loc) · 5.2 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
<!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="girls">
<!--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">2021 GenCyber Virtual 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="banner">
<div class="bg-color">
<div class="container">
<div class="row">
<div class="banner-text">
<div class="tagline">
<h2 class="big-text">All Girls Camp</h2>
</div>
<div class="intro-para">
<h4 class="sm-txt">July 26-30</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/ Banner-->
<!--Apply-->
<section id="apply" class="section-padding">
<div class="container">
<div class="row">
<div class="detail-info">
<h3 class="det-txt">How To Apply</h3>
<p class="det-p">Acceptance into GenCyber is determined through an application process. In order to apply, please follow the following link to complete the application form. It will ask you to:</p>
<ul>
<li>Provide contact demographic information for the camper</li>
</ul>
</div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd8nmSjmylG6LiELUz_kVnYb-PFDH1cFTwSRQzADZVt3uhmJQ/viewform" target="_blank" class="btn get-quote">Apply today!</a>
</div>
</div>
</section>
<!--/ Apply-->
<!--Selection-->
<section id="selection" class="section-padding">
<div class="container">
<div class="row">
<div class="detail-info">
<h3 class="det-txt">Selection</h3>
<p class="det-p">We will begin reviewing applications on June 1st. After this, applications will be reviewed based on availability. Campers from groups historically underserved and underrepresented in STEM are especially encouraged to apply. Campers will be notified of their acceptance via email.</p>
<p>Admitted students who accept their spot in GenCyber will then be given a code to complete camp registration forms through the Camp Tiger registration page. (Note: health and immunization forms are required before the start of camp.)</p>
</div>
</div>
</div>
</section>
<!--/ Selection-->
<!--FAQ-->
<section id="faq" class="section-padding">
<div class="container">
<div class="row">
<div class="detail-info">
<h2>Frequently Asked Questions</h2>
<hr class="bottom-line bg-white">
<ul>
<b>Is there any cost to attend?</b>
<li>This event is funded entirely by the NSA and there is no cost to the students.</li>
<b>My child has no computing experience, can they still participate?</b>
<li>Yes! Materials are designed for participants without computing abilities.</li>
<b>Does my child need any computing equipment to participate?</b>
<li>Since the camp will be run virtually, participants are expected to have access to a laptop with sufficient hard drive and memory capabilities to support remote learning.</li>
<!-- <b>Is lunch provided?</b>
<li>Lunch is provided at an RIT dining hall.</li> -->
<b>What are the camp hours?</b>
<li>The camp runs from 9am to 11am and 1pm to 4pm (virtually).</li>
<!-- <b>If I still have questions, who do I contact?</b>
<li>Questions about the GenCyber application process should be directed to Olivia Verschage at orvk12@rit.edu and questions about the GenCyber curriculum should be directed to gencyber@rit.edu</li> -->
</ul>
</div>
</div>
</div>
</section>
<!--/ FAQ-->
<!-- 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>