-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearning.html
More file actions
45 lines (45 loc) · 1.04 KB
/
learning.html
File metadata and controls
45 lines (45 loc) · 1.04 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
<!DOCTYPE html>
<html class="html-class">
<head>
<title>
Cramped
</title>
<base target="_blank">
<link rel="icon" href="images/favicon.ico">
<script src="https://epicenterprograms.github.io/standards/behavior/general.js"></script>
<script src="behavior.js"></script>
<link rel="stylesheet" href="https://epicenterprograms.github.io/standards/formatting/foundation.css">
<link rel="stylesheet" href="formatting.css">
</head>
<body>
<nav class="hidden-left-nav">
<iframe src="navigation.html"></iframe>
</nav>
<h1 class="main-title">
Learning
</h1>
<main>
<p>
This is where I talk about the stuff I taught myself.
</p>
<div class="page-jump-sections">
<h2>
Juggling
</h2>
<video class="vert-media" controls>
<source src="videos/Juggling act.mp4" type="video/mp4">
Your browser doesn't support watching videos this way.
</video>
<h2>
Solving a Rubik's Cube
</h2>
<h2>
Programming
</h2>
<h2>
Languages
</h2>
</div>
</main>
</body>
</html>