-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (35 loc) · 1.48 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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<body>
<head>
<title>About</title>
<link href="https://giangofett.github.io/styles.css" type="text/css" rel="stylesheet" />
</head>
<!-- Password -->
<div id="signIn">
<form action="">
Username: <input type="text" name="Username"><p>
Password: <input type="text" name="Password"><br>
<input type="submit">
</div>
<!-- Create Nav bar -->
<div class ="topnav">
<a href="https://GiangoFett.github.io">Home</a></li>
<a href="https://giangofett.github.io/dailybrew.html">Daily Brew</a></li>
<a href="https://giangofett.github.io/feature.html">Featured Coffee</a></li>
<a href="https://giangofett.github.io/howto.html">How To</a></li>
<a class='active' href="https://giangofett.github.io/about.html">About</a></li>
</div>
<div id="header">
<h1>About</h2>
</div>
<br>
<!-- Company About information -->
<h2>About Fists in the Wind Cafe</h2>
<p>Coffee is more than just a drink, coffee is a meeting. It's a time where strangers become friends and friends become family. We know not everyone has the passion we do about drinking or making coffee, but we're here to help the good ol' folks out there that want to learn or even just start out elevating their coffee experience!</p>
<br>
<p>The idea behind this website is to be able to create a source, for coffee enthusiasts, that allows individuals to hone their coffee drinking experience. <p>
<br>
<p>So go grab a cup, some food, and enjoy with some friends.</p>
</body>
</html>