-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (64 loc) · 3.99 KB
/
Copy pathindex.html
File metadata and controls
67 lines (64 loc) · 3.99 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Evolve</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Aldrich">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alfa+Slab+One">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Andika">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Antic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Baloo+Bhaina">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="assets/css/Footer-Dark.css">
<link rel="stylesheet" href="assets/css/Header-Blue.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/Team-Clean.css">
</head>
<body>
<div></div>
<div>
<div class="header-blue" style="height:663px;margin:0px;">
<nav class="navbar navbar-dark navbar-expand-md navigation-clean-search" style="height:66px;">
<div class="container"><a class="navbar-brand" href="index.html" style="width:68;">EVOLVE</a><button class="navbar-toggler invisible" data-toggle="collapse" data-target="#navcol-1"></button>
<div class="collapse navbar-collapse" id="navcol-1"></div>
</div>
</nav>
<div class="container hero">
<div class="row">
<div class="col-12 col-lg-6 col-xl-5 offset-xl-1">
<h1 style="font-size:57px;">We rule the game.</h1>
<p style="font-size:22px;">Team Evolve. We have long followed the Teory of Evolution put forward by Darwin, it is our mission to follow in his footsteps and evolve ourselves to become better human beings.</p>
</div>
<div class="col-md-5 col-lg-5 offset-lg-1 offset-xl-0 d-none d-lg-block phone-holder">
<div class="screen"></div><img class="img-fluid float-right" src="assets/img/Evolution.png"><a class="btn btn-primary" role="button" href="Team.html" style="width:303px;height:59px;margin:79px;padding:11px;font-size:24px;font-family:Aldrich, sans-serif;line-height:40px;letter-spacing:7px;background-color:rgb(9,48,89);">TEAM MEMBERS</a>
<div
class="iphone-mockup"></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-basic" style="color:rgb(255,255,255);background-color:rgb(20,19,19);height:138px;padding:9px;">
<footer>
<div class="social" style="padding:8px;"><a href="#"><i class="icon ion-social-instagram"></i></a><a href="#"><i class="icon ion-social-snapchat"></i></a><a href="#"><i class="icon ion-social-twitter"></i></a><a href="#"><i class="icon ion-social-facebook"></i></a></div>
<ul class="list-inline"
style="padding:-24px;">
<li class="list-inline-item"><a href="#">Home</a></li>
<li class="list-inline-item"><a href="#">Services</a></li>
<li class="list-inline-item"><a href="#">About</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="#">Privacy Policy</a></li>
</ul>
<p class="copyright" style="font-family:Aldrich, sans-serif;letter-spacing:2px;">EVOLVE © 2017</p>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>