-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (24 loc) · 1.17 KB
/
contact.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
<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; font-family: Helvetica;">
<div class="navbar navbar-fixed-top">
<ul style="list-style: none;">
<li style="float:right; margin-right: 5%;"><a href="contact.html">CONTACT</a></li>
<li style="float:right; margin-right: 5%;"><a href="team.html">TRIBE</a></li>
<li style="float:right; margin-right: 5%;"><a href="about.html">ABOUT</a></li>
<li style="float:right; margin-right: 5%;"><a href="index.html">MAIN</a></li>
<li style="float:left; margin-right: 5%;"><a href="index.html" style="margin-left: 10px; font-size:22px; position:absolute; font-family: Lobster, Helvetica;">tribesy</a></li>
</ul>
</div>
<div class="container" style="margin-top: 5%;">
<h1>PARTNERS</h1>
<div class="block-wrapper" style="margin-top: 14%; margin-bottom: 14%; width: 50%; font-size: large;">
<p>What we're doing would not be possible without our partners. If you'd like to reach us, just send us a mail at</p><p> tribesycreative (at) gmail.com</p>
</div>
</div>
</body>
</html>