This commit is contained in:
Robin Hägg 2015-09-13 19:35:54 +02:00
parent e962d7782c
commit 363bbcaf59
4 changed files with 17 additions and 8 deletions

View File

@ -15,7 +15,8 @@
<meta name="keywords" content="Technology,Automation,Integration,Home">
<meta name="author" content="HomeTechnology">
<title>HomeTechnology</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico" />
<link type="text/css" rel="stylesheet" href="/css/main.css" />
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>

View File

@ -1,7 +1,7 @@
<div class="row page contact">
<div class="col minimummer s-12 m-12 l-9 s-centered">
<div class="row">
<div class="col m-6 l-6">
<div class="col m-6 l-6 disable-spacing-small">
<h1><strong>Contact</strong>Us</h1>
<p>If you are thinking about starting a new project or already have one on the go, we wolud love to be involved. To discuss your best options, contact us using the details below and we will be happy to help.</p>
<p>Alternatively, leave us your contact details and a message using the form and we'll get back to you.<br /></p>

View File

@ -6,7 +6,6 @@ var app = new Ridge({
views: require('./views')
});
app.module(require('spytext'));
$(function() {
app.navigation = new app.views.Navigation({ el: app.$('nav') });

View File

@ -67,7 +67,8 @@
img {
@include ratio(1);
width:30px;
vertical-align:-10px;
display:inline-block;
vertical-align:-19%;
}
}
}
@ -199,7 +200,7 @@
.splash-text {
*{@include std-shadow-text;}
position:absolute;
bottom:20%;
bottom:17%;
left:0;
right:0;
text-align: center;
@ -232,11 +233,11 @@
.content-row {
.intro{
h2 {
font-weight:600;
font-weight:500;
color:$softerwhite;
}
p {
font-weight:600;
font-weight:500;
color:$softerwhite;
}
margin-bottom:5%;
@ -631,7 +632,7 @@
p {
font-size: 1.2em;
font-weight: 600;
font-weight: 500;
margin-top:30%;
text-shadow: 5px 3px 10px rgba(0, 0, 0, 1);
}
@ -729,6 +730,9 @@
font-weight: 500;
}
}
.m-6 {
@media all and (max-width:800px){width:100%;}
}
.customers-say {
background:url(../img/customers-say.jpg) top left/cover no-repeat;
min-height:600px;
@ -786,6 +790,11 @@
font-weight: 500;
}
}
.disable-spacing-small {
@media all and(max-width:640px){
h1 {margin-bottom:12.8px;}
}
}
.map {
background:url(../img/map.png) center/cover no-repeat;
height:300px;