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
7 changes: 4 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
background-color: #0a192f;
overflow-x: hidden;
}

body:after {
Expand Down Expand Up @@ -1382,7 +1383,7 @@ hr {
/*team card stying*/
/*@media (min-width: 800px) and (max-width: 1200px){



.card.hovercard .info .title h5 {
margin-top: -30px;
Expand Down Expand Up @@ -1420,7 +1421,7 @@ hr {
font-size: 16px;
margin: 0;
}


}*/

Expand Down Expand Up @@ -3556,5 +3557,5 @@ hr {
/* End My Tabs Area css
============================================================================================ */

/*end
/*end
*/
17 changes: 10 additions & 7 deletions hackfest.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,16 @@ <h2>About DSC</h2>
<header class="section-header">
<h2 >Our Sponsors</h2>
<br>
<div class="offset-4">
<a href="https://www.edualgoacademy.com/"><img src="images/assets/clients/edualgo.jpg" height="200" width="200" ></a>

<div class="d-flex justify-content-center">
<img src="images/assets/clients/edualgo.jpg" height="200" width="200" >
</div>
</header>
<div class="d-flex justify-content-center col-lg-2 offset-lg-5 col-xs-4 offset-xs-3">

<a class="hero-button" href="mailto:dscggvofficial@gmail.com" rel="noopener" target="_blank"><i
class="fab fa-meetup"></i> &nbsp; Sponsor Us</a>
<a class="hero-button" href="mailto:dscggvofficial@gmail.com" rel="noopener" target="_blank"><i
class="fab fa-meetup" ></i> Sponsor Us</a>
</div>

</div>
</div>
Expand Down Expand Up @@ -292,7 +295,7 @@ <h2>TIMELINE</h2>
</div>
<div class="timeline__event__content">
<div class="timeline__event__title">
AL/ML
AI/ML
</div>
<div class="timeline__event__description">
<p>Learn artificial intelligence/machine learning and sync it with your project to get a unique combination. Basically, we are giving you all possible tools. Now it's your creativity, which one and how many to use.
Expand Down Expand Up @@ -372,10 +375,10 @@ <h2>BECOME A MENTOR</h2>



<div class="offset-1 col-md-6" >
<div class="d-flex justify-content-center col-lg-3 offset-lg-4 col-xs-4 offset-xs-3" >
<br>
<a class="hero-button" href="https://forms.gle/VsP38fU7P23D7RDM6" rel="noopener" target="_blank"><i
class="fab fa-meetup"></i> &nbsp; Join Now</a>
class="fab fa-meetup"></i> Join Now</a>
</div>

</div>
Expand Down