-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
71 lines (51 loc) · 2.34 KB
/
index.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
<!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="https://anonymous3017.github.io/SMILERA/featured1/index.html">Home</a></li>
<li><a href="https://anonymous3017.github.io/SMILERA/featured1/Contact.html">Contact</a></li>
<li><a href="https://anonymous3017.github.io/SMILERA/featured1/Services.html">Services</a></li>
<li><a href="https://anonymous3017.github.io/SMILERA/featured1/Products.html">Products</a></li>
<li><a href="https://anonymous3017.github.io/SMILERA/featured1/About.html">About</a></li>
<li><a href="https://anonymous3017.github.io/SMILERA/featured1/Resources.html">Resources</a></li>
</ul>
</div>
</center>
<div id="box">
<div class="box_banner hero--large" style="padding-bottom: 50px;">
<center>
<h1 style="color: aliceblue;padding-right: 250px; padding-top: 180px;">EMPOWERING </h1>
<p style="color: aliceblue;padding-right: 250px;">Craftspeople & livelyhoods</p>
</center>
</div>
</div>
<div class="clear"></div>
<div id="box2" class="index-section">
<div class="page-width">
</div>
</div>
<!--start footer from here-->
<div id="footer">Copyright © 2021. Design by <a href="http://www.htmltemplates.net"
target="_blank">htmltemplates.net</a><br>
</div>
</div>
</div>
</body>
</html>