Skip to content

Commit

Permalink
Meet the Team Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeleen Vigil authored and Angeleen Vigil committed Oct 25, 2017
1 parent f16fa87 commit c2c795b
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 59 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alias sub='/Applications/Sublime\Text.app/Contents/SharedSupport/bin/subl'
Binary file added wp-content/.DS_Store
Binary file not shown.
Binary file added wp-content/themes/.DS_Store
Binary file not shown.
Binary file added wp-content/themes/sanders/.DS_Store
Binary file not shown.
54 changes: 4 additions & 50 deletions wp-content/themes/sanders/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ h1 {
font-size:30px;
margin:40px 0;
}
header h1 {
color: #3cb1e3;
}
header small {
color: #333;
}
h2 {
font-size:26px;
margin:30px 0;
Expand Down Expand Up @@ -657,16 +651,18 @@ section.we-design .img-height { height:234px; }
section.meet-designers .big-designer-img img {
width:350px;
height:345px;
margin-top:22px;
margin-left:14px;
display:inline;
}
section.meet-designers .designer-img-info.designer-1 { margin-top:22px; }
section.meet-designers .big-designers { display:inline; }
section.meet-designers .meet-designers .designer-img-info { margin-top:22px; }
section.meet-designers .small-designers img { margin-right:-22px; }
section.meet-designers h2 {
font-family:'PT Sans', 'Alegreya Sans', 'Georgia', 'Times New Roman', serif;
font-size:30px;
margin:52px 146px 0px;
margin:0px 0px;
line-height:.85;
}
section.meet-designers p {
font-family:'Raleway', 'Georgia', 'Times New Roman', serif;
Expand Down Expand Up @@ -804,45 +800,3 @@ section.wedding-details #mapReception {
height:500px;
width:500px;
}


/* Parallax */
header {
background-image: url("http://affectstudios.net/john/wp-content/themes/sanders/images/bg-1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/*
.parallax__layer--back {
-webkit-transform: translateZ(-300px) scale(2);
transform: translateZ(-300px) scale(2);
z-index: 3;
}
#group2 .parallax__layer--back {
background: rgb(123,210,102);
}
.parallax__layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform-origin-x: 100%;
transform-origin-x: 100%;
}
.parallax__layer--base {
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 4;
}
.parallax {
height: 500px;
//height: 100vh;
overflow-x: hidden;
overflow-y: auto;
-webkit-perspective: 300px;
perspective: 300px;
-webkit-perspective-origin-x: 100%;
perspective-origin-x: 100%;
}
41 changes: 34 additions & 7 deletions wp-content/themes/sanders/front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
</div>
<!-- woman 1 -->
<!--
<div class="row">
<div style="display: none;" class="big-designers woman-1">
<div class="row">
<div style="display: none;" class="big-designers woman-1">
<div class="col-md-offset-1 col-md-3">
<div class="big-designer-img">
<img class="lg-designers" src="<?php themedir() ?>/images/lgwm1.png" alt="California Interior Designer" />
Expand All @@ -194,28 +194,55 @@
</p>
</div>
</div>
</div>
-->
</div>
-->
<!-- woman 1 -->
<div id="mobile-big"></div>
<!-- Contains Big Image and Bio -->
<div class="row">
<div style="visibility: visible; animation-delay: 1.5s; animation-name: fadeIn;" class="big-designers">
<div class="designer-img-info designer-1" style="display: none;">
<div class="col-xs-3">
<!-- <div class="col-xs-3"> -->
<div class="col-xs-4">
<!-- Holds the big image -->
<div id="mobile-w-1" class="big-designer-img"> <!-- id is for mobile scrolling to image -->
<img class="lg-designers" src="http://affectstudios.net/john/wp-content/themes/ckp/images/lgwm1.png" alt="California Interior Designer" />
</div>
</div>
<div class="col-xs-7">
<div class="bio w1">
<div class="col-xs-10 col-sm-offset-2 col-sm-5 col-md-6">
<div class="bio w1">
<div class="row">
<h2>Woman 1<br>
<small>Title</small>
</h2>
</div>
</div>
<!-- -->
<div class="bio">
<div class="row">
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
</p>
<p>
Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut,
mperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.
i Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend
</p>
</div>

<!--
<div class="row">
<p>
Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut,
mperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.
i Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend
</p>
</div>
-->
</div>
</div>
<!-- Contains the bio -->
<div class="col-xs-offset-1 col-xs-10">
Expand Down
15 changes: 13 additions & 2 deletions wp-content/themes/sanders/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -976,20 +976,30 @@ section.meet-designers {
.big-designer-img img {
width: 350px;
height: 345px;
margin-top: 22px;
/*margin-top: 22px;*/
margin-left: 14px;
display: inline;
}
.designer-img-info.designer-1 {
margin-top: 22px;
}
.big-designers {
display: inline;
}

.meet-designers .designer-img-info {
margin-top: 22px;
}

.small-designers img {
margin-right: -22px;
}
h2 {
font-family: @font-main;
font-size: 30px;
margin: 52px 146px 0px;
/*margin: 0px 146px 0px;*/
margin: 0px 0px;
line-height: .85;
}
p {
font-family: @font-secondary;
Expand All @@ -1013,6 +1023,7 @@ section.meet-designers {
.small-designers.mobile {
display: none;
}

}
/* */

Expand Down

0 comments on commit c2c795b

Please sign in to comment.