-
Notifications
You must be signed in to change notification settings - Fork 51
/
tricepWorkout.html
113 lines (93 loc) · 5.56 KB
/
tricepWorkout.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./index.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<title>Fitnezz Triceps</title>
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<style>
#load{
height: 100vh;
width: 100%;
position: fixed;
background: white url(/images/Spin-Preloader-1.gif) no-repeat center;
z-index: 9999999;
}
</style>
</head>
<body onload="myfunction()">
<div id="load"></div>
<!-- navbar section -->
<nav class= " flex bg-black text-white sticky top-0">
<h2 class="m-5 text-4xl">Fitne<h2 class="text-purple-800 mt-5 -ml-5 text-4xl">zz</h2></h2>
<ul class=" flex flex-row items-center ml-auto space-x-14 mx-auto text-xl">
<li class="cursor-pointer hover:text-pink-700"><a href="./index.html"> Home</a></li >
<li class="cursor-pointer hover:text-pink-700"><a href="./index.html"> Abou</a>t</li >
<li class="cursor-pointer hover:text-pink-700"><a href="./index.html"> Cont</a>act</li >
<li class="cursor-pointer hover:text-pink-7000"><a href="./index.html">News</a></li >
</ul>
<button class=" bg-purple-800 rounded-md p-2 m-5 transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 hover:bg-indigo-500 duration-300 ">Become a member</button>
</nav>
<h2 class="text-start font-serif text-3xl font-semibold bg-cyan-400 w-72 h rounded-lg mt-10 ml-10 p-3 ">Triceps</h2>
<div>
<h3 class="text-start font-serif text-3l font-semibold w-72 h rounded-md mt-10 p-4">Barbell Overhead Press </h3>
<div class="flex flex-row space-x-36">
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos//overhead1.mp4" frameborder="0"></iframe>
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos/overhead2.mp4" frameborder="0"></iframe>
</div>
<ul class="m-10 text-xl divide-y-8 bg-grey-500 rounded-md">
<li class=" h-12 p-3 "> 1.Take a roughly shoulder width grip. There should be a straight line from your elbow to fist (vertical forearms).</li>
<li class=" h-12 p-2"> 2. Pull your chin back and press the weight toward the ceiling by extending at the elbow joint and flexing at the shoulder joint.</li>
<li class=" h-12 p-2"> 3.Press until your elbows are extended and push your head forward slightly.</li>
<li class=" h-12 p-2"> 4.Return to the start position with control. Pulling your chin back to allow the bar to pass your face safely.
</li>
</ul>
</div>
<div>
<h3 class="text-start font-serif text-3l font-semibold w-72 h rounded-md mt-10 p-4 ">Dips</h3>
<div class="flex flex-row space-x-36">
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos//dips1.mp4" frameborder="0"></iframe>
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos//dips2.mp4" frameborder="0"></iframe>
</div>
<ul class="m-10 text-xl divide-y-8 bg-grey-500 rounded-md">
<li class=" h-12 p-3"> 1. Hold your body with arms locked above the equipment</li>
<li class=" h-12 p-2"> 2.Lower your body slowly while leaning forward, flare out your elbows</li>
<li class=" h-12 p-2"> 3.Raise your body above the bars until your arms are locked.</li>
</ul>
</div>
<div>
<h3 class="text-start font-serif text-3l font-semibold w-72 h rounded-md mt-10 p-4 ">Barbell bench-press</h3>
<div class="flex flex-row space-x-36">
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos//benchpress1.mp4" frameborder="0"></iframe>
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos//benchpress2.mp4" frameborder="0"></iframe>
</div>
<ul class="m-10 text-xl divide-y-8 bg-grey-500 rounded-md">
<li class=" h-12 p-3 "> 1. Lay flat on the bench with your feet on the ground. With straight arms unrack the bar</li>
<li class=" h-12 p-2"> 2. Lower the bar to your mid chest</li>
<li class=" h-12 p-2"> 3. Raise the bar until you've locked your elbows.</li>
</ul>
</div>
<div>
<h3 class="text-start font-serif text-3l font-semibold w-72 h rounded-md mt-10 p-4">Cable Push Downs </h3>
<div class="flex flex-row space-x-36">
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos/cable1.mp4" frameborder="0"></iframe>
<iframe class="h-72 ml-12 w-1/3 rounded-xl mt-6" allow="autoplay" src="./videos//cable2.mp4" frameborder="0"></iframe>
</div>
<ul class="m-10 text-xl divide-y-8 bg-grey-500 rounded-md">
<li class=" h-12 p-3"> 1.Grip the pulley bar with palms facing down at shoulder width.</li>
<li class=" h-15 p-2"> 2.Stand straight with a small forward incline. Keep your upper arms close to your body, and slowly bring the pulley bar down until your arms are fully extended.</li>
<li class=" h-12 p-2"> 3.Pause when you are at the contracted position of the motion, then slowly raise the pulley bar back to the starting point.</li>
</ul>
</div>
<script>
var preloader = document.getElementById('load');
function myfunction(){
preloader.style.display='none';
}
</script>
<!-- navbar ends -->
</body>
</html>