-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 968 Bytes
/
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
<html>
<head>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<title>Tribesy</title>
</head>
<body style="background-color: black; color: white; text-align: center; font-family: Helvetica;">
<div style="margin-top: 7%;">
<!--h1 style="font-size: 88;">TRIBESY</h1-->
<img src="img/logo1.PNG" />
<nav class="navbar" style="padding-top: 5%;">
<ul style="list-style: none;">
<li class="col-md-3"><a href="index.html">MAIN</a></li>
<li class="col-md-3"><a href="about.html">ABOUT</a></li>
<li class="col-md-3"><a href="team.html">TRIBE</a></li>
<li class="col-md-3"><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<!--p>A platform for finding the motivation for your studies</p>
<p>Want to hear more? Join our mailing list:</p>
<form action="POST">
<span>E-mail:</span>
<input type="text-field"></input><br/><br/>
<input class="btn-success" type="submit" value="JOIN!"></input>
</form-->
</div>
</body>
</html>