-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpartners.html
59 lines (48 loc) · 3.2 KB
/
partners.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
<!doctype html>
<head>
<title>Partners - INTOXICATED</title>
<script src="https://use.fontawesome.com/7abfedb0de.js"></script>
<link rel="stylesheet" href="assets/main.css">
<script src="scripts/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="body">
<!-- HEADER -->
<div class="header-menu" id="header-mobile-menu"><div class="header-menu-entry-container">
<div class="header-menu-entry"><a href="news.html">NEWS</a></div>
<div class="header-menu-entry"><a href="partners.html">PARTNERS</a></div>
<div class="header-menu-entry"><a href="contact.html">CONTACT</a></div>
</div></div>
<div class="header-bar">
<div class="header-title" id="title"><a href="index.html">- <span id="title-word" style="visibility: visible">Intoxicated</span></a></div>
<div class="header-entry-container" id="header-desktop">
<div class="header-entry"><a href="news.html">News</a></div>
<div class="header-entry"><a href="partners.html">Partners</a></div>
<div class="header-entry"><a href="contact.html">Contact</a></div>
</div>
<div class="header-entry-container" style="visibility: hidden;" id="header-mobile">
<i class="fa fa-bars header-menu-b" aria-hidden="true" id="header-menu-button"></i>
</div>
</div>
<!-- END HEADER -->
<div class="page-wrap">
<div class="page-container"><div class="page-card">
<!-- THIS IS WHERE PARTNER ENTRIES GO -->
<div class="partner-container"><a href="#">
<div>
<img src="assets/images/logitech.jpg" class="partner-img">
<p class="partner-info">We love science for the same reason millions play their favorite game everyday. Because it’s fun. Our engineers experiment, compelled to push the limits of speed, precision, reliability and intuitiveness. We test buttons to 20 million clicks and design our own sensors so we don’t have to accept the status quo. For over 30 years, the relentless pursuit of what’s next has been our game and we’ve gotten pretty darn good at it. And we do it all for one reason: to give gamers the ability to seamlessly translate their thoughts into actions, taking their game from great to… unstoppable.</p>
</div>
</a></div>
</div></div>
</div>
<!-- FOOTER -->
<div class="footer"><div class="footer-content">
Intoxicated Team <i class="fa fa-copyright" style="font-size: 1em;"></i> 2016 <span style="font-size:1.5em;"><a class="twitter" href="#"><i class="fa fa-twitter-square" aria-hidden="true"></i></a> <a class="facebook" href="#"><i class="fa fa-facebook-square" aria-hidden="true"></i></a> <a class="steam" href="#"><i class="fa fa-steam-square" aria-hidden="true"></i></a> <a class="twitch" href="#"><i class="fa fa-twitch" aria-hidden="true"></i></a></span>
<br><br><a style="color: #555;" href="https://legostax.github.io"><b>MADE BY LEGOSTAX</b></a>
</div></div>
<script src="scripts/header-bar.js"></script>
<!-- END BODY -->
</body>
</html>