-
Notifications
You must be signed in to change notification settings - Fork 0
/
unicorns.html
125 lines (107 loc) · 4.93 KB
/
unicorns.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
117
118
119
120
121
122
123
124
125
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Unicorns - Wild Rydes</title>
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr.js"></script>
</head>
<body class="page-unicorns">
<header class="site-header">
<div class="site-logo dark">Wild Rydes</div>
<div class="row column medium-8 large-6 xlarge-5 xxlarge-4">
<h1 class="title">Unicorns Are Our Friends</h1>
<p class="content">
The app is what makes this service exist, but the unicorns make it move. Meet them and see who you are riding with!
</p>
</div>
<nav class="site-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="unicorns.html">Meet the Unicorns</a></li>
<li><a href="investors.html">Investors & Board of Directors</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="apply.html">Apply</a></li>
</ul>
</nav>
<button type="button" class="btn-menu"><span>Menu</span></button>
</header>
<div class="row column medium-10 large-8 xxlarge-6">
<p class="content">
Wild Rydes has a dedicated staff that recruits, trains, and tends to our herd of unicorns. We take great pride in the quality of unicorns and rydes that we provide to our customers, and our staff exercises the utmost care in vetting the unicorns that join our herd.
</p>
<p class="content">
Every unicorn goes through a rigorous due diligence process where we perform background checks, flying exams, and several rounds of interviews. Unicorns accepted to Wild Rydes are then treated to the best care and maintenance possible. We provide them excellent benefits, health care, and employee perks. This is part of our company philosophy in which happy unicorns lead to happy customers.
</p>
<p class="content">Meet a few of the unicorns that are part of our family.</p>
</div>
<section class="unicorns-list">
<div class="row">
<div class="unicorn jimmy">
<div class="columns medium-5 large-6 xlarge-5 xlarge-offset-1">
<img src="images/wr-unicorn-one.png" alt="Jimmy Three Legs">
</div>
<div class="columns medium-7 large-6 xlarge-5 xxlarge-4">
<h2 class="title">Bucephalus</h2>
<div class="subtitle">Golden Swiss</div>
<p class="content">
Bucephalus joined Wild Rydes in February 2016 and has been giving rydes almost daily. He says he most enjoys getting to know each of his ryders, which makes the job more interesting for him. In his spare time, Bucephalus enjoys watching sunsets and playing Pokemon Go.
</p>
</div>
</div>
</div>
<div class="row">
<div class="unicorn henry">
<div class="columns medium-5 medium-push-7 large-6 large-push-6 xlarge-5 xlarge-offset-1 xlarge-push-5">
<img src="images/wr-unicorn-two.png" alt="Hot Shoe Henry">
</div>
<div class="columns medium-7 medium-pull-5 large-6 large-pull-6 xlarge-5 xlarge-pull-5 xxlarge-4 xxlarge-offset-1">
<h2 class="title">Shadowfox</h2>
<div class="subtitle">Brown Jersey</div>
<p class="content">
Shadowfox joined Wild Rydes after completing a distinguished career in the military, where he toured the world in many critical missions. Shadowfox enjoys impressing his ryders with magic tricks that he learned from his previous owner.
</p>
</div>
</div>
</div>
<div class="row">
<div class="unicorn veronica">
<div class="columns medium-5 large-6 xlarge-5 xlarge-offset-1">
<img src="images/wr-unicorn-three.png" alt="Veronica">
</div>
<div class="columns medium-7 large-6 xlarge-5 xxlarge-4">
<h2 class="title">Rocinante</h2>
<div class="subtitle">Baby Flying Yellowback</div>
<p class="content">
Rocinante recently joined the Wild Rydes team in Madrid, Spain. She was instrumental in forming Wild Rydes’ Spanish operations after a long, distinguished acting career in windmill shadow-jousting.
</p>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="row column">
<nav class="footer-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="unicorns.html">Meet the Unicorns</a></li>
<li><a href="investors.html">Investors & Board of Directors</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="apply.html">Apply</a></li>
</ul>
</nav>
</div>
<div class="row column">
<div class="footer-legal">
©WildRydes Inc<br>
All Rights Reserved
</div>
</div>
</footer>
<script src="js/vendor.js"></script>
<script src="js/main.js"></script>
</body>
</html>