Skip to content

Commit

Permalink
added metatags for responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-paduraru committed Jun 21, 2016
1 parent 541a3f4 commit 6bd2515
Show file tree
Hide file tree
Showing 8 changed files with 540 additions and 351 deletions.
171 changes: 166 additions & 5 deletions assets/css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.tim-typo{
padding-left: 25%;
margin-bottom: 40px;
position: relative;
position: relative;
}
.tim-typo .tim-note{
bottom: 10px;
Expand Down Expand Up @@ -49,7 +49,7 @@
display: block;
}
.navigation-example .img-src{
background-attachment: scroll;
background-attachment: scroll;
}
/*
.main{
Expand Down Expand Up @@ -92,7 +92,7 @@
padding-top: 20px;
}
.subscribe-form .form-control{

}

.space-100{
Expand Down Expand Up @@ -147,17 +147,178 @@
border-left: 0;
border-right: 0;
}
#display-buttons .btn{
margin-bottom: 5px;
}
.pick-class-label{
border-radius: 8px;
color: #ffffff;
cursor: pointer;
display: inline;
display: inline-block;
font-size: 75%;
font-weight: bold;
line-height: 1;
margin-right: 10px;
padding: 15px 23px;
width: 46px;
height: 46px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
}

.parallax-pro{
width:100%;
/* height:510px; */
display: block;
position: relative;
overflow: hidden;
background-color: #fff;
}
.parallax-pro:after{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.3);
display: block;
content: "";
z-index: 0;
}
.parallax-pro .container{
padding-top: 20px;
z-index: 1;
position: relative;
}
.parallax-pro .hello a{
color: #fff;
text-decoration: none;
}
.parallax-pro .hello{
font-size: 48px;
font-weight: 300;
position: relative;
width: 430px;
margin: 30px auto 50px;
}
.parallax-pro .label{
font-size: 18px;
position: absolute;
text-transform: uppercase;
background-color: #FF9500;
color: #FFFFFF;
display: block;
width: 60px;
right: -30px;
top: 0;
padding: 0;
line-height: 30px;
text-align: center;
font-weight: 500;
letter-spacing: 0;
height: 30px;
}
.parallax-pro small{
padding-top: 15px;
font-size: 20px;
display: block;
color: #fff;
}
.parallax-pro ul{
width: 280px;
margin: 0 auto;
}
.parallax-pro li{
padding: 9px 0;
border-bottom: 1px solid #777;
}
.parallax-pro .actions{
margin-top: 40px;
}
.parallax-pro .actions{
margin-left: 10px;
}
.parallax-pro .motto{
color: #FFFFFF;
font-size: 64px;
font-weight: 600;
position: relative;
text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
text-transform: uppercase;
z-index: 3;
margin: 0 auto;
top: 22%;
width: 285px;
}
.parallax-pro .motto .pro{
position: absolute;
font-size: 18px;
background-color: #FFFFFF;
width: 70px;
height: 70px;
border-radius: 50%;
text-align: center;
line-height: 70px;
color: #333333;
text-shadow: 0 0 0;
}
.parallax-pro .motto .square{
padding: 7px 14px;
height: auto;
width: auto;
line-height: inherit;
border-radius: 6px;
bottom: 22px;
right: -25px;
color: #FFFFFF;
background-color: #ff9500;
font-weight: 300;
background-color: #ff9500;
}
.parallax-pro > img{
width: 100%;
position: absolute;
}

