-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestion.html
More file actions
77 lines (71 loc) · 2.84 KB
/
question.html
File metadata and controls
77 lines (71 loc) · 2.84 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rackspace x EMC | Roadmap to Change</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" type="text/css" href="css/app.css">
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,600,600italic,700,700italic,400italic,300italic,300' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr.js"></script>
</head>
<body id="question">
<div class="wrapper clearfix">
<!-- Nav -->
<nav class="top-bar" data-topbar role="navigation">
<span class="tagline">Roadmapto<span class="text-blue">Change</span></span>
<ul class="title-area">
<li class="logo" id="logo-rackspace">
<a href="#"><img src="./img/logo_rackspace.png"></img></a>
</li>
<li class="logo" id="logo-emc">
<a href="#"><img src="./img/logo_emc.png"></img></a>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right " id="social-bar">
<li><a href="#">Share</a></li>
<li class=""><a href="#"><img src="./img/icon_twitter.png"></a></li>
<li class=""><a href="#"><img src="./img/icon_facebook.png"></a></li>
<li class=""><a href="#"><img src="./img/icon_linkedin.png"></a></li>
</ul>
</section>
</nav>
<!-- Question -->
<form class="questions">
<div class="row text-center">
<div class="columns large-8 large-offset-2">
<label><h2>What is your biggest obstacle this year?</h2></label>
<span class="caption">Besides Betty from Finance, outsourcing, something, etc.</span>
<input type="text" placeholder="|"/>
</div>
</div>
<a href="#" class="button">Next</a>
</form>
<!-- Progress bar -->
<div class="progress-bar">
<div class="columns large-10"><p>1 of 15 answered</p></div>
<div class="columns large-2 arrow-bar">
<a href="#" class="button">◄</a>
<a href="#" class="button">►</a>
</div>
</div>
</div>
<!-- Footer -->
<!-- <div class="row">
<div class="footer large-12 columns text-center">
<p><a href="#">Privacy Policy</a></p>
<p><a href="#">Feedback?</a></p>
<p><a href="#">Terms of Service</a></p>
</div>
</div> -->
<script src="js/vendor/jquery.js"></script>
<script src="/js/vendor/fastclick.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>