-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.html
More file actions
66 lines (60 loc) · 3.31 KB
/
signup.html
File metadata and controls
66 lines (60 loc) · 3.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Shreya Lingamallu, Rishi Pathak">
<meta name="description" content="If you would like to attend programming classes, please sign up here.
Classes are free and everyone is allowed to attend.">
<link href="logowhite.png" rel="icon" type="image/x-icon">
<link href = "style.css" rel = "stylesheet" type = "text/css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bad+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>Coding - KC Programming Dojo</title>
</head>
<body>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
Classes are now being held online in observation of the global pandemic, visit the schedule page for more information.
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="pagenav" id="pageTopnav">
<div id="logo">
<a href="#">
<a href="index.html">
<img src="logoblack.png" height="35px" width="">
</a>
</a>
</div>
<a href="schedule.html">Schedule</a>
<a href="coding.html">Coding</a>
<a href="aboutus.html">About Us</a>
<a href="signup.html">Sign Up</a>
</div>
<div class = "contain">
<br><br><br>
<!-- The stuff above was for a general setup of the background. Stuff below is where people can sign up and stuff-->
<center><p id = "sectiontitle">SIGN UP</p></center>
<div id = about>
Signing Up
</div><br><br>
<div id = about2>
<center>
From Microsoft to Amazon and Apollo to SpaceX, the best innovations and ideas started with regular people who dared to create something new.
Learn to code. Dare to be different.
</center>
</div>
<br><br><br><br>
<center>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeFQ09s2HH3aFylvDCeUCcnucZDfCxRYIfIlk2lv6pXnUE7zQ/viewform?embedded=true" width="640" height="1400" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</center>
<br><br><br><br>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>