@media (max-width: 768px){
.parallax-pro > img{
/* height: 100%; */
width: 150%;
}
}
.social-share{
margin-right: 0px;
margin-top: 10px;
}
.footer h4{
margin: 0px 0 20px;
}
.space-30{
height: 30px;
display: block;
}
.credits{
display: block;
margin: 15px 0;
color: #ddd;
opacity: .8;
}
.credits a{
color: #FFFFFF;
}
.sharing-title{
margin: 10px;
line-height: 40px;
}
.social-line{
padding: 5px 0;
}
.section-gray{
padding: 10px 0;
background-color: #EEE;
}
.section-gray h5{
margin: 0;
line-height: 40px;
}
62 changes: 30 additions & 32 deletions assets/css/gsdk-base.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
body{

}
.form-control::-moz-placeholder{
color: #DDDDDD;
opacity: 1;
}
.form-control:-moz-placeholder{
color: #DDDDDD;
opacity: 1;
}
opacity: 1;
}
.form-control::-webkit-input-placeholder{
color: #DDDDDD;
opacity: 1;
}
opacity: 1;
}
.form-control:-ms-input-placeholder{
color: #DDDDDD;
opacity: 1;
opacity: 1;
}
/* General overwrite */
a{
Expand All @@ -24,7 +24,7 @@ a{
a:hover, a:focus {
color: #1084FF;
}
a:focus, a:active,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
Expand Down Expand Up @@ -86,7 +86,7 @@ h1 .subtitle{
font-family: 'Grand Hotel',cursive;
line-height: 40px;
margin: 15px 0 30px;

}


Expand Down Expand Up @@ -224,7 +224,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
.btn:active, .btn.active {
background-image: none;
box-shadow: none;

}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
opacity: 0.45;
Expand Down Expand Up @@ -379,7 +379,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
border-color: #05AE0E;
}
.has-error .form-control:focus{
border-color: #FF3B30;
border-color: #FF3B30;
}
.input-group-addon {
background-color: #FFFFFF;
Expand Down Expand Up @@ -414,7 +414,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
}
.navbar-default {
background-color: #D9D9D9;

}
.navbar .navbar-brand {
font-weight: 600;
Expand Down Expand Up @@ -609,7 +609,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
padding-right: 5px;
}
.navbar-search-form{
display: none;
display: none;
}
.navbar-nav > li > .dropdown-menu, .dropdown-menu{
display: block;
Expand Down Expand Up @@ -640,7 +640,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
-o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);

}
.navbar-nav > li.open > .dropdown-menu, .open .dropdown-menu{
-webkit-transform-origin: 29px -50px;
Expand Down Expand Up @@ -687,7 +687,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right

/* Aici schimbarile pentru ecran mai mic de 768px */

@media (max-width: 768px){
@media (max-width: 768px){
.navbar-transparent{
padding-top: 15px;
background-color: rgba(0, 0, 0, 0.45);
Expand All @@ -712,7 +712,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
width: 170px;
margin: 0 auto;
}

}

/* Labels & Progress-bar */
Expand Down Expand Up @@ -912,7 +912,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
}
.modal-header {
border: 0 none;

}
.modal-content {
border: 0 none;
Expand Down Expand Up @@ -1135,7 +1135,7 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
overflow: hidden;
border-radius: 50%;
border: 1px solid #333333;
width: 60px;
width: 60px;
float: left;
}
.logo-container .brand{
Expand All @@ -1151,14 +1151,18 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
color: #FFFFFF;
font-size: 76px;
font-weight: 600;
left: 100%;
margin-left: -63%;
position: absolute;

text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
text-transform: uppercase;
z-index: 3;
top: 100px;
z-index: 3;

display: block;
margin: 0 auto;
position: relative;
width: 306px;
height: 0;
}
.blurred-container .motto .border{
float: left;
Expand All @@ -1170,20 +1174,14 @@ input.ct-red + span.switch-left, input.ct-red + span + label + span.switch-right
border-right: none;
}

@media (max-width: 991px){
.img-src{
/*
background-size: 100%;
background-position: top;
*/
@media (max-width: 768px){
.blurred-container .motto{
font-size: 60px;
width: 268px;
top: 130px;
}
}
.main{
background-color: #FFFFFF;
position: relative;
}





Loading

0 comments on commit 6bd2515

Please sign in to comment.