-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·39 lines (33 loc) · 1.39 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
39
<!DOCTYPE html>
<html>
<head>
<title></title>
<body>
<link rel="stylesheet" type="text/css" href="coffeeshop.css">
<div class="container">
<header class="coffee-header">
<div class="div-logo">
<img src="coffee-shop.PNG">
<span class="logo-text">COFFEE SHOP</span>
</div>
<nav class="coffee-nav">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
</nav>
<div class="site-content">
<div class="product-background">
<h1 class="quote">This website was made by RIMAANSH BHARGAVA</h1>
<h1 class="quote">I developed this website from scratch as a personal project.</h1>
<h1 class="quote">HTML5, CSS3 and JavaScript were used in the development of this website.</h1>
<h1 class="quote">This website was my first project and I had a lot of fun coding it.</h1>
<h1 class="quote">This website is very close to my heart as I am huge food enthusiast and a keen COFFEE lover.</h1>
<h1 class="quote"></h1>
<h1 class="quote"></h1>
<h1 class="quote"></h1>
</div>
</div>
</header>
</div>
</body>
</head>
</html>