Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #103 from anirudh-kac/index-patch
Browse files Browse the repository at this point in the history
Index patch
  • Loading branch information
notAnkur authored Oct 2, 2019
2 parents e80e775 + 18743b0 commit 0434b2e
Showing 1 changed file with 8 additions and 53 deletions.
61 changes: 8 additions & 53 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,56 +74,7 @@
</div>

<!-- :::END OF Nav -->
<section id="hero-content">
<!-- :::
Slides Should be replaced with any kind of content.
Can include content with no or transparent backrground as well.
Arrows are pretty thick but that's what we get from font awesome free edition
::: -->
<div id="carousel">
<div class="slide">
<div class="container-main-image">
<img src="https://source.unsplash.com/1600x900/?christmas" alt="random unsplash image" />
<div class="overlay"></div>
<div class="centered">
<h1 class="display-1">Welcome to Santafied πŸŽ…</h1>
</div>
</div>
</div>
<div class="slide">
<div class="container-main-image">
<img src="https://source.unsplash.com/1600x900/?christmas gift" alt="random unsplash image" />
<div class="overlay"></div>
<div class="centered">
<h1 class="display-1">Christmas Gifts 🎁</h1>
</div>
</div>
</div>
<div class="slide">
<div class="container-main-image">
<img src="https://source.unsplash.com/1600x900/?christmas" alt="random unsplash image" />
<div class="overlay"></div>
<div class="centered">
<h1 class="display-1">Christmas Movies πŸ“½οΈ</h1>
</div>
</div>
</div>

<div class="slide">
<div class="container-main-image">
<img src="https://source.unsplash.com/1600x900/?christmas food" alt="random unsplash image" />
<div class="overlay"></div>
<div class="centered">
<h1 class="display-1">Christmas Recipies 🍰</h1>
</div>
</div>

<p>slide 4</p>
</div>
</div>
</section>
=======
<section id="hero-content">
<div>
<div id="carousel-indecator" class="carousel slide" data-ride="carousel">
Expand All @@ -149,11 +100,13 @@ <h3>Welcome to Santafied πŸŽ…</h3>
</div>
<!-- Slide Two -->
<div class="carousel-item">

<img
src="https://images.unsplash.com/photo-1450198342040-c32e6d1ef2e4?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80"
alt="" />
<div class="carousel-caption">
<h3>Christmas Gifts 🎁</h3>
<a href="pages/gifts.html"> <h3>Christmas Gifts 🎁</h3></a>

<p>
Pulvinar leo id risus pellentesque vestibulum. Sed diam libero, sodales eget cursus
dolor.
Expand All @@ -166,7 +119,8 @@ <h3>Christmas Gifts 🎁</h3>
src="https://images.unsplash.com/photo-1481223014211-199b3e8f0002?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=1080&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=1920"
alt="" />
<div class="carousel-caption">
<h3>Christmas Movies πŸ“½οΈ</h3>
<a href="pages/movies.html"> <h3>Christmas Movies πŸ“½οΈ</h3></a>

<p>
Pulvinar leo id risus pellentesque vestibulum. Sed diam libero, sodales eget cursus
dolor.
Expand All @@ -179,7 +133,8 @@ <h3>Christmas Movies πŸ“½οΈ</h3>
src="https://images.unsplash.com/photo-1451408446993-f6a39d2e667e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1920&q=80"
alt="" />
<div class="carousel-caption">
<h3>Christmas Recipies 🍰</h3>
<a href="pages/recipes.html"><h3>Christmas Recipies 🍰</h3></a>

<p>
Pulvinar leo id risus pellentesque vestibulum. Sed diam libero, sodales eget cursus
dolor.
Expand Down Expand Up @@ -309,4 +264,4 @@ <h4>Let's stay in touch</h4>
crossorigin="anonymous"></script>
</body>

</html>
</html>

0 comments on commit 0434b2e

Please sign in to comment.