-
Notifications
You must be signed in to change notification settings - Fork 0
/
partner.html
111 lines (104 loc) · 4.39 KB
/
partner.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Etatch</title>
<meta name="description" content="Etatch">
<meta name="author" content="cirdecsioul">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/zerogrid.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link href='//fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<script src="js/css3-mediaqueries.js"></script>
<![endif]-->
<link href='favicon.ico' rel='icon' type='image/x-icon'/>
</head>
<body>
<header>
<div class="wrap-header zerogrid">
<div id="logo"><a href="/"><img src="./images/etatch-logo.png"/></a></div>
<div class="menu">
<ul class="navigation pull-right">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a href="wordpress/?post_type=forum">COMMUNITY</a></li>
<li>
<a href="#">APPLY</a>
<ul class="sub-menu">
<li><a href="staff.html">Staff</a></li>
<li><a href="partner.html">Partners</a></li>
<li><a href="network.html">Sponsored Network</a></li>
</ul>
</li>
<li><a href="wordpress/?page_id=19">CONTACT</a></li>
<li><a href="//www.freedom.tm/login">DASHBOARD</a></li>
<li><a href="wordpress/wp-login.php">LOGIN</a></li>
</ul>
</div>
</div>
</header>
<nav></nav>
<section id="content" class="partner">
<div class="wrap-content">
<div class="row">
<div id="main-content" class="col-2-3">
<div class="wrap-col" style="background: #920808;">
<center>
<p class="who">PARTNER</p>
</center>
</div>
<div class="zerogrid">
<article>
<div>
<center><p class="partner-l"><i class="fa fa-user fa-5x"></i></p></center>
<center>
<p style="padding: 0px 300px;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur viverra metus turpis, in placerat felis pretium et. Quisque nec justo congue, ornare odio pharetra, euismod justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse nec risus sit amet sem sollicitudin mattis. Sed sed congue quam. Maecenas mauris lectus, lacinia id nibh a, varius convallis risus.
</p>
<br>
<input id="submit" type="submit" name="submit" value="APPLY" />
</center>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="copyright">
<p><i class="fa fa-twitter"></i> about 5 days ago RT @SplitGaming437 just got partnered with @etatch hopefully my channel will grow.</p>
</div>
<div class="e-footer wrap-content zerogrid">
<div id="logo" class="pull-left"><a href=""><img src="./images/etatch-logo.png"/></a></div>
<p class="pull-right">
<a href="//www.twitter.com" title="Twitter"><i class="fa fa-twitter fa-2x"></i></a>
<a href="//www.facebook.com" title="Facebook"><i class="fa fa-facebook fa-2x"></i></a>
<a href="//plus.google.com" title="Google+"><i class="fa fa-google-plus fa-2x"></i></a>
</p>
</div>
</footer>
</body>
</html>