-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass.html
More file actions
88 lines (85 loc) · 2.85 KB
/
Copy pathclass.html
File metadata and controls
88 lines (85 loc) · 2.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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 | Class</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>
<h1><span>Class</span> is in session!</h1>
<section>
<h3>Before we begin lifting there's a few things we need to say.</h3>
<ol class="class">
<li>Your mind muscle connection is NUMBER 1</li>
<li>
Do NOT lift heavy till you have formed a intimate mind muscle
connection.
</li>
<li>
You don't look cool lifting heavy you look cool not being skinny af.
</li>
<li>
Don't listen to anyone who is not basing their observations on
SCIENCE!
</ol>
</ul>
</section>
<h2>Don't lift a weight before these videos!</h2>
<p>Jeff Nippard Will be your best friend after this!</p>
<div class="container">
<div class="workout-container">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/emxEhfwori4"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Dp3truKibtc"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/xiJKa41Fsxo"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</body>
</body>
</html>