-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (28 loc) · 1.54 KB
/
index.html
File metadata and controls
35 lines (28 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Code the future.">
<meta name="author" content="Pranav Pradeep">
<meta name="keywords" content="HTML, CSS, Python, free, classes, programming, programmer, code, coding, coder, how to, Boston, Massachusetts, amherst, university, umass, everyday, foundation, project, music, lessons">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TEPFoundation</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="index_style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200&display=swap" rel="stylesheet">
</head>
<body class="font-change">
<i id="icon" class="fa fa-cloud fade extra" aria-hidden="true"></i>
<br>
<div class="extra2">
<h7>The Everyday Project Foundation.</h7>
<br>
<h8><i>Never stop learning.</i></h8>
<br><br>
<h9>Learn how to <i>code</i> at the <a href="https://coderproject.github.io/">The Everyday Coder Project</a>!</h9>
<br><br>
<h10>Learn <i>music</i> and how to <i>play an instrument</i> at <a href="#">The Everyday Music Project</a>! (Coming Soon)</h10>
</div>
</body>
</html>