Skip to content

Commit

Permalink
First blog
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensOost committed Oct 28, 2024
1 parent 22c162b commit 30ac825
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 0 deletions.
45 changes: 45 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BOKKERIJDERS - BLOG</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="shows.html">SHOWS</a></li>
<li><a href="releases.html">RELEASES</a></li>
<li><a href="https://bokkerijders.bigcartel.com/">MERCH</a></li>
<li><a href="contact.html">CONTACT/BOOKING</a></li>
<li><a href="blog.html">BLOG</a></li>
</ul>
</nav>
<img src="images/logo.png" alt="Bokkerijders logo" class="logo-image">
</header>
<main id="blog">
<h1>BLOG</h1>
<!-- Example blog post -->
<article class="blog-post">
<h2>Tour starts this week</h2>
<p>VERY URGENTLY SEEKING GRAVES TO SLEEP IN
<br>
<br>
We are very excited to announce that our tour with Head Of The Baptist starts this week. We will be playing in Germany, Czech Republic, and the Netherlands. We are looking forward to seeing all of you there.
<br>
<br>
Tickets are available now. Get them while you can. And if you have tips for some cozy graveyards or churches, send 'em our way.
<br>
<br>
<a href="shows.html" class="tickets-button">Buy Tickets</a>
</p>
<img src="images/luciapic2.jpg" alt="Example image" style="width: 75%; height: auto;">
</article>
<!-- Add more blog posts here -->
</main>
</body>
</html>
1 change: 1 addition & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<li><a href="releases.html">RELEASES</a></li>
<li><a href="https://bokkerijders.bigcartel.com/">MERCH</a></li>
<li><a href="contact.html">CONTACT/BOOKING</a></li>
<li><a href="blog.html">BLOG</a></li>
</ul>
</nav>
<img src="images/logo.png" alt="Bokkerijders logo" class="logo-image">
Expand Down
Binary file added images/3540513298_photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<li><a href="releases.html">RELEASES</a></li>
<li><a href="https://bokkerijders.bigcartel.com/">MERCH</a></li>
<li><a href="contact.html">CONTACT/BOOKING</a></li>
<li><a href="blog.html">BLOG</a></li>
</ul>
</nav>
<a href="index.html">
Expand Down
1 change: 1 addition & 0 deletions releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<li><a href="releases.html">RELEASES</a></li>
<li><a href="https://bokkerijders.bigcartel.com/">MERCH</a></li>
<li><a href="contact.html">CONTACT/BOOKING</a></li>
<li><a href="blog.html">BLOG</a></li>
</ul>
</nav>
<img src="images/logo.png" alt="Bokkerijders logo" class="logo-image">
Expand Down
1 change: 1 addition & 0 deletions shows.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<li><a href="releases.html">RELEASES</a></li>
<li><a href="https://bokkerijders.bigcartel.com/">MERCH</a></li>
<li><a href="contact.html">CONTACT/BOOKING</a></li>
<li><a href="blog.html">BLOG</a></li>
</ul>
</nav>
<img src="images/logo.png" alt="Bokkerijders logo" class="logo-image">
Expand Down

0 comments on commit 30ac825

Please sign in to comment.