-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
65 lines (65 loc) · 2.04 KB
/
homepage.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
<div class="carousel slide home-carousel gutter-bottom" id="featured-artist-carousel" data-ride="carousel" data-interval="5000">
<div class="carousel-inner">
<div class="item active">
<!-- ## SLIDE 1: LINKS TO... -->
<a href="/store/information">
<!-- ## SLIDE 1: SMALL TEXT -->
<h3 class="hidden-xs">Hello World!</h3>
<!-- ## SLIDE 1: IMAGE -->
<img src="/store/images/homepage/PR-Homepage-1-Welcome.jpg">
<!-- ## SLIDE 1: LARGE TEXT -->
<h2>Welcome to<br>
Picture Room Online
</h2>
</a>
</div>
<div class="item">
<!-- ## SLIDE 2: LINKS TO... -->
<a href="/store/featured-artist/">
<!-- ## SLIDE 2: SMALL TEXT -->
<h3 class="hidden-xs">Featured Artists</h3>
<!-- ## SLIDE 2: IMAGE -->
<img src="/store/images/homepage/PR-Homepage-2-Sigrid.jpg">
<!-- ## SLIDE 2: LARGE TEXT -->
<h2>Sigrid Calon,<br>
Leanne Shapton, and More
</h2>
</a>
</div>
<div class="item">
<!-- ## SLIDE 3: LINKS TO... -->
<a href="/store/study-of-6-elements-1960-1970s-framed/dp/1198">
<!-- ## SLIDE 3: SMALL TEXT -->
<h3 class="hidden-xs">Featured Artwork</h3>
<!-- ## SLIDE 3: IMAGE -->
<img src="/store/images/homepage/PR-Homepage-3-Pezzo.jpg">
<!-- ## SLIDE 3: LARGE TEXT -->
<h2>Lucio Del Pezzo<br>
Study of 6 Elements, 1960 - 1970s
</h2>
</a>
</div>
<div class="item">
<!-- ## SLIDE 4: LINKS TO... -->
<a href="/store/information">
<!-- ## SLIDE 4: SMALL TEXT -->
<h3 class="hidden-xs">Visit Us</h3>
<!-- ## SLIDE 4: IMAGE -->
<img src="/store/images/homepage/PR-Homepage-4-Shop.jpg">
<!-- ## SLIDE 4: LARGE TEXT -->
<h2>Picture Room<br>
236 Mulberry St., NYC
</h2>
</a>
</div>
</div>
<div class="slide-count hidden-xs">
<span class="current">1</span> / 4
</div>
<p>
<a class="left carousel-control" href="#featured-artist-carousel" data-slide="prev">
←</a>
<a class="right carousel-control" href="#featured-artist-carousel" data-slide="next">
→</a>
</p>
</div>