diff --git a/server/pages.js b/server/pages.js index 8c21b1f..31251e1 100644 --- a/server/pages.js +++ b/server/pages.js @@ -13,6 +13,12 @@ module.exports = function(mw) { pages: [ { title: 'Entertainment', + }, + { + title: 'Security', + }, + { + title: 'Integration', } ] }, diff --git a/server/templates/pages/services/entertainment.dust b/server/templates/pages/services/entertainment.dust index 54e39df..54abc92 100644 --- a/server/templates/pages/services/entertainment.dust +++ b/server/templates/pages/services/entertainment.dust @@ -13,8 +13,12 @@ -

Entertainment

-

There are many different elements that make for great entertainment. Our expertise in perfectly matching the correct level of technology to the application leaves you with a personalised, unique setup that you’ll never want to turn off. Have a look at what we do below.

+
+
+

Entertainment

+

There are many different elements that make for great entertainment. Our expertise in perfectly matching the correct level of technology to the application leaves you with a personalised, unique setup that you’ll never want to turn off. Have a look at what we do below.

+
+
{>"partials/footer"/} diff --git a/server/templates/pages/services/integration.dust b/server/templates/pages/services/integration.dust index 54e39df..5b9db3a 100644 --- a/server/templates/pages/services/integration.dust +++ b/server/templates/pages/services/integration.dust @@ -1,8 +1,8 @@ -
+
-

Beautiful entertainment, immaculately installed.

Enjoy quality time with the people who matter. Intricate design, intuitive control and flawless functionality are at the heart of our entertainment systems; we’re redefining playtime, one home at a time.

+

A connected home that just works.

Your home really does have the capacity to evolve, becoming somewhere that’s smarter, more reliable and much more fun. But more than that, an integrated home can connect with you in amazing ways, welcome to the future.

@@ -10,11 +10,56 @@
- + +
+
+
+
+

Integration

+

We’re working closely with homeowners, property developers and interior designers to future-proof the next generation of housing. Integration is a process that enables audio, video, security, lighting and much more to interact together in harmony; increasing usability, reliability, energy efficiency and saleability in the process.

+
+
 
+
+

Inherently intricate

+

The integrity of an automated system depends upon quality components and meticulous execution. We’re self-proclaimed perfectionists, and extremely proud of it. Attention to detail flows through everything we do, each individual cable and connection, whether hidden or visible, is designed to be a perfectly placed cog in a much larger machine. This elevated level of design is a fundamental step in every job we do.

+
 
+
 
+
+

Behind the scenes

+

How we build your system

+
+ +
Infrastructure
+

Cabling is the technological backbone of your property, providing hard-wired links throughout your home that can be used to send and receive lots of different types of information.

+
+
+ +
Centralisation
+

Situating networking and entertainment services in a self-contained and serviceable ‘hub’ allows us to remove unsightly ‘black boxes’ and cabling from your living room, whilst still offering flawless control over the devices.

+
+
+ +
Distribution
+

With the correct infrastructure in place and centralised services, Ultra-HD video, multiroom audio, lighting control and much much more can be distributed and controlled with ease.

+
+
+
+
+
+

Whole home control, single app

+

Audio Visual

+ Choose your room, select what you want to watch or listen to and sit back and enjoy your entertainment, at the touch of a button. + +

Security

+ View live camera feeds, lockup remotely or speak with someone at the gate. We can help keep your home within reach, wherever you are in the world. + +

Lighting & Climate

+ Discover the wonders of intelligent lighting and smart climate control, drastically improving your home’s energy efficiency in the process. +
+
+
-

Entertainment

-

There are many different elements that make for great entertainment. Our expertise in perfectly matching the correct level of technology to the application leaves you with a personalised, unique setup that you’ll never want to turn off. Have a look at what we do below.

{>"partials/footer"/}
diff --git a/server/templates/pages/services/security.dust b/server/templates/pages/services/security.dust index 54e39df..197300a 100644 --- a/server/templates/pages/services/security.dust +++ b/server/templates/pages/services/security.dust @@ -1,8 +1,8 @@ -
+
-

Beautiful entertainment, immaculately installed.

