-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.53 KB
/
index.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>Flip Stitch Pillow</title>
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script src="js/index.js"></script>
<link rel="stylesheet" type="text/css" href="css/general.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
</head>
<body>
<a id="about" class="borderless-button" href="about.html">about</a>
<div id="left">
<img id="pic0" class="pics" src="https://cdn.shopify.com/s/files/1/0285/1316/products/MAB-0003-TPLW-SQ-1_large.jpg?v=1476132782" />
<img id="pic1" class="pics hidden" src="https://cdn.shopify.com/s/files/1/1354/6307/products/il_fullxfull.1093117748_ls0n_2048x2048.jpg?v=1496259415" />
<img id="pic2" class="pics hidden" src="https://www.redcandy.co.uk/media/catalog/product/cache/1/image/426x426/9df78eab33525d08d6e5fb8d27136e95/k/i/kico-banksy-heart-balloon-sofa-cushion.1507840129.jpg" />
</div>
<div id="right">
<div class="brag-content-holder">
<h1>Dream with your own pillows!</h1>
<div class="brag-holder">
<p id="brag">Tired of dull pillows? We specialize in custom decorative throw pillows.</p>
</div>
<div id='start-holder'>
<a id="start" class="bordered-button" href="type.html">get started</a>
</div>
</div>
<div id="scroll-holder">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</body>
</html>