-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
78 lines (76 loc) · 3.14 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="fa/css/font-awesome.min.css">
<title>Emily Zimmerman 3D Printing</title>
<link href="https://fonts.googleapis.com/css?family=Abel|Montserrat|Trirong|Dancing+Script" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<br>
<br>
<a href="index.html"> <h1>Emily Zimmerman 3D Printing</h1> </a>
<br>
<br>
<br>
<nav>
<!--<img id="logo" src="logo.png">--><a href="index.html"><h4>Home</h4></a><a href="products.html"><h4>Products</h4></a><a href="about.html"><h4>About</h4></a>
</nav>
</header>
<div class="text">
<br>
<h2>About Us</h2>
<br>
<br>
<br>
<h3>What we sell</h3>
<br>
<p>Emily Zimmerman 3D Printing sells 3D printing designs. We can print custom designs or you can order designs from our selection. We always ensure that you get the highest quality 3D printed products. You can view our return policy <u><a href="https://www.amazon.com/gp/orc/returns/homepage.html/ref=orc_surl_ret_hp?fg=1" target="_blank">here</a></u>.</p>
<br>
<br>
<h3>Pricing</h3>
<br>
<p>At Emily Zimmerman 3D Printing, we price based on the size of each product purchased. Possible sizes range from 1-15 inches. You can also choose from a wide range of colors and materials for the best result.</p> <br>
<table class="chart">
<th>Size <i>(inches)</i></th> <th>Price</th>
<tr>
<td> 1-3"</td> <td> $6 </td>
</tr>
<tr>
<td> 4-6" </td> <td>$8</td>
</tr>
<tr>
<td> 7-10"</td> <td> $10 </td>
</tr>
</table>
<br>
<br>
<h3>More information</h3>
<br>
<p>Our goal is to make 3D printing more accesible to everyone. We ship 3D printed objects around the world for low prices. Customers can select from our wide range of designs or request their own. </p>
<br>
<br>
<h3>Where we are located</h3>
<p>You can find our headquarters in Brooklyn Heights NY. We are located on the 21st of the One MetroTech center. Our entrance is off Lawrence Street. For directions click <a href="https://www.google.com/maps/dir//One+MetroTech+Center,+1+MetroTech+Center,+Brooklyn,+NY+11201/@40.6931007,-73.9880672,17.49z/data=!4m15!1m6!3m5!1s0x89c25a4bb73fe8bb:0x8ccaa0ad19636e9f!2sOne+MetroTech+Center!8m2!3d40.6931259!4d-73.9866365!4m7!1m0!1m5!1m1!1s0x89c25a4bb73fe8bb:0x8ccaa0ad19636e9f!2m2!1d-73.9866365!2d40.6931259" target="_blank"><u>here</u></a>.
</p>
<br>
<img src="map.jpg" style="width: 100px;">
<br>
<br>
<table class="contacts">
<th colspan="2" >Contacts </th>
<tr>
<td>Emily Zimmerman:</td> <td>[email protected]</td>
</tr>
<tr>
<td>Steve Carlsberg: </td> <td>[email protected]</td>
</tr>
<tr>
<td>Have any questions? </td> <td>[email protected]</td>
</tr>
</table>
</div>
</body>
</html>