-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (60 loc) · 2.49 KB
/
index.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
<!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="landing-a">
<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>
<!-- Content -->
<div class="row clearfix">
<div class="large-12 columns">
<div class="headline-text">
<h1>The Roadmap to Change Challenge</h1>
<p> Need help getting from A to B in IT Land? This wizard will create your own personalise roadmap to the cloud report.</p>
<a href="#" class="button">Let's go</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- <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> -->
<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>