forked from Nolski/yellr-home
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
96 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,103 +147,13 @@ <h3>Free as in Freedom</h3> | |
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="no-padding" id="media"> | ||
<div class="container-fluid"> | ||
<div class="row no-gutter"> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/1.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/2.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/3.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/4.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/5.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/6.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<aside class="bg-dark"> | ||
<div class="container text-center"> | ||
<div class="call-to-action"> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/8U-E1nh1Hzs" frameborder="0" allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
</section> | ||
</aside> | ||
|
||
<section id="contact"> | ||
<div class="container"> | ||
|
@@ -259,7 +169,7 @@ <h2 class="section-heading">Let's Get In Touch!</h2> | |
</div> | ||
<div class="col-lg-4 text-center"> | ||
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
|