forked from Anonymous3017/SMILERA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.html
146 lines (129 loc) · 6.79 KB
/
Resources.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SMILERA</title>
<meta name="description" content="A description of your website">
<meta name="keywords" content="keyword1, keyword2, keyword3">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="top_banner">
<h1>SMILERA FOUNDATION</h1>
<p>craftspeople & livelihoods</p>
</div>
</div>
<div id="page_content">
<center>
<div class="navigation">
<ul>
<li><a href="file:///C:/Users/Friends/Desktop/featured1/index.html">Home</a></li>
<li><a href="file:///C:/Users/Friends/Desktop/featured1/Contact.html">Contact</a></li>
<li><a href="file:///C:/Users/Friends/Desktop/featured1/Services.html">Services</a></li>
<li><a href="file:///C:/Users/Friends/Desktop/featured1/Products.html">Products</a></li>
<li><a href="file:///C:/Users/Friends/Desktop/featured1/About.html">About</a></li>
<li><a href="file:///C:/Users/Friends/Desktop/featured1/Resources.html">Resources</a></li>
</ul>
</div>
</center>
<div class="clear"></div>
<!--start footer from here-->
<div class="site-footer__content">
<div class="site-footer__item site-footer__item--one-quarter">
<div class="site-footer__item-inner site-footer__item-inner--link_list">
<p class="h4">Quick links</p>
<ul class="site-footer__linklist">
<li class="site-footer__linklist-item">
<a href="/search">
Search
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/pages/contact-us">
Contact Us
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/pages/engage-with-us">
Engage with us
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/pages/wholesale-enquiries">
Wholesale enquiries
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/policies/refund-policy">
Refund Policy
</a>
</li>
</ul>
</div>
</div>
<div class="site-footer__item site-footer__item--one-quarter site-footer-newsletter__one-half">
<div class="site-footer__item-inner site-footer__item-inner--newsletter">
<p class="h4">Newsletter</p>
<div class="site-footer__newsletter">
<form method="post" action="/contact#ContactFooter" id="ContactFooter"
accept-charset="UTF-8" class="contact-form" novalidate="novalidate"><input type="hidden"
name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="newsletter">
<div class="input-group ">
<input type="email" name="contact[email]" id="ContactFooter-email"
class="input-group__field newsletter__input" value=""
placeholder="Email address" aria-label="Email address" aria-required="true"
required="" autocorrect="off" autocapitalize="off">
<span class="input-group__btn">
<button type="submit" class="btn newsletter__submit" name="commit"
id="Subscribe">
<span class="newsletter__submit-text--large">Subscribe</span>
</button>
</span>
</div>
</form>
</div>
</div>
</div>
<div class="site-footer__item site-footer__item--one-quarter">
<div class="site-footer__item-inner site-footer__item-inner--link_list">
<p class="h4">Quick links</p>
<ul class="site-footer__linklist">
<li class="site-footer__linklist-item">
<a href="/search">
Search
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/pages/contact-us">
Contact Us
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/pages/engage-with-us">
Engage with us
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/pages/wholesale-enquiries">
Wholesale enquiries
</a>
</li>
<li class="site-footer__linklist-item">
<a href="/policies/refund-policy">
Refund Policy
</a>
</li>
</ul>
</div>
</div>
</div>
<div id="footer">Copyright © 2021. Design by <a href="http://www.htmltemplates.net"
target="_blank">htmltemplates.net</a><br>
</div>
</div>
</div>
</body>
</html>