-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjobs.html
116 lines (114 loc) · 5.61 KB
/
jobs.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
114
115
116
<!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">
<title>Workin' it Out</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="ej.css">
<link href="https://fonts.googleapis.com/css?family=Francois+One|Hind:300,400,500,600,700" rel="stylesheet">
</head>
<body>
<header>
<div class="headPage">
<h2 >Shakeweight</h2>
<h3 >shake it up!!</h3>
</div>
<nav>
<ul class="flexNav">
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="about.html">About</a></li>
<li><a href="jobs.html">Careers</a></li>
<li><a href="https://media.giphy.com/media/lLJGVm3LzLvwI/giphy.gif">Contact</a></li>
</ul>
</nav>
</header>
<div class="background">
<div class="body">
<div>
<header>
<h2 class="headpage test">Apply Today!</h2>
<h3 class="border test">Show Us How You Shake</h3>
</header>
</div>
<main id="jobapp">
<div class="left white">
<article>
<h4>Shake Engineer</h4>
<p class="jobs">Description:<br>
Our Shake Engineers are the geniuses behind our patented technology. We are looking for a new creative, hard working individual who isn't afraid to think outside the box, or in this case, the gym!
</p>
<h6>Requirements</h6>
<ul class="jobs">
<li>Love of Fitness</li>
<li>Desire to Shake</li>
<li>Masters Degree in Mathmatical Exercise</li>
</ul>
<a href="applyform.html" class="apply">Apply Now!</a>
<div class="group"></div>
</article>
</div>
<div class="right">
<article>
<h4>Shake Designer</h4>
<p class="jobs">Description:<br>
The Shake Designer is responsible for developing new Shakeweight styles, exercises, and web development. Core attributes of the Shakeweight include Style, Functionality, and the ability to Shake!
</p>
<h6>Requirements</h6>
<ul class="jobs">
<li>Love of Fitness</li>
<li>Desire to Shake</li>
<li>6+ years experience in weight related design</li>
</ul>
<a href="applyform.html" class="apply">Apply Now!</a>
<div class="group"></div>
</article>
</div>
<div class="left">
<article>
<h4>Social Media Intern</h4>
<p class="jobs">Description:<br>
The Social Media Intern is responsible for all social media posts, including Facebook, Twitter, Youtube, and Myspace. Don't be afraid to Shake it up with our loyal customers!
</p>
<h6>Requirements</h6>
<ul class="jobs">
<li>Love of Fitness</li>
<li>Desire to Shake</li>
<li>High School Degree or equivalent required</li>
</ul>
<a href="applyform.html" class="apply">Apply Now!</a>
<div class="group"></div>
</article>
</div>
<div class="right">
<article>
<h4>Campus Cook</h4>
<p class="jobs">Description:<br>
We are looking for a chef to cook up some killer cuisene for our employees and visitors! What's on the menu today? Milkshakes of course! Don't forget the protein to enhance your Shakeweight workout!
</p>
<h6>Requirements</h6>
<ul class="jobs">
<li>Love of Fitness</li>
<li>Desire to Shake</li>
<li>Bachelor Degree in Culinary arts</li>
</ul>
<a href="applyform.html" class="apply">Apply Now!</a>
<div class="group"></div>
</article>
</div>
</main>
</div>
</div>
<footer class="mainFooter">
<p>ShakeWeight©2017</p>
<div class="socialMedia">
<a href="https://www.facebook.com/Shakeweight/"><img src="img/fbook.svg" alt="facebook logo"></a>
<a href="https://myspace.com/tom"><img src="img/myspace.svg" alt="myspace logo"></a>
<a href="https://twitter.com/shakeweight?lang=en"><img src="img/twitter.svg" alt="twitter logo"></a>
<a href="https://www.youtube.com/watch?v=62-TYluYIiw"><img src="img/youtube.svg" alt="youtube logo"></a>
</div>
</footer>
</body>
</html>