-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlsoTry.html
More file actions
58 lines (55 loc) · 2.46 KB
/
AlsoTry.html
File metadata and controls
58 lines (55 loc) · 2.46 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://i.ibb.co/jwHPDHM/unnamed.jpg" type="image/x-icon">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Parisienne&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styleprod.css">
<title>Also Try!</title>
<!--font-awesome icons-->
<script src="https://kit.fontawesome.com/c1ced132ff.js" crossorigin="anonymous"></script><link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<h1 class="title">la torréfaction</h1><br><br><br>
<div class="dropdown">
<button class="dropbtn">Navigation</button>
<div class="dropdown-content">
<a href="index.html">Introduction </a>
<a href="home.html">HomePage</a>
<a href="location.html">Our Stores</a>
<a href="contact.html">Contact Us</a>
<a href="AlsoTry.html">Also Try!</a>
<a href="blog.html">Blogs</a></div>
</div><br>
<h3>Hello there,</h3>
<p>We here at la torréfaction not only serve quality coffee but also a lot gouremt cuisine which pairs togethere with the drinks! </p>
<p>Our Products:</p>
<h2 class="beignets">Beignets</h2>
<h2 class="donuts">Donuts</h2>
<h2 class="cheesecake">Cheese Cakes</h2>
<h2 class="grill">Grilled Cheese</h2>
<h2 class="cross">Croissant</h2>
<h2 class="macrons">Macrons</h2>
<a href="#top" class="top">Back to top</a>
<footer >
<h1 class="intro">Designed by Maaz Orawala <br> <br> <br ><i class="fas fa-signature fa-2x ">
</i>
</h1>
<div class="navigation">
<button class="dropbutton"><i class="fab fa-pushed"></i> </button>
<div class="dropcontent">
<a href="home.html">HOME</a>
<a href="location.html">Our Stores</a>
<a href="contact.html">Contact</a>
<a href="AlsoTry.html">Also Try!</a>
<a href="blog.html">Blogs</a>
</div>
</div>
<p class="copy">© Copyright 2020 | Maaz Orawala</p>
</footer>
</body>
</html>