-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 1.79 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
---
layout: default
title: Home
description: Creative Homes is a specialist in Modern Timber Pole Homes located on the Gold Coast. Our buildings reflect the Australian lifestyle that combine the best of indoor and outdoor living.
permalink: /
nav: "#fff"
navbar: "navbar-dark"
logo: logo-light.svg
image: creative_homes_tree_house_5.webp
---
<!-- hero -->
<section class="cover overflow-hidden bg-black inverted">
<div class="d-flex flex-column py-20 min-vh-100 container foreground">
<div class="row justify-content-center my-auto">
<div class="col-md-8 text-center">
<h1 class="home-title fade-up text-center text-white mx-2 z-2" data-aos="zoom-out" data-aos-delay="600">working with you & nature</h1>
</div>
</div>
</div>
<div
class="background background-overlay text-black"
data-aos="zoom-out"
data-aos-delay="200"
data-poster="{{site.baseurl}}/assets/images/projects/creative_homes_tree_house_5.webp"
>
<video playsinline autoplay muted loop data-video>
<source src="{{site.baseurl}}/assets/video/Creative_Homes_Gold_Coast_Builder_720.mp4" type="video/mp4" />
</video>
</div>
<span class="scroll-down"></span>
</section>
<!-- features -->
<section class="py-15 py-xl-20 overflow-hidden gradient green-wood inverted">
<div class="container">
<div class="row justify-content-center position-relative">
<div class="col-xl-10">
<h2 class="fs-2 text-center text-white" data-aos="zoom-in" data-aos-delay="100">
Creative homes is a family operated construction company on the Gold Coast with over 20 years of luxury custom home building experience.
</h2>
</div>
</div>
</div>
</section>
{% include story.html %}
{% include projects.html %}
{% include testimonials-centered.html %}
{% include contact.html %}