Enjoy quality time with the people who matter. Intricate design, intuitive control and flawless functionality are at the heart of our entertainment systems; we’re redefining playtime, one home at a time.

+

Keeping an eye on what's important.

Our lives are filled with things that we love, cherish and want to look after. Modern technology can keep us connected to these things, heightening our vigilance and enhancing our senses.

@@ -10,11 +10,15 @@
- + +
+
+
+
+

Security

+

Whole home security is all about correct coverage, ensuring your home has the right detection mechanisms for the property type. The security systems we supply, install and look after are designed to interact with one another, offering unbeatable protection whilst keeping you fully informed.

-

Entertainment

-

There are many different elements that make for great entertainment. Our expertise in perfectly matching the correct level of technology to the application leaves you with a personalised, unique setup that you’ll never want to turn off. Have a look at what we do below.

{>"partials/footer"/}
diff --git a/src/raster/ff1.jpg b/src/raster/ff1.jpg new file mode 100644 index 0000000..daa1d26 Binary files /dev/null and b/src/raster/ff1.jpg differ diff --git a/src/raster/ff3.jpg b/src/raster/ff3.jpg new file mode 100644 index 0000000..15fad34 Binary files /dev/null and b/src/raster/ff3.jpg differ diff --git a/src/raster/ff4.jpg b/src/raster/ff4.jpg new file mode 100644 index 0000000..83a3fd4 Binary files /dev/null and b/src/raster/ff4.jpg differ diff --git a/src/raster/room-integration.jpg b/src/raster/room-integration.jpg new file mode 100644 index 0000000..e6219a4 Binary files /dev/null and b/src/raster/room-integration.jpg differ diff --git a/src/sass/_content.scss b/src/sass/_content.scss index 9f856a5..68e59bc 100644 --- a/src/sass/_content.scss +++ b/src/sass/_content.scss @@ -161,6 +161,7 @@ * { color:$softwhite; } .splash { height:100%; + min-height:500px; width:100%; position:fixed; margin-top:-60px; @@ -208,6 +209,34 @@ .splash { @include backgrounder("services-integration-splash", "jpg", "top/cover no-repeat"); } + .ff {min-height:450px;} + .ff1 {background:url(/img/ff1.jpg) no-repeat center/cover;} + .ff2 { + background:$softwhite; + padding:5%; + * {color:$softblack;} + h3 { + @include underlineH(40%, $softblack); + margin-bottom:5%; + } + } + .ff3 {background:url(/img/ff3.jpg) no-repeat center/cover;} + .ff4 {background:url(/img/ff4.jpg) no-repeat center/cover;} + + .how-we-build { + background:$softwhite; + img { + width:50px; + height:50px; + border-radius:5px; + background:$softblack; + } + * {color:$softblack;} + } + .whole-home-control { + background:url(/img/room-integration.jpg) center/cover no-repeat; + * {text-align:left;} + } } .security { .splash { diff --git a/src/sass/_layout.scss b/src/sass/_layout.scss index 63529f8..46affa5 100644 --- a/src/sass/_layout.scss +++ b/src/sass/_layout.scss @@ -63,8 +63,9 @@ html { .snap-top-menu { padding:0 0 0 0; background:$softwhite; - height:40px; a { + line-height:40px; + vertical-align:middle; text-align:center; width:33%; margin:0 0; @@ -232,5 +233,8 @@ footer { margin-right:3px; } } + * { + text-align: left !important; + } } diff --git a/src/svg/s-centralisation.svg b/src/svg/s-centralisation.svg new file mode 100644 index 0000000..1e60892 --- /dev/null +++ b/src/svg/s-centralisation.svg @@ -0,0 +1,175 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/src/svg/s-distribution.svg b/src/svg/s-distribution.svg new file mode 100644 index 0000000..4c807a8 --- /dev/null +++ b/src/svg/s-distribution.svg @@ -0,0 +1,161 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/src/svg/s-infrastructure.svg b/src/svg/s-infrastructure.svg new file mode 100644 index 0000000..f688df9 --- /dev/null +++ b/src/svg/s-infrastructure.svg @@ -0,0 +1,114 @@ + + + +image/svg+xml \ No newline at end of file