This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
149 lines (122 loc) · 5.04 KB
/
footer.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Footer</title>
<meta name="description"
content="Remerciement de Development Source (Devsource) la communauté d'aide et de partage et hébergeur !">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Author and Keywords -->
<meta name="author" content="GUINARD Maxime">
<meta name="keywords"
content="developmentsource, development, développeur, lua, python, html, css, seo, sea, sea fr, seo fr, glua, gmod, garry'smod, maximeguinard">
<link rel="icon" href="" type="image/x-icon">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- main css -->
<link href="css/style.css" rel="stylesheet">
<!-- modernizr -->
<script src="js/modernizr.js"></script>
</head>
<!--hm-footer start-->
<div class="foot-size">
<footer class="footer-copyright">
<div class="container">
<div class="hm-footer-details">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="hm-footer-widget">
<div class="hm-foot-title ">
<div class="logo">
<div class="footer-logo">
<a href="https://devsource.fr/">
<img src="images/logon.png" width="300px" height="300px" alt="Logo" />
</a>
</div>
</div><!-- /.logo-->
</div>
<!--/.hm-foot-title-->
<div class="hm-foot-para">
<!--/li-->
<!--/ul-->
</div>
<!--/.hm-foot-icon-->
</div>
<!--/.hm-footer-widget-->
</div>
<!--/.col-->
<div class=" col-md-2 col-sm-6 col-xs-12">
<div class="hm-footer-widget">
<div class="hm-foot-title">
<h4>Web</h4>
</div>
<!--/.hm-foot-title-->
<div class="footer-menu ">
<ul class="">
<li><a href="#">Home</a></li>
<li><a href="#">Example</a></li>
<li><a href="#">Example</a></li>
</ul>
</div><!-- /.footer-menu-->
</div>
<!--/.hm-footer-widget-->
</div>
<!--/.col-->
<div class=" col-md-3 col-sm-6 col-xs-12">
<div class="hm-footer-widget">
<div class="hm-foot-title">
<h4>Web</h4>
</div>
<!--/.hm-foot-title-->
<div class="hm-para-news">
<a href="#">
Example
</a>
</div>
<!--/.hm-para-news-->
<div class="footer-line">
<div class="border-bottom"></div>
</div>
<div class="hm-para-news">
<a href="#">
Example
</a>
</div>
<!--/.hm-footer-widget-->
</div>
<!--/.hm-foot-title-->
<div class="hm-foot-para">
<p class="para-news">
© Copyright Example. All Rights Reserved
</p>
</div>
</div>
<!--/.hm-foot-email-->
</div>
<!--/.hm-footer-widget-->
</div>
<!--/.col-->
</div>
<!--/.row-->
</div>
<!--/.hm-footer-details-->
</div>
<!--/.container-->
</footer>
<!-- back to top -->
<a href="#0" class="cd-top"><i class="ion-android-arrow-up"></i></a>
<!-- end back to top -->
<!-- jQuery -->
<script src="js/jquery-2.1.1.js"></script>
<!-- plugins -->
<script src="js/bootstrap.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/animated-headline.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<!-- custom script -->
<script src="js/custom.js"></script>
</div>
</body>
</html>