-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (38 loc) · 1.76 KB
/
about.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
<!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>FUEL</title>
<link rel="icon" type="image/png" href="assets/images/Fuel-logo-green.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="scene">
<nav class="nav">
<a href="about.html">WHO WE ARE</a>
<a href="menu.html">WHAT WE SERVE</a>
<a href="connect.html">WHERE TO FIND US</a>
</nav>
<div class="about">
<img class="portrait" src="assets/images/headshot.jpg">
<div class="about2">
<p>Welcome to our cafe.<br> We built this place on our passions for traveling and everything delicious. We have selected some of our most loved dishes and drinks from around the world for our menu offerings. We believe delicious food begins with whole ingredients and are dedicated to keeping our food as fresh as possible. We hope that you can taste the care and wanderlust in everything we create here at Fuel.</p>
<a href="index.html">
<img class="heading-alt" src="assets/images/Fuel-logo-green.png">
</a>
<p>Nic + Ayumi</p>
</div>
</div>
<nav class="nav">
<a href="about.html">WHO WE ARE</a>
<a href="menu.html">WHAT WE SERVE</a>
<a href="connect.html">WHERE TO FIND US</a>
</nav>
</div>
</body>
</html>