yaman
This commit is contained in:
parent
e962d7782c
commit
363bbcaf59
@ -15,7 +15,8 @@
|
|||||||
<meta name="keywords" content="Technology,Automation,Integration,Home">
|
<meta name="keywords" content="Technology,Automation,Integration,Home">
|
||||||
<meta name="author" content="HomeTechnology">
|
<meta name="author" content="HomeTechnology">
|
||||||
<title>HomeTechnology</title>
|
<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 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'>
|
<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>
|
</head>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<div class="row page contact">
|
<div class="row page contact">
|
||||||
<div class="col minimummer s-12 m-12 l-9 s-centered">
|
<div class="col minimummer s-12 m-12 l-9 s-centered">
|
||||||
<div class="row">
|
<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>
|
<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>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>
|
<p>Alternatively, leave us your contact details and a message using the form and we'll get back to you.<br /></p>
|
||||||
|
|||||||
@ -6,7 +6,6 @@ var app = new Ridge({
|
|||||||
views: require('./views')
|
views: require('./views')
|
||||||
});
|
});
|
||||||
|
|
||||||
app.module(require('spytext'));
|
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
app.navigation = new app.views.Navigation({ el: app.$('nav') });
|
app.navigation = new app.views.Navigation({ el: app.$('nav') });
|
||||||
|
|||||||
@ -67,7 +67,8 @@
|
|||||||
img {
|
img {
|
||||||
@include ratio(1);
|
@include ratio(1);
|
||||||
width:30px;
|
width:30px;
|
||||||
vertical-align:-10px;
|
display:inline-block;
|
||||||
|
vertical-align:-19%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -199,7 +200,7 @@
|
|||||||
.splash-text {
|
.splash-text {
|
||||||
*{@include std-shadow-text;}
|
*{@include std-shadow-text;}
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:20%;
|
bottom:17%;
|
||||||
left:0;
|
left:0;
|
||||||
right:0;
|
right:0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -232,11 +233,11 @@
|
|||||||
.content-row {
|
.content-row {
|
||||||
.intro{
|
.intro{
|
||||||
h2 {
|
h2 {
|
||||||
font-weight:600;
|
font-weight:500;
|
||||||
color:$softerwhite;
|
color:$softerwhite;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-weight:600;
|
font-weight:500;
|
||||||
color:$softerwhite;
|
color:$softerwhite;
|
||||||
}
|
}
|
||||||
margin-bottom:5%;
|
margin-bottom:5%;
|
||||||
@ -631,7 +632,7 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
margin-top:30%;
|
margin-top:30%;
|
||||||
text-shadow: 5px 3px 10px rgba(0, 0, 0, 1);
|
text-shadow: 5px 3px 10px rgba(0, 0, 0, 1);
|
||||||
}
|
}
|
||||||
@ -729,6 +730,9 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.m-6 {
|
||||||
|
@media all and (max-width:800px){width:100%;}
|
||||||
|
}
|
||||||
.customers-say {
|
.customers-say {
|
||||||
background:url(../img/customers-say.jpg) top left/cover no-repeat;
|
background:url(../img/customers-say.jpg) top left/cover no-repeat;
|
||||||
min-height:600px;
|
min-height:600px;
|
||||||
@ -786,6 +790,11 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.disable-spacing-small {
|
||||||
|
@media all and(max-width:640px){
|
||||||
|
h1 {margin-bottom:12.8px;}
|
||||||
|
}
|
||||||
|
}
|
||||||
.map {
|
.map {
|
||||||
background:url(../img/map.png) center/cover no-repeat;
|
background:url(../img/map.png) center/cover no-repeat;
|
||||||
height:300px;
|
height:300px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user