-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsignup.html
More file actions
64 lines (61 loc) · 2.28 KB
/
signup.html
File metadata and controls
64 lines (61 loc) · 2.28 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
<!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="banner">
<div class="bg-color">
<div class="container">
<div class="row">
<div class="banner-text">
<div class="tagline">
<h2 class="big-text">Apply for GenCyber Summer Camp!</h2>
</div>
<p>To sign up for this camp, please login <a href="https://apps.ideal-logic.com/ritreg?key=5HCZ-DDY7S_K9KH-5PTF_522e859d2212">here</a>.</p>
</div>
</div>
</div>
</div>
</div>
<!--/ Banner-->
<!-- 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>