-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
48 lines (42 loc) · 1.21 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
47
48
<!DOCTYPE html>
<html>
<head>
<title>Flip Stitch Pillow</title>
<link rel="stylesheet" type="text/css" href="css/general.css">
<link rel="stylesheet" type="text/css" href="css/type.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
</head>
<body>
<div class="button-holder">
<a class="bordered-button" href="index.html">back</a>
</div>
<main>
<h1>About.</h1>
<div id="divisor"></div>
<p>
We are a artisan pillow store located in Pittsburgh, PA. Established in
1834, we have always been focusing on delivering the best dream to our
customers.
</p>
<h2>Contact.</h2>
<p>
<b>Call: </b>412-268-2000
</p><p>
<b>Email: </b><a href="mailto:[email protected]">[email protected]</a>
</p>
<h2>Credit.</h2>
<p>
<b>Website design: </b>Huayun Huang
</p>
<p>
<b>Shopping cart icon: </b><a href="https://thenounproject.com/icon/355/">Edward Boatman</a>
</p>
<p>
<b>Closing icon: </b><a href="https://thenounproject.com/mikicon/collection/close/?oq=close%20botton&cidx=0&i=317965">mikicon</a>
</p>
<p>
<b>Pillow pictures: </b>in each picture, right click -> open image in a new tab for the complete URL.</a>
</p>
</main>
</body>
</html>