-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22c162b
commit 30ac825
Showing
6 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters