-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
75 lines (64 loc) · 2.92 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
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
---
layout: null
title: Highland Park Furniture Co.
description: Custom Furniture Handmade in Calgary Alberta
sitemap:
priority: 1.0
lastmod: 2020-08-02
changefreq: weekly
---
<!DOCTYPE HTML>
<html>
<head>
{% include head.html %}
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<img src="{{ "/images/logothin.svg" | absolute_url }}" alt="" />
<h1>Custom Stone, Metal & Wood Pieces</h1>
<h2>Handcrafted in Calgary</h2>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly"></a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<img src="{{"/images/logothin.svg" | absolute_url }}" alt="" class="svg"/>
</header>
<!-- Nav -->
<nav id="nav">
{% include nav.html %}
</nav>
<!-- Main -->
<div id="main">
<div style="padding: .5rem 0 .5rem">
<a href="{{ "/images/squarepin.jpg" | absolute_url }}" data-lightbox="preview" data-title="Medium Grey Slab with White Kintsugi and Hammered Black Squarepin Legs">
<z class="image prev"><img src="{{ "/images/squarepin-prev.jpg" | absolute_url }}"/></z>
</a>
</div>
<p style="text-align:center; padding-top: 2rem;"><b>Head over to the Portfolio tab to view more.<br>If you're interested in ordering, check out the Process tab to see how we do things.<br>Then scroll down to the Contact section when you're ready to chat.</b></p>
<!-- Footer -->
<footer>
<ul class="actions">
<li><a href="{{ "/process/" | absolute_url }}" class="button">Our Process</a></li>
<li><a href="{{ "/portfolio/" | absolute_url }}" class="button">Our Portfolio</a></li>
</ul>
</footer>
</div>
<!-- Footer -->
{% include foot.html %}
</div>
<!-- Scripts -->
{% include scripts-main.html %}
{% include tracking.html %}
</body>
<a href="{{ "/images/pine-trap.jpg" | absolute_url }}" data-lightbox="preview" data-title="Pecan Stained Pine Top and Matte Black Trapezoidal Base"></a>
<a href="{{ "/images/copper-bean-3hp.jpg" | absolute_url }}" data-lightbox="preview" data-title="Dark Grey 'Bean' with Copper Kintsugi and 3 Bar Hairpin Legs"></a>
<a href="{{ "/images/trap.jpg" | absolute_url }}" data-lightbox="preview" data-title="Dark Grey Slab with Mint Kintsugi and Trapazoidal Legs"></a>
<a href="{{ "/images/greycedar2_1210x.jpg" | absolute_url }}" data-lightbox="preview" data-title="Pickled Cedar Top and Matte Black Box Base"></a>
<a href="{{ "/images/gold-hp-endtables.jpg" | absolute_url }}" data-lightbox="preview" data-title="Medium Grey Circles with Gold Kintsugi and Natural Hairpin Legs"></a>
<a href="{{ "/images/cedar-box.jpg" | absolute_url }}" data-lightbox="preview" data-title="Dark Stained Cedar Top and Matte Black Box Base"></a>
</html>