-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (66 loc) · 4.27 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
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css" type="text/css">
<script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>
</head>
<body>
<div id="mainContainer">
<div id="linkContainer">
<a href="http://www.marketingsquared.co.uk"><img class="logo" src="images/m2-logo.png"></a>
<h1 class="headerText">Marketing Squared</h1>
<p class="whiteText">Market a marketing agency? Us too.</p>
<p class="whiteText">Join us for monthly drinks and informal chat at the local haunt.</p>
<p class="topPad"><a class="link" href="#contactContainer">Request an invite</a></p>
</div>
<div id="aboutContainer">
<div class="leftContainer">
<div class="textContainer">
<h2>Get a round in.</h2>
<p>This isn't your normal 'business event'. We aren't looking to seek opportunities, generate ideas or create 'collaborative partnerships'. We're just looking to have a laugh with likeminded marketing folk.</p>
<p>Every month we meet to drink a few beers, chow down on some peanuts and have a general chin-wag. Is it your round? </p>
<p style="padding-top: 60px;"><a href="#" class="link" style="margin-top: 60px;">Add to Calendar</a></p>
</div>
</div>
<div class="rightContainer">
<img style="height: 94%; float: right; margin-top: 3%; margin-bottom: 3%;" src="images/beer-hand.png">
</div>
</div>
<div id="eventContainer">
<div class="leftContainer">
<div class="textContainer">
<img style="height: 84%; float: right; margin-top: 8%; margin-bottom: 8%;" src="images/calendar.png">
</div>
</div>
<div class="rightContainer">
<div class="textRightContainer">
<h2>Save the date.</h2>
<p>Our events are invite only, but we always hold them on the first Tuesday of each month. Each member is allowed one invite per month - so you might have to go schmoozing if you want to come along.</p>
<p>Ut id ultricies massa. Suspendisse bibendum metus commodo, tincidunt dui ut, egestas orci. Etiam sodales efficitur turpis id elementum. Vestibulum tincidunt tristique erat.</p>
<p style="padding-top: 60px;"><a href="#" class="link" style="margin-top: 60px;">Add to Calendar</a></p>
</div>
</div>
</div>
<div id="contactContainer" class="dropit">
<div class="leftContainer">
<div class="textContainer">
<h2 class="blackText">Request an invite.</h2>
<p class="blackText">Some content to go here</p>
<form id="contactForm" action="http://joedavine.us3.list-manage.com/subscribe/post" method="POST">
<input type="hidden" name="u" value="7c1f6dadc613312c44326a393">
<input type="hidden" name="id" value="2af0239106">
<input class="floatLeft" type="text" placeholder="Your name" name="MERGE5" id="MERGE5" size="25" value="">
<input class="floatLeft" placeholder="Your email" type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25" value="">
<input class="floatLeft" type="text" placeholder="Your company" name="MERGE4" id="MERGE4" size="25" value="">
<input class="submitButton" type="submit">
</form>
</div>
</div>
<div class="rightContainer">
<img style="height: 84%; float: right; margin-top: 60px; margin-right: 60px;" src="images/lol-photo.png">
</div>
</div>
</div>
</body>
<script src="js/smooth.js" type="text/javascript"></script>
</html>