- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
executable file
·84 lines (66 loc) · 4.42 KB
/
Copy pathindex.html
File metadata and controls
executable file
·84 lines (66 loc) · 4.42 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
<!DOCTYPE html>
<html>
<head>
<metacharset="utf-8">
<metaname="author" content="Shreya Lingamallu, Rishi Pathak">
<metaname="description" content="Based in Overland Park, Kansas, The KC Programming Dojo is
a not-for-profit organization dedicated to teaching the fundamental principles of Computer Science
to local youth for free.">
<linkhref="logowhite.png" rel="icon" type="image/x-icon">
<linkhref = "style.css" rel = "stylesheet" type = "text/css">
<linkhref="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Bad+Script&display=swap" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet">
<linkrel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>KC Programming Dojo Home</title>
<metaname="description" content="Based in Overland Park, Kansas, The KC Programming Dojo is a not-for-profit organization dedicated to teaching the fundamental principles of Computer Science to local youth for free.">
</head>
<body>
<divclass="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.
<buttontype="button" class="close" data-dismiss="alert" aria-label="Close">
<spanaria-hidden="true">×</span>
</button>
</div>
<divclass="topnav" id="myTopnav">
<divid="logo">
<ahref="#"></a><ahref="index.html"><imgheight="35px" src="logowhite.png" width="" margin-top= -1%></a>
</div><ahref="schedule.html">Schedule</a><ahref="coding.html">Coding</a><ahref="aboutus.html">About Us</a><ahref="signup.html">Sign Up</a>
</div>
<divclass="parallax"><divclass = "caption">
<spanclass="title"> KC PROGRAMMMING DOJO</span>
<pclass = "subtitle">training tomorrow's programmers, today.</p>
</div></div>
<br>
<divclass = "contain"><divid="hometitle">
<center><pid = "sectiontitle">learn to program</p></center>
<center><pclass = "text" span = "font-size: 22px;" id="section2"><i>This is the future.</i></p>
<pclass = "text"> Not only is learning to program beneficial for success in a rapidly advancing society, but it helps nurture problem-solving skills, logic and creativity that are necessary for success in any 21st century field. Our mission is to empower those of all ages to pursue computer science and show them that anybody - regardless of age - can learn to code. </p></center>
<center>
<table>
<tr>
<th>SCHEDULE</th>
<th>CODING</th>
<th>ABOUT US</th>
</tr>
<center><tr>
<center><td> Classes are held every week and are open to people of all ages! Find out more! </td></center>
<center><td>We currently teach Java, HTML and CSS for free. We start from the basics and keep practicing to refine those skills! </td></center>
<center><td> From our mission, to how to contact us, learn about what we have to offer. </td></center></tr></center>
<tr>
<td><center><ahref= "schedule.html" target="blank"><buttonclass = "home">LEARN MORE</button></a></center></td>
<td><center><ahref= "coding.html" target="blank"><buttonclass = "home">LEARN MORE</button></a></center></td>
<td><center><ahref= "aboutus.html" target="blank"><buttonclass = "home">LEARN MORE</button></a></center></td>
</tr>
</table>
</center>
</div></div>
<scriptsrc="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<scriptsrc="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<scriptsrc="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>