forked from RalphSu/evermobi-lps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
64 lines (64 loc) · 2.39 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=Content-type content="text/html;charset=UTF-8"/>
<title>EverMobi</title>
<link rel=stylesheet type="text/css" href="css/index.css">
<script src="http://webfonts.creativecloud.com/abel:n4:all;bebas-neue:n4:all.js"></script>
<script src="http://code.jquery.com/jquery-1.6.min.js"></script>
<script src="jquery.reveal.js"></script>
</head>
<body>
<div class=clearfix id=page>
<div class="clearfix grpelem" id=u116-3>
<p> </p>
</div>
<div class="clearfix grpelem" id=pu97-4>
<div class="clearfix colelem" id=u97-4>
<div class=grpelem id=pu97-3>
<img src="images/logo.jpg" />
<p>EverMobi</p>
</div>
<div class="clearfix grpelem" id=u98-3>
<p> </p>
</div>
</div>
<div class="clearfix colelem" id=u107-28>
<p id=u107-2>Hello World. Welcome to the home of EverMobi.</p>
<p id=u107-3> </p>
<p id=u107-4> </p>
<p id=u107-6>...What do we do?</p>
<p id=u107-8>We are in the business of internet marketing. Actually, we are. That's what we do.</p>
<p id=u107-9> </p>
<p id=u107-11>...What kind of internet marketing?</p>
<p id=u107-13>Media buys, social media campaigns, mobile advertising, that kind of jazz. You probably know all about it.</p>
<p id=u107-14> </p>
<p id=u107-16>...How can we help you?</p>
<p id=u107-18>That depends. Are you looking for consultation? Someone to help with advertising online? Or are you an advertiser wanting to bring traffic to your product? We leverage years of experience to deploy campaigns that actually perform for you - no buzzwords like brand engagement here.</p>
<p id=u107-19> </p>
<p id=u107-21>...Want to get in touch?</p>
<p id=u107-23>Excellent. We have an 'open door' email policy. In other words we wont block your email. That would be silly. We know how to use the internet here.</p>
<p id=u107-24> </p>
<p id=u107-26><a href="#" class=big-link data-reveal-id=myModal>Click here for contact details</a></p>
</div>
</div>
<div class="clearfix grpelem" id=u117-3>
<p> </p>
</div>
<div class=verticalspacer></div>
</div>
<div id=u96>
<div id=u105-4>
<p>Copyright © EverMobi 2013 </p>
</div>
</div>
<div id=myModal class=reveal-modal>
<h5>Contact Details</h5>
<p> </p>
<h6>Email: [email protected]</h6>
<h6>Phone: +86 18516605498</h6>
<h6>If you can't get in touch... try again.</h6>
<a class=close-reveal-modal>×</a>
</div>
</body>
</html>