-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactive-page.html
More file actions
90 lines (81 loc) · 4.98 KB
/
active-page.html
File metadata and controls
90 lines (81 loc) · 4.98 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
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
<!doctype html>
<html lang="en">
<head>
<title>Active page for depressed button</title>
<meta charset="utf-8">
<!-- <meta details go here> -->
<meta name="google-adsense-account" content="ca-pub-9639638377144073">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-UA Compatible" content="ie=edge">
<meta name="author" content="Orris A BakerJr">
<meta name="description" content="HTML, Jquery, Javascript, Multimedia document">
<meta name="theme-color" content="#712cf9">
<meta name="keywords" content="HTML5, Node.js, Jquery">
<<link rel="stylesheet" type="text/css" href="inset-active.css">
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/img/HTMLBadge.ico">
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/favicon.ico">
<link rel="alternate" type="application/pdf" href="MainPage.pdf">
<link rel="author" href="mailto:[email protected]">
<link rel="author" type="text/html" href="https://orrisb.github.io/index.html">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9639638377144073" crossorigin="anonymous"></script>
<!--conditional Javascript added-->
<!--[if lte IE 8]>
<script src="html5.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<nav>
<ul>
<li><a href="aboutus.html" title="About Us">About Us</a></li>
<li><a href="membership.html" title="Membership form">Membership</a></li>
<li><a href="volunteers.html" title="Volunteers needed">Volunteers</a></li>
<li><a href="services.html" title="The Services">Services</a></li>
<li><a href="news.html" title="News and events">News-Events</a></li>
<li class="insetbtn"><a href="#" title="Contact Us">Contact Us</a></li>
<li><a href="links.html" title="Links to related sites">Links</a></li>
<li><a href="index.html" title="Return to Home Page">Home Page</a></li>
</ul>
</nav>
</div>
<footer role="contentinfo">
<div class="footer-inner">
<a href="../">
<h1>Integrating Innovation </h1>
</a>
<div class="company-details">
<p class="copyright"> © <time datetime="2013">2024</time> MarieJanes HTML5 for Fun and Profit</p>
<p class="distributor">Distributor: Findlater HempSmarts Inc & Cannabis in Action Group</p>
<p class="address">414 W 127th, New York, NY 10027</p>
<p class="telephone-number">Tel: 212-665-1678</p>
</div>
<hr class="full">
<div class="footer-nav">
<ul>
<li
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-6 current_page_item menu-item-106">
<a href="#">Our Story</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105"><a
href="#">Our Flowers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104"><a
href="#">Where To Buy</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116"><a
href="#" Blog Competition</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101"><a
href="#">Contact</a></li>
</ul>
<a href=" #" class="drinkaware">Enjoy Life Sensibly</a>
</div>
<hr class="full">
<div class="legalese">
<a href="#" class="visit-dot-com"><span>Visit </span>https://orrisb.github.io/#</a>
<a href="#">Cookie & Privacy Policy</a>
<a href="#">Terms & Conditions</a>
</div>
<div class="room150-link">
<a href=" #" class="designed-by">Website design by <span>Orris Baker Jr</span></a>
</div>
</div>
</footer> <!-- /footer --> </div> </body>
</html>