-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (42 loc) · 1.77 KB
/
index.html
File metadata and controls
63 lines (42 loc) · 1.77 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
53
54
55
56
57
58
59
60
61
62
63
<!--
------------------------------------------------------------------------
Flyout Hello Box
Developped By: Nicolas Laruelle -> http://www.mister-wp.com
Version: 1.0
Copyright: Modification, personnal use and commercial use permitted, fork and redistribution prohibited.
-------------------------------------------------------------------------
--><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Flyout Hello Box by Mister WordPress</title>
<link rel="stylesheet" href="main.css">
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="flyout-box.js"></script>
</head>
<body>
<div id="flyout">
<div id="flyingContainer">
<a href="#null" id="closeFlyout">X</a>
<h3>Follow we on ?</h3>
<div class="socialNetwork">
<div class="rs1">
Twitter
</div>
<div class="rs2">
Facebook
</div>
<div class="rs3 linkedin">
LinkedIn
</div>
<div class="rs4">
Google Plus
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>