-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
187 lines (185 loc) · 6.63 KB
/
blog.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</title>
<link rel="stylesheet" href="./output-css/style.css">
<script src="script.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
a {
text-decoration: none;
}
a {
color: inherit;
}
</style>
</head>
<body>
<header class="header">
<div class="navbar-contact container">
<div class="navbar-left">
<ul class="social-media">
<li> <a href="https://twitter.com/DutchBros" target="_blank">
<img class="socal-logo" src="images/twitter.svg">
</a>
</li>
<li> <a href="https://www.facebook.com/christian.medders.7/" target="_blank"> <img class="socal-logo" src='images/facebook.svg'>
</a>
</li>
<li> <a href="https://www.linkedin.com/in/christian-medders-6a00b7a5/" target="_blank">
<img class="socal-logo" src="images/linkedin.svg">
</a>
</li>
<li> <a href="https://www.instagram.com/sportscenter/" target="_blank">
<img class="socal-logo" src="images/instagram.svg">
</a>
</li>
</ul>
<div id="hamburger-menu" class="fa fa-bars hamburger-menu">Menu</div>
</div>
<ul class="contact-info">
<li><img src="images/location.svg"><li>
<li style="margin-right: 2.5em">Aiken, South Carolina</li>
<li><img src="images/mail.svg"></li>
<li>hitmeup@email.com</li>
</ul>
</div>
<div id="site-menu" class="navbar-menu">
<div class="navbar-menu__inner container">
<img class="menu-logo" src="images/coffee-shades.png">
<ul class="menu-list">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="about-us.html">About Us</a></li>
<li class="menu-item"><a href="blog.html">Blog</a></li>
<li class="menu-item"><a href="https://www.linkedin.com/in/christian-medders-6a00b7a5/" target="_blank">Management Profile</a></li>
<li class="menu-item"><a href="https://theawesomedaily.com/25-funny-job-titles-that-are-so-weird-theyre-just-hilarious/" target="_blank">Careers</a></li>
</ul>
<button class="menu-button">Contact Us</button>
</div>
</div>
</header>
<main>
<section class="blog-page">
<div class="blog-logo">
<img class="blog-logo" src="images/hp.png">
<p>Blog</p>
</div>
<section class="blog-content container">
<section class="blog-post">
<a href="blog-page.html">
<div class="beer-blog">
<img style="border-radius: 25px 25px 0px 0px;" class="beer-blog-pic" src="images/beer-blog.png">
<ul>
<li>Christian Medders</li>
<li>Today 2022</li>
<li>2 comments</li>
</ul>
<h1>How to brew your own beer</h1>
<h2>Learn how to brew your own beer and see how fun it is. If we can do it so can you!</h2>
</div>
</a>
<div class="coffee-blog">
<img style="border-radius: 25px 25px 0px 0px;" class="coffee-blog-pic" src="images/coffee-blog.png">
<ul>
<li>Collytte Medders</li>
<li>Tomorrow 2022</li>
<li>2 comments</li>
</ul>
<h1>How to roast your own coffee</h1>
<h2>Learn how to roast your own coffee and see how fun it is. If we can do it so can you!</h2>
</div>
</section>
<section class="side-items">
<button class="search">Search...</button>
<div class="recent-posts">
<h1>Recent Posts</h1>
<p>Impact of Accessibility of handy Services</p>
</div>
<div class="recent-comments">
<h1>Recent Comments</h1>
<p>Masiyer Dakol on Impact of Accessibility of handy Services
Famodimu Segun on Impact of Accessibility of handy Services</p>
</div>
<div class="categories">
<h1>Categories</h1>
<ul>
<li>Uncategorized (1)</li>
<li>Uncategorized (1)</li>
<li>Uncategorized (1)</li>
</ul>
</div>
<div class="posts">
<h1>Recent Posts</h1>
<p>Impact of Accessibility of handy Services
April 6,2020</p>
<p>Impact of Accessibility of handy Services
April 6,2020</p>
</div>
<div class="instagram">
<h1>Instagram</h1>
<img src="images/image 3.png">
</div>
<div class="tags">
<h1>Tags</h1>
<ul>
<li>Uncategorized</li>
<li style="margin-left: 10px">Uncategorized</li>
</ul>
</div>
</section>
</section>
</section>
</main>
<footer>
<div class="footer">
<div class="footer__inner container">
<div class="about-us">
<h1>About Us</h1>
<img class="logo" src="images/sb.png">
<p>Aiken Cofeehouse and Lounge is a local owned and operated. We think that you can enjoy your coffee and beer at the same place and not be judge. We rock and so do you.</p>
<ul class="social-footer">
<li> <a href="https://www.facebook.com/christian.medders.7/" target="_blank"> <img class="socal-logo" src='images/facebook.svg'>
</a>
</li>
<li> <a href="https://twitter.com/DutchBros" target="_blank">
<img class="socal-logo" src="images/twitter.svg">
</a>
</li>
<li> <a href="https://www.linkedin.com/in/christian-medders-6a00b7a5/" target="_blank">
<img class="socal-logo" src="images/linkedin.svg">
</a>
</li>
<li> <a href="https://www.instagram.com/sportscenter/" target="_blank">
<img class="socal-logo" src="images/instagram.svg">
</a>
</li>
</ul>
</div>
<div class="contact-us">
<h1>Contact Us</h1>
<p>Address: 123 Easy Street</p>
<p>Phone: 555-555-555</p>
<p>Email: higmeup@email.com</p>
</div>
<div class="services">
<h1>Services</h1>
<p>Coffee Roasting</p>
<p>Beer Brewing</p>
<p>Live Music</p>
<p>Fun Stuff</p>
</div>
<div class="quicklinks">
<h1>Quicklinks</h1>
<p>Blog</p>
<p>Jobs</p>
<p>Mugs</p>
<p>Pugs</p>
</div>
</div>
</div>
</footer>
</body>
</html>