-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.html
15 lines (15 loc) · 951 Bytes
/
site.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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/section1.html"> A Brief History of Skateboarding </a> </div>
<div class="box2"> <a href="https://orionroven.github.io/web/section2.html"> Skate Videos </a> </div>
<div class="box3"> <a href="https://orionroven.github.io/web/section3.html"> Me Skating </a> </div>
</div>
<br>
The first link titled "A Brief History of Skateboarding" mentions how skateboarding has changed throughout the centuries. It includes details about different kinds of skateboarding as well as how the skateboard itself has changed. The second link shows some of my favorite skate videos that I have ever watched, and the third link shows some videos of my own skateboarding. Enjoy!
</p>
</body>
</html>