Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zayed-Mohammed-Uddin committed Aug 28, 2021
1 parent 722bf06 commit 3be9fae
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 10 deletions.
Binary file added Images/Logos/Adobe-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/Behance-Logo.wine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/Electronic_Arts-Logo-PNG7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/Facebook-Logo-PNG5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/Google-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/Pinterest-Logo-PNG10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/WhatsApp-Logo-PNG11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/YouTube-Logo-PNG7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/twitterlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 75 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="author" content="Zayed Mohammed Uddin">
<title>Axon - The Annual Conference</title>
<!-- LOGO -->
<link rel="shortcut icon" href="./Images/Logos/AXON.png" type="image/x-icon">
<link rel="shortcut icon" href="./Images/Logos/star.png" type="image/x-icon">

<!-- BOOTSTRAP CSS -->

Expand Down Expand Up @@ -3219,14 +3219,50 @@ <h1 class="mb-5">Sign Up</h1>
<!-- SECTION - 6 END -->

<!-- SECTION - 7 START -->
<section class="sponsors container-fluid position-relative d-flex align-items-center justify-content-center"
<section class="sponsors container-fluid mb-5 position-relative d-flex align-items-center justify-content-center"
id="sponsors">
<div class="container">
<div class="row">
<div class="sponsors-heading wow animated fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">
<h1 class="text-center mb-5">OUR SPONSORS</h1>
<p class="text-center mb-5">Lorem ipsum dolor sit amet, alia honestatis an qui, ne soluta nemore
eripuit sed. Falli exerci aperiam ut his, prompta feugiat usu minimum delicata.</p>
<div class="col-md-12">
<div class="sponsors-heading wow animated fadeInRight mt-5" data-wow-duration="1s" data-wow-delay="0.5s">
<h1 class="text-center mb-5">OUR SPONSORS</h1>
<p class="text-center mb-5">Lorem ipsum dolor sit amet, alia honestatis an qui, ne soluta nemore
eripuit sed. Falli exerci aperiam ut his, prompta feugiat usu minimum delicata.</p>
</div>
</div>
<div class="col-md-12">
<div class="owl-carousel owl-theme">
<div class="col-md-12">
<center>
<img style="width:200px;" src="./Images/Logos/twitterlogo.png" alt="twitter">
</center>
</div>
<div class="col-md-12">
<center>
<img style="width:200px;" src="./Images/Logos/Adobe-Logo.png" alt="adobe">
</center>
</div>
<div class="col-md-12">
<center>
<img style="width:200px;" src="./Images/Logos/Google-Logo.png" alt="google">
</center>
</div>
<div class="col-md-12">
<center>
<img style="width:200px;" src="./Images/Logos/Facebook-Logo-PNG5.png" alt="fb">
</center>
</div>
<div class="col-md-12">
<center>
<img style="width:200px;" src="./Images/Logos/Electronic_Arts-Logo-PNG7.png" alt="ea">
</center>
</div>
<div class="col-md-12">
<center>
<img style="width:200px;" src="./Images/Logos/YouTube-Logo-PNG7.png" alt="yt">
</center>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -3312,6 +3348,39 @@ <h5>Email</h5>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="social-media w-100 text-center mb-5">
<!-- Facebook -->
<a class="btn btn-primary btn-floating me-2" data-mdb-ripple-color="dark"
style="background-color: #3b5998;" href="#!" role="button"><i
class="fab fa-facebook-f"></i></a>

<!-- Twitter -->
<a class="btn btn-primary btn-floating me-2" data-mdb-ripple-color="dark"
style="background-color: #55acee;" href="#!" role="button"><i
class="fab fa-twitter"></i></a>

<!-- Google -->
<a class="btn btn-primary btn-floating me-2" data-mdb-ripple-color="dark"
style="background-color: #dd4b39;" href="#!" role="button"><i class="fab fa-google"></i></a>
<!-- Instagram -->
<a class="btn btn-primary btn-floating me-2" data-mdb-ripple-color="dark"
style="background-color: #ac2bac;" href="#!" role="button"><i
class="fab fa-instagram"></i></a>

<!-- Linkedin -->
<a class="btn btn-primary btn-floating me-2" data-mdb-ripple-color="dark"
style="background-color: #0082ca;" href="#!" role="button"><i
class="fab fa-linkedin-in"></i></a>

<!-- Pinterest -->
<a class="btn btn-primary btn-floating me-2" data-mdb-ripple-color="dark"
style="background-color: #c61118;" href="#!" role="button"><i
class="fab fa-pinterest"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="get-direction mb-5 wow animated fadeInLeft" data-wow-duration="1s"
Expand Down
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1003,11 +1003,13 @@ header {
.md-content>div {
font-size: 0.9em !important;
}
.custom-md-content>div{
padding:0;
padding-top:15px;

.custom-md-content>div {
padding: 0;
padding-top: 15px;
padding-bottom: 30px;
}

.social-media a {
margin-right: 0.4em;
margin-bottom: 1em;
Expand Down Expand Up @@ -1285,7 +1287,6 @@ header {
left: 44.8%;
background: var(--primaryHoverColor);
}

/* SECTION - 7 MEDIA QUERY START */
@media only screen and (min-width:280px) and (max-width:991px) {
@media screen and (min-width:280px) and (max-width:280px) {}
Expand Down

0 comments on commit 3be9fae

Please sign in to comment.