-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkouts.html
More file actions
52 lines (52 loc) · 2.84 KB
/
Copy pathworkouts.html
File metadata and controls
52 lines (52 loc) · 2.84 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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="Shortcut icon" type="image/jpg" href="SGF images\download.jpg" />
<link rel="stylesheet" href="style.css" />
<link
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<title>SGF | LETS LIFT</title>
</head>
<body>
<header>
<h1>Skinny<span> Guy's </span>Fitness</h1>
<nav class="top-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="class.html">Class</a></li>
<li><a href="workouts.html">Workouts</a></li>
<li>
<a
href="https://discordapp.com/channels/654030934202384395/654030934202384399"
>Discord</a
>
</li>
</ul>
</nav>
</header>
<div class="workout-container">
<p>This will be a "Push, Pull, Legs split.
</p>
<h2>Push</h2>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/LwHoNk-sjgs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/HtV1FIPyTEw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>Pull</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/9B-5irFdB3c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/NDmJNX9JrLs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>Legs</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Y4Vv2ASsyhs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BgsGtqJwqRc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>Abs (DO Abs EVERYTIME YOU WORKOUT)</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8jyhJ6TiUPA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</html>