-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (133 loc) · 6.97 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CLEL9CLHV8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-CLEL9CLHV8');
</script>
<!-- Meta Pixel Code -->
<!--<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '395291544740859');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=395291544740859&ev=PageView&noscript=1" /></noscript>-->
<!-- End Meta Pixel Code -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Deltrece First Blog">
<meta name="keywords" content="">
<meta http-equiv="author" content="Deltrece Daniels">
<title>Deltrece's 1st Blog Project</title>
<link rel="icon" type="image/x-icon" href="./assets/images/deltrece-favicon.ico">
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<div class="grid-container">
<header class="header-container">
<h1>Deltrece's 1st Blog Project</h1>
<ul class="nav-menu">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="./pages/events.html">Events</a></li>
<li><a href="./pages/fend.html">FEND</a></li>
<li><a href="./pages/blog.html">Blog</a></li>
<li><a href="./pages/shop.html">Shop</a></li>
<li><a href="./pages/about.html">About</a></li>
<li><a href="./pages/connect.html">Connect</a></li>
</ul>
</header>
<div class="header-video">
<video width="600" height="240" controls loop>
<source src="./assets/videos/header.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="blog-container">
<div class="blog-card">
<h2>My Favorite City</h2>
<h3>Summer 2023</h3>
<p>Summertime in Cleveland is colorful, fun and festive with various of outdoor festivals, concerts, sporting events, garage
sales and you can't forget the food events. You can find outdoor concerts and other cultural events on the
<a href="http://127.0.0.1:5502/pages/events.html">Things to Do by Dee Google Calendar</a>. Many events admission is FREE to attend, just take care of your
transportation, meals, drinks and souvenirs.</p>
<figure>
<img class="blog-image" src="./assets/images/cleveland-script-9st-pier.png" alt="Cleveland script sign in front of downtown skyline">
<figcaption class="figcaption">Fig.3 - Cleveland Script at 9th St Pier</figcaption>
</figure>
<p class="blog-author">Blog Author: <a href="./pages/about.html">Deltrece Daniels</a>
</p>
</div>
<div class="blog-card">
<h2>Recycling is Fun</h2>
<h3>Fall 2023</h3>
<p>Reducing one's carbon footprint is one of my favorite activities to do. Whether it's riding bikes for transportation, commuting, exercising, adventure riding or leisure and social riding, you're one hundred perfect reducing your carbon footprint. Another way to reduce one's carbon footprint is to recycle and reuse when available and possible. Composting is another way to reduce waste while being full circle and providing the soil to grow fruits and vegetables.</p>
<figure>
<img class="blog-image" src="./assets/images/deltrece-recycle.png"
alt="Deltrece standing on side of Rust Belt Riders box truck smiling next to a large cardboard box">
<figcaption class="figcaption">Fig.3 - Deltrece Master Recyler</figcaption>
</figure>
<p class="blog-author">Blog Author: <a href="./pages/about.html">Deltrece Daniels</a>
</p>
</div>
<div class="blog-card">
<h2>Trying New Foods</h2>
<h3>Winter 2023</h3>
<p> Going shopping is a favorite pastime of mine, including grocery shopping. I spotted Booker's Starter Seasonings, a Black Owned Business, and immediately gave it a try. The instructions were easy to follow and it cut down prep time significantly. I used Country Crock's vegan butter and was not disappointed at the end results. I would recommend purchasing this and giving it a try yourself. Your taste buds will thank you.</p>
<figure>
<img class="blog-image" src="./assets/images/bookers-yam-starter.png"
alt="the front of packaging of Booker's yam seasoning kit in sealed nylon packaging">
<figcaption class="figcaption">Fig.3 - Booker's Yam Starter Kit</figcaption>
</figure>
<p class="blog-author">Blog Author: <a href="./pages/about.html">Deltrece Daniels</a>
</p>
</div>
</div>
<div class="content-container">
<h2>Want to Discover Your Personal Road Map? Reach Out & Let's Connect...</h2>
<img class="about-image" src="./assets/images/deltrece-helmet.png"
alt="deltrece in a red shirt with a yellow helmet in front">
</div>
<div class="social-link-container">
<ul>
<!--<a href="https://www.facebook.com/deltrece3d" target="_blank"><img src="./assets/images/fb-hand-icon.png"
alt="facebook logo"></a>-->
<a href="https://www.instagram.com/deltrece3d/" target="_blank"><img src="./assets/images/ig-hand-icon.png"
alt="instagram logo"></a>
<a href="https://www.tiktok.com/@deltrece3d" target="_blank"><img src="./assets/images/tiktok-hand-icon.png"
alt="tiktok logo"></a>
<a href="https://github.com/deltrece" target="_blank"><img src="./assets/images/github-icon.png"
alt="github logo"></a>
</ul>
</div>
<div class="quote-container">
<h1>Wise Words</h1>
<p>✂ When you are willing to make sacrifices for a great cause, you will never be alone ~ Coretta Scott King
</p>
</div>
</div>
<footer class="footer">
<p>© 2023 <a href="http://www.deltrece.net">Deltrece.net</a> All rights reserved. Used with permission. <br><a
href="https://www.privacypolicyonline.com/live.php?token=yFqtgB3Z62z3u1uKPNCnActbbNgux0OS"
target="_blank">Privacy Policy</a> <a
href="https://www.privacypolicyonline.com/live.php?token=VaasMQDSMHFlV6mojZZsyE3TmeoVgZde" target="_blank">Terms
& Conditions</a></p>
</footer>
<script src="./js/app.js"></script>
</body>
</html>