-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvolved.html
56 lines (44 loc) · 1.98 KB
/
involved.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<title> "the girlCode" </title>
</head>
<body>
<div>
<h1 class="heading-main" ><"the girlCode"></h1>
</div>
<div class="navigation-bar">
<a href= "index.html"><home></a>
<a href="aboutus.html"><aboutUs></a>
<a href="resources.html"><programs></a>
<a href="involved.html"><onlineClasses></a>
</div>
<div class="clubsAndClasses" id="clubsAndClasses">
<h2><onlineClasses></h2>
<p>These are websites where you can learn how to code online for free!</p>
<div class="codecademy">
<img class = "images" src="codecademy2.png" alt="Codecademy logo">
<a class = "programLinks" href = "https://www.codecademy.com/"> Codecademy </a>
<p> Codecademy is a website where you can learn to code for FREE! This website brings the classroom to you. </p>
</div>
<div class="codeorg">
<img class = "images" src="codeorg.png" alt="Code logo">
<a class = "programLinks" href = "https://code.org/learn"> Code </a>
<p> The website Code is perfect for all ages, especially the young ones. You can learn to code for FREE whether you are in elementary or high school. </p>
</div>
<div class="khanacademy">
<img class = "images" src="khanacademy.jpg" alt="Khan Academy Logo">
<a class = "programLinks" href = "https://www.khanacademy.org/computing/computer-programming "> Khan Academy </a>
<p> Khan Academy is a website where you can learn to code for FREE! It is a personalized learning experience for all users. </p>
</div>
</div>
<div class = "switchColor">
<button class = "light" type="button" name="button">☼</button>
<button class ="dark" type="button" name="button">☾</button>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="index.js" type="text/javascript"></script>
</body>
</html>