Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fadeIn effect #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>
</header>


<div class="PAGE">
<section class="home_banner_area">
<div class="banner_inner">
<div class="container">
Expand Down Expand Up @@ -110,8 +110,9 @@ <h2>Allow Us to<br>
<p>
We Love solving problems, designing and building full stack applications, making cloud architectures and leveraging the use of the latest technologies to make impactful products.


</p>
<a class="primary_btn" href="mailto:[email protected]"><span>Write to Us!</span></a>

</div>
</div>

Expand Down Expand Up @@ -273,6 +274,7 @@ <h4>Reach Out to Us</h4>
<!-- </div> -->
</div>
</footer>
</div>

<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="static/assets/js/jquery-3.2.1.min.js"></script>
Expand Down