You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
3.3 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Counter Tourist Tnformation</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="nav">
<h3 onclick="togglemenu()">Counter <br> Tourist <br> Information</h3>
<div class="menu" id="menu">
<h4>The surroundings</h4>
<h4>Events</h4>
<h4>Visitors disinfo</h4>
<h4>Sutainability</h4>
</div>
</div>
<div class="landingimage">
<div class="imagedescription">Beautiful Breda | photo Person With a Smartphone</div>
</div>
<div class="index">
<h1>Counter Tourist Information</h1>
<p>
Welcome to the pop-up Counter-Tourist Information center! The only place in Rotterdam that offers a unique personalized view of the city.
Do you want to experience the city—without being a nuisance to residents—as a local Rotterdamer would? Wait no more! Drop by the Counter-Tourist Information center for all things authentic Rotterdam: loitering, littering and anti model-citizen ettiquette. We offer personalized guides and blending-in equipment.
<br><br>
Our personel is always present to provide advice catered to your interests and concerns.
<br><br>
Opening Thursday 27th at 19.00h<br>
27th30th June<br>
@ Worm Slash Gallery,<br>
Boomgaardsstraat 69, 3012 XA Rotterdam
<br><br>
</p></div>
<div class="tours">
<div class="tourcard">
<img src="images/breda.JPG" alt="">
<div class="tour-text">
<b>Experience somethign</b>
<p>Visit beautiful Breda, a place like nowhere else, do things, eat food, se stuff. everyhting you expect and more or less…</p>
</div>
</div>
<div class="tourcard">
<img src="images/breda.JPG" alt="">
<div class="tour-text">
<b>Project title</b>
<p>A lovely project description, that describes the project in question in a proper manner…</p>
</div>
</div>
<div class="tourcard">
<img src="images/breda.JPG" alt="">
<div class="tour-text">
<b>Experience somethign</b>
<p>Visit beautiful Breda, a place like nowhere else, do things, eat food, se stuff. everyhting you expect and more or less.</p>
</div>
</div>
<div class="tourcard">
<img src="images/breda.JPG" alt="">
<div class="tour-text">
<b>Experience somethign</b>
<p>Visit beautiful Breda, a place like nowhere else, do things, eat food, se stuff. everyhting you expect and more or less.</p>
</div>
</div>
<div class="tourcard">
<img src="images/breda.JPG" alt="">
<div class="tour-text">
<b>Experience somethign</b>
<p>Visit beautiful Breda, a place like nowhere else, do things, eat food, se stuff. everyhting you expect and more or less.</p>
</div>
</div>
<div class="tourcard">
<img src="images/breda.JPG" alt="">
<div class="tour-text">
<b>Experience somethign</b>
<p>Visit beautiful Breda, a place like nowhere else, do things, eat food, se stuff. everyhting you expect and more or less.</p>
</div>
</div>
</div>
</body>
</html>