-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
42 lines (42 loc) · 1.28 KB
/
footer.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Progate</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<footer>
<div class="container">
<div class="bagi">
<div class="product wrap">
<h1 >product</h1>
</div>
<div class="resource wrap">
<h2 >resource</h2>
<p>About Us</p>
<p>Blog</p>
<p>Contact</p>
<p>FAQ</p>
</div>
<div class="legal wrap">
<h2 >legal stuff</h2>
<p>Disclaimer</p>
<p>financing</p>
<p>privacy policy</p>
<p>terms of service</p>
</div>
<div class="btn wrap">
<h3>Knowing you're always on the best energideal</h3>
<input placeholder="Enter You Phone Number">
<input class="contact-submit" type="submit" value="sign up now">
</div>
</div>
<p align="center">Mode With Love By Product ALL Right Reserved</p>
</div>
</footer>
</body>
</html>