forked from koldovsky/698-team-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
our_story.html
46 lines (38 loc) · 1.61 KB
/
our_story.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
<!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">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<title>BEER BOUTIQUE</title>
</head>
<body>
<section class="my_section">
<div class="all">
<div class="block">
<p class="story">
Our story
</p>
<br>
<h2 class="title_1">
ABOUT BEER BOUTIQUE
</h2>
<br>
<p class="Welcome">
Welcome to Beer Boutique, your favorite pub serving the best draft and bottled beer.
</p>
<br>
<p class="History">
We strive to promote the culture of drinking beer as something beyond a football match. It is a drink with a long history and an immense depth of flavor, which is why we build our menu foods around their compatibility with the beers. Beer Boutique is a place to find the favorite beer flavor and learn more about the drink.
</p>
<a class="button" href="https://wqemt.weblium.site/about">More about us</a>
</div>
<div class="picture">
<img src="assets/img/two men two beer.png" alt="img to section story">
</div>
</div>
</section>
</body>
</html>