-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (69 loc) · 4.47 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
<!DOCTYPE html>
<html style="background-image: url("assets/img/baltic-baltic-sea-fog-foggy-809694.jpg");">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Seahaze Studios</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Aldrich">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alex+Brush">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="assets/css/Footer-Dark.css">
<link rel="stylesheet" href="assets/css/Navigation-with-Button.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body style="background-image: url("assets/img/baltic-baltic-sea-fog-foggy-809694-1.jpg");background-size: contain;background-repeat: no-repeat;">
<nav class="navbar navbar-light navbar-expand-md navigation-clean-button" style="background-color: #363739;">
<div class="container"><a class="navbar-brand" href="#" style="color: #f2f5f8;">Seahaze Studios</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav mr-auto">
<li class="nav-item" role="presentation"><a class="nav-link active" href="#">Home</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="about.html" style="color: #eeeeee;">About</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="contact.html" style="color: #eeeeee;">Contact</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" href="#" style="color: #eeeeee;">Games </a>
<div class="dropdown-menu" role="menu"><a class="dropdown-item" role="presentation" href="#">First Item</a><a class="dropdown-item" role="presentation" href="#">Second Item</a><a class="dropdown-item" role="presentation" href="#">Third Item</a></div>
</li>
</ul><span class="navbar-text actions"> <a class="login" href="#" style="color: #eeeeee;">Log In</a><a class="btn btn-light action-button" role="button" href="#">Sign Up</a></span></div>
</div>
</nav>
<div>
<h1 class="text-center" style="margin-top: 15%;color: #f2f5f8;font-family: Aldrich, sans-serif;">Seahaze Studios</h1>
<h4 class="text-center" style="margin-top: 0%;color: #f2f5f8;font-family: Aldrich, sans-serif;">Complex and entrancing web games from scratch</h4>
</div>
<footer></footer>
<div class="footer-dark" style="margin-top: 25%;">
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3 item">
<h3>Games</h3>
<ul>
<li><a href="#">nameofthegameidk</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Wiki</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-3 item">
<h3>About</h3>
<ul>
<li><a href="about.html">Company</a></li>
<li><a href="about.html#team">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-6 item text">
<h3>Seahaze Studios</h3>
<p>Complex and entrancing web games from scratch</p>
</div>
<div class="col item social"><a href="https://github.com/Seahaze-Studios"><i class="icon ion-social-github"></i></a><a href="https://twitter.com/SeahazeStudios"><i class="icon ion-social-twitter"></i></a></div>
</div>
<p class="copyright">Seahaze Studios © 2020</p>
</div>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>