Skip to content

Commit

Permalink
Updated Tags to Social 🍸
Browse files Browse the repository at this point in the history
  • Loading branch information
SensehacK committed Jul 1, 2018
1 parent e442a08 commit 96c6e75
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
d. Resume Section
e. Portfolio Section
f. Call To Action Section
g. Testimonials Section
g. Social Section
h. Contact Section
i. Footer
Expand Down Expand Up @@ -94,7 +94,7 @@ header .banner-text hr {
border-color: rgba(150, 150, 150, .1);
}

/* header social links */
/* header Social links */

header .social {
margin: 24px 0;
Expand Down Expand Up @@ -1131,11 +1131,11 @@ call-to-action .button {
}

/* ------------------------------------------------------------------
/* g. Testimonials
/* g. social
/* ------------------------------------------------------------------ */

#testimonials {
background: #1F1F1F url(../images/testimonials-bg.jpg) no-repeat center center;
#social {
background: #1F1F1F url(../images/social.jpg) no-repeat center center;
background-size: cover !important;
-webkit-background-size: cover !important;
background-attachment: fixed;
Expand All @@ -1145,27 +1145,27 @@ call-to-action .button {
overflow: hidden;
}

#testimonials .text-container {
#social .text-container {
padding-top: 96px;
padding-bottom: 66px;
}

#testimonials h1 {
#social h1 {
font: 18px/24px 'opensans-bold', sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
color: #fff;
}

#testimonials h1 span {
#social h1 span {
display: none;
}

#testimonials .header-col {
#social .header-col {
padding-top: 9px;
}

#testimonials .header-col h1:before {
#social .header-col h1:before {
font-family: 'FontAwesome';
content: "\f10d";
padding-right: 10px;
Expand All @@ -1178,39 +1178,39 @@ call-to-action .button {

/* Blockquotes */

#testimonials blockquote {
#social blockquote {
margin: 0 0px 30px 0px;
padding-left: 0;
position: relative;
text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
}

#testimonials blockquote:before {
#social blockquote:before {
content: none;
}

#testimonials blockquote p {
#social blockquote p {
font-family: 'librebaskerville-italic', serif;
padding: 0;
font-size: 24px;
line-height: 48px;
color: #fff
}

#testimonials blockquote cite {
#social blockquote cite {
display: block;
font-size: 12px;
font-style: normal;
line-height: 18px;
color: #fff;
}

#testimonials blockquote cite:before {
#social blockquote cite:before {
content: "\2014 \0020";
}

#testimonials blockquote cite a,
#testimonials blockquote cite a:visited {
#social blockquote cite a,
#social blockquote cite a:visited {
color: #8B9798;
border: none
}
Expand Down
File renamed without changes
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<a class="smoothscroll" href="#portfolio">Works</a>
</li>
<li>
<a class="smoothscroll" href="#testimonials">Social</a>
<a class="smoothscroll" href="#social">Social</a>
</li>
<li>
<a class="smoothscroll" href="#contact">Contact</a>
Expand Down Expand Up @@ -1571,9 +1571,9 @@ <h2>
<!-- Call-To-Action Section End-->


<!-- Testimonials Section
<!-- Social Section
================================================== -->
<section id="testimonials">
<section id="social">

<div class="text-container">

Expand Down Expand Up @@ -1777,7 +1777,7 @@ <h1>
<!-- text-container ends -->

</section>
<!-- Testimonials Section End-->
<!-- social Section End-->


<!-- Contact Section
Expand Down

0 comments on commit 96c6e75

Please sign in to comment.