-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection2.html
23 lines (23 loc) · 1.3 KB
/
section2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<DOCTYPE html>
<html>
<head> <title> SKATEBOARDING </title> <link rel="stylesheet" href="style.css"> </head>
<body>
<h2> Navigational Menu </h2>
<p> <div class="box">
<div class="box1"> <a href="https://orionroven.github.io/web/site.html"> Home Page </a> </div>
<div class="box2"> <a href="https://orionroven.github.io/web/section1.html"> A Brief History of Skateboarding </a> </div>
<div class="box3"> <a href="https://orionroven.github.io/web/section3.html"> Me Skating </a> </div>
</div>
<h1> Skate Videos </h1>
<p>
Here as some of my favorite skate videos that I have seen so far
<ul>
<li> <a href="https://www.youtube.com/watch?v=c3myBwCLymA&t=73s"> Paul Rodriguez - "Yeah Right" </a> </li>
<li> <a href="https://www.youtube.com/watch?v=6XzLF39Q55I"> PJ Ladd - "Wonderful, Horrible, Life" </a> </li>
<li> <a href="https://www.youtube.com/watch?v=ZYAzo5OdqHM&t=2700s"> Illegal Civ - "GODSPEED" </a> <img src="https://i.ytimg.com/vi/ZYAzo5OdqHM/hqdefault.jpg" alt="Alex Midler in Godspeed" width="480" height="360"></li>
<li> <a href="https://www.youtube.com/watch?v=sgNR-hA-Bho"> Primitive - "ENCORE"</a> </li>
<li> <a href="https://www.youtube.com/watch?v=aLwk3-LPIxQ"> Baker - "Baker 3" </a> </li>
</ul>
</p>
</body>
</html>