-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection1.html
27 lines (27 loc) · 1.66 KB
/
section1.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
<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/section2.html"> Skate Videos </a> </div>
<div class="box3"> <a href="https://orionroven.github.io/web/section3.html"> Me Skating </a> </div>
</div>
<h1> A Brief History Of Skateboarding </h1>
<p>
<dl>
<dt> 1940s-1960s </dt>
<dd> - Skateboards were made out of small wooden boards and metal or clay wheels. <dd>
<dt> 1970s </dt>
<dd> - Wheels are made out of polyurethane which allowed for both downhill skateboarding at extreme speeds and vertical skateboarding. Vert skating has to do with skating any size of ramp. For this purpose, larger skateboards were manufacture and used. </dd>
<dt> 1980s </dt>
<dd> - Freestyle skateboarding is developed. New tricks such as the kickflip were discovered. </dd>
<dt> 1990s </dt>
<dd> - Street skateboarding becomes popularized. Skateboarders used architecture such as ledges, stairs, rails, and gaps found anywhere to skate on. Street skating requires a smaller deck than a vert deck, but a larger one than a freestyle deck. </dd>
<dt> 2000s - present </dt>
<dd> - Skateboarding continues to grow in popularity. </dd>
<img src="https://www.nativeskatestore.co.uk/images/baker-brand-logo-black-white-skateboard-deck-8-0-p12399-26948_zoom.jpg" alt="Modern Skate Deck" width="900" height="900">
</p>
</body>
</html>