Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ img {

.about-carousel .slide-item .image-box img {
display: block;
max-width: 100%;
max-width: 570px;
height: auto;
border-radius: 15px;
}
Expand Down
31 changes: 31 additions & 0 deletions images/amp-logo.svg
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/clients/amp-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/resource/about-img-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1,859 changes: 944 additions & 915 deletions index.html

Large diffs are not rendered by default.

24 changes: 17 additions & 7 deletions speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,9 @@ <h4 class="session-name">
</div>
</section>
<!--End Speakers Section -->
<!-- Sponsor Section -->


<!-- Sponsor Section -->
<section class="sponsor-section">
<span class="float-text">Our Sponsor</span>
<div class="auto-container">
Expand All @@ -471,6 +473,17 @@ <h2>Our Sponsors</h2>
</div>

<div class="sponsors-area">
<div class="client-logo">
<figure class="image">
<a href="https://amp.dev" target="_blank"><img src="images/clients/amp-logo.png" alt=""></a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://cloudinary.com" target="_blank"><img
src="images/clients/cloudinary.png" alt=""></a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://gatsbsjs.org" target="_blank"><img src="images/clients/gatsby.png"
Expand All @@ -496,12 +509,7 @@ <h2>Our Sponsors</h2>
alt=""></a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://vanhack.com" target="_blank"><img src="images/clients/vanhack.png"
alt=""></a>
</figure>
</div>

<div class="client-logo">
<figure class="image">
<a href="https://thinkster.io" target="_blank"><img src="images/clients/thinkster.png"
Expand All @@ -517,6 +525,8 @@ <h2>Our Sponsors</h2>
</div>
</section>
<!--End Sponsor Section -->


<!-- Main Footer -->
<div class="main-footer style-two">
<div class="anim-icons">
Expand Down