-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (49 loc) · 1.8 KB
/
Copy pathabout.html
File metadata and controls
50 lines (49 loc) · 1.8 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
<!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="stylesheet" href="style.css" />
<link rel="Shortcut icon" type="image/jpg" href="SGF images\download.jpg" />
<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 | About US</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>
<section>
<h2>About <span>Us</span></h2>
<p>
We are a collective of the skinniest guys in our area. We banded
together simply because we lacked the confidence to do what we wanted.
We began aimlessly lifting weights and seeing little to no gains.
<span>THEN WE GOT SERIOUS. </span>
We began vigorous research and formulated a plan to get the physiques we
always wanted. Four years later we wanted to create a platform to help
guys like us.
</p>
<h3>We bring to you the skinny guy's fitness guide.</h3>
</section>
</body>
</html>