-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (148 loc) · 7.08 KB
/
index.html
File metadata and controls
173 lines (148 loc) · 7.08 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Muber</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
</head>
<body>
<!-- Fixed nav bar -->
<div class="navbar-fixed">
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a href="#!" class="brand-logo"><i class="material-icons left">local_shipping</i>Muber</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="customer-page.html">Customer</a></li>
<li><a href="moverpage.html">Mover</a></li>
<li><a href="help.html">Help</a></li>
</ul>
</div>
</nav>
</div>
<!-- Mobile Dropdown menu -->
<ul class="side-nav" id="mobile-demo">
<li><a href="customer-page.html">Customer</a></li>
<li><a href="moverpage.html">Mover</a></li>
<li><a href="help.html">Help</a></li>
</ul>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<div class="row center">
<h5 class="header col s12 light black-text"><b>Choose a path:</b></h5>
</div>
<div class="row center">
<a href="customer-page.html" class="waves-effect waves-light btn-large black"><i class="material-icons left">home</i>Customer</a>
<a href="moverpage.html" class="waves-effect waves-light btn-large black"><i class="material-icons right">directions_run</i>Mover</a>
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="images/background1.jpg" alt="Unsplashed background img 1"></div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Fast approach</h5>
<p class="light">We count thirty Rebel ships, Lord Vader. But they're so small they're evading our turbo-lasers! We'll have to destroy them ship to ship. Get the crews to their fighters. Luke, let me know when you're going in. I'm on my way in now... Watch yourself! There's a lot of fire coming from the right side of that deflection tower. I'm on it. Squad leaders, we've picked up a new group of signals. Enemy fighters coming your way.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">group</i></h2>
<h5 class="center">Local Help</h5>
<p class="light">Easy, Chewie. Whoa! Whoa! Help! Chewie, you okay? Where is he? I'm okay, pal. Han! Chewie? Lando! Boba Fett?! Boba Fett?! Where? Lando, grab it! Lower it! I'm trying! Whoa! Whoa! Grab me, Chewie! I'm slipping. Grab it! L--Lando. Grab! Grab it! Almost... You almost got it! Hold it! Whoa! Gently now. All... all right. Now easy, easy. Hold me, Chewie. Chewie! Chewie, give me the gun. Don't move, Lando. No, wait! I thought you were blind! It's all right. Trust me. Don't move. All right! A little higher! Just a little higher! Chewie, Pull us up! Come on! Okay... up, Chewie, up!</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Simple to Use</h5>
<p class="light">Aaargh! Chewie! All right, don't lose your temper. I'll come right back and give you a hand. Solo? No sign of life out there, General. The sensors are in place.You'll know if anything comes around. Commander Skywalker reported in yet? No. He's checking out a meteorite that hit near him. With all the meteor activity in this system, it's going to be difficult to spot approaching ships.</p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light"><b>Move when you want</br>
Make what you need</b></h5>
</div>
</div>
</div>
<div class="parallax"><img src="images/background2.jpg" alt="Unsplashed background img 2"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4>Contact Us</h4>
<p class="left-align light">Want to make quick money when you want to? Muber helps movers attain their financial goals as well as enjoy the freedom to make their own schedule. </p>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light"></h5>
</div>
</div>
</div>
<div class="parallax"><img src="images/background3.jpg" alt="Unsplashed background img 3"></div>
</div>
<footer class="page-footer white">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="black-text">Team Bio</h5>
<p class="black-text text-lighten-4">A group of four guys who want to change the world. Just kidding. We just want to finish this project.</p>
</div>
<div class="col l3 s12">
<h5 class="black-text">Settings</h5>
<ul>
<li><a class="black-text" href="customer-page.html">Customer</a></li>
<li><a class="black-text" href="moverpage.html">Mover</a></li>
<li><a class="black-text" href="help.html">Help</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="black-text">Connect</h5>
<ul>
<li><a class="black-text" href="#!"><img src="images/facebook-icon.png"></a></li>
<li><a class="black-text" href="#!"><img src="images/instagram-icon.png"></a></li>
<li><a class="black-text" href="#!"><img src="images/twitter-icon.png"></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright ">
<div class="container">
<p class="black-text">© 2017 Muber Inc.</h5>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>