forked from xeroxism/atlas-prototype-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (79 loc) · 4.42 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial">
<link rel="stylesheet" type="text/css" href="style.css">
<title>M-ANALYTICS | WHERE DATA MATTER - Home</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Cantarell|Cinzel|Old+Standard+TT|Raleway|Satisfy|Josefin+Sans|Spectral|Arapey|Quattrocento|Kaushan+Script|Alex+Brush" rel="stylesheet">
</head>
<body>
<div class="main_conatiner">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">M-Analytics</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">ABOUT US</a></li>
<li><a href="#">SUCCESS STORIES</a></li>
<li><a href="#">PARTNERS</a></li>
<li><a href="#">CAREERS</a></li>
</ul>
</div>
</div>
</nav>
<div class="home_banner">
<div class="home_banner_header text-center">
<h1>Welcome to M-Analytics.</h1>
<h3>Data-based measurement Powered by Xero.</h3>
<br>
<a class="button" href="#">LOG IN TO M-ANALYTICS</a>
</div>
<div class="news_body">
<h1 class="text-center">What's New</h1>
<div class="news_body_text">
<h3><span style="color: #ff6d02">NEWS</span></h3>
<h2><a href="#">Increasing Focus in Measurement</a></h2>
<p>When we reintroduced M-Analytics to the market in 2016, we also launched "Data-based Marketing" - the idea that data, not estimates should be at the center of every decision advertisers make. At the foundation data-based marketing is accurate measurement. As we expand our work with clients in measurement, we've decided to sharpen our focus with M-Analytics.</p>
</div>
</div>
</div>
<!-- end of home banner -->
<div class="text-center latest_resources">
<div class="latest_resources_header">
<h1>Get the latest measurement news </h1>
<h1> and resources.</h1>
</div>
<div class="gallery row">
<div class="gallery_header_1 col-md-6">
<img class="img-responsive" src="https://source.unsplash.com/Dl6jeyfihLk/1600x900">
<h3><a href="#">Expanding Measure to more Advertisers</a></h3>
</div>
<div class="gallery_header_2 col-md-6">
<img class="img-responsive" src="https://source.unsplash.com/unRkg2jH1j0/1600x900">
<h3><a href="#"> Measurement FYI: Greater Transparency Through Measurement Partnerships</a></h3>
</div>
</div>
</div>
<div class="text-center footer">
<p> COPYRIGHT © 2017. M-ANALYTICS SOLUTION LTD. </p>
<p>POWERED BY <span style="color: #f97300; font-weight: bold;">ALEXANDER WAYNE OMOROKUNWA.</span></p>
<p><a href="#"> ABOUT M-ANALYTICS </a> <a href="#"> PRIVACY POLICY </a> <a href="#"> COOKIES POLICY </a> <a href="#"> TERM OF USE </a> </p>
</div>
</div>
<!-- end of main container-->
<!--script palced here make page load faster-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script>
</body>
</html>