forked from LukyVj/awesomenews
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
53 lines (47 loc) · 1.68 KB
/
Copy pathindex.php
File metadata and controls
53 lines (47 loc) · 1.68 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AweCSSome Newsletter</title>
<meta charset="utf-8">
<link href="css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Special project, special landing page -->
<div id="clouds">
<div class="cloud x1"></div>
<div class="cloud x2"></div>
<div class="cloud x3"></div>
<div class="cloud x4"></div>
<div class="cloud x5"></div>
</div>
<div id="" class="landscape big"></div>
<div id="" class="landscape small"></div>
<!-- End of special -->
<div id="show">
<p>Do you think you are <span class="curtain"></span></p>
<p>Up to date with <span class="strong">css</span> and <span class="strong">interweb</span> stuff ?<span class="curtain"></span></p>
<div id="stepOne">
<div id="yes" class="block" class="invisible">
<p class="invisible">Yes</p>
</div>
<div id="no" class="block" class="invisible">
<p class="invisible">No</p>
</div>
</div>
<p id="repOne" class="awnser hidden">Anyway, you have to subscribe to our weekly newsletter! </p>
<p id="repTwo" class="awnser hidden"> So the only solution is to subscribe to our weekly newsletter !</p>
<div id="solution" class="bottom">
<form name="contact" action="insert.php" method="post">
<fieldset>
<input type="text" id="mail" name="mail" >
<input type="submit" id="submit" class="button" name="submit" value="send">
</fieldset>
</form>
<span class="entypo-up-circled micro invisible"></span>
</div>
</div>
<script charset="utf-8" src="http://lab.web-gate.fr/prefixfree.min.js"></script>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="js/functions.js"></script>
</body>
</html>