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

Revert "SAVe-2019 updates" #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 2 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@
padding: 130px 0px 100px;
}

@media (min-width: 992px)
{.my_class {
height: 420px;
}
}




.project-wrap{
Expand Down
Binary file removed img/Logos/solidWorks.png
Binary file not shown.
Binary file removed img/Team/Modals/SAVe2019_01.jpg
Binary file not shown.
Binary file removed img/Team/Modals/SAVe2019_03.jpg
Binary file not shown.
Binary file removed img/Team/SAVe2019_01.jpg
Binary file not shown.
Binary file removed img/Team/SAVe2019_02.jpg
Binary file not shown.
Binary file removed img/Team/SAVe2019_03.jpg
Binary file not shown.
56 changes: 3 additions & 53 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,9 @@ <h2>Tiburon 1.0</h2>
</section>
<section id="achievements" class="projects-section bg-light" style="margin-top:-16%">
<h2 class="text-black-50 text-center mt-0 head1 mb-4">Achievements</h2>

<!-- Project One Row -->
<div class="container">
<div class="row justify-content-center no-gutters mb-5 mb-lg-0 my_class">
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<img class="img-fluid project-height" src="img/Team/Team-SAUVC.jpg" alt="">
</div>
Expand All @@ -348,7 +347,7 @@ <h5 class="text-white">First Runner's up at SAUVC 2018</h5>
</div>

<!-- Project Two Row -->
<div class="row justify-content-center no-gutters my_class">
<div class="row justify-content-center no-gutters">
<div class="col-lg-6">
<img class="img-fluid project-height" src="img/Team/Team-SAVe.jpeg" alt="">
</div>
Expand All @@ -365,24 +364,6 @@ <h5 class="text-white">Second Runner's up at SAVe 2017</h5>
</div>
</div>

<!-- Project Three Row -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0 my_class">
<div class="col-lg-6">
<img class="img-fluid project-height" src="img/Team/SAVe2019_02.jpg" alt="">
</div>
<div class="col-lg-6">
<div class="bg-black project project-height">
<div class="d-flex project-height">
<div class="project-text text-lg-left text-center my-auto project-pad-top">
<h5 class="text-white">Joint Winner with IIT Bombay at SAVe 2019</h5>
<p class="mb-0 text-white-50 my-auto">Organised by NIOT, Chennai and IEEE-OES</p>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>

</div>

</section>
Expand Down Expand Up @@ -482,42 +463,14 @@ <h2 class="text-black-50 text-center mt-0 head1 mb-4">Gallery</h2>
</div>
</div>
</div>

<div class="item photos" data-id=".photos">
<div class="mb-3 pics modal-hover">
<img class="img-fluid" data-toggle="modal" data-target=".modal7" src="img/Team/SAVe2019_03.jpg" alt="Card image cap">
</div>
</div>

<div class="modal fade modal7" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<img src="img/Team/Modals/SAVe2019_03.jpg">
</div>
</div>
</div>

<div class="item photos" data-id=".photos">
<div class="mb-3 pics modal-hover">
<img class="img-fluid" data-toggle="modal" data-target=".modal8" src="img/Team/SAVe2019_01.jpg" alt="Card image cap">
</div>
</div>

<div class="modal fade modal8" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<img src="img/Team/Modals/SAVe2019_01.jpg">
</div>
</div>
</div>
<div id="report" class="alert alert-info">Control not clicked</div>

</div>
</div>

</section>
<section id="sponsors" class="bg-light text-center">
<h2 class="text-black-50 mt-0 head1 mb-4" style="padding-top:5%;">Our Previous Sponsors</h2>
<h2 class="text-black-50 mt-0 head1 mb-4" style="padding-top:5%;">Sponsors</h2>
<div class="container pb-4 ml-4 mx-auto row">
<div class="col-md-2 col-sm-4 col-xs-6 mx-auto my-auto">
<img src="img/Logos/OpenROV.png" style="width:80%;padding-bottom:4%" alt="OpenROV">
Expand All @@ -534,9 +487,6 @@ <h2 class="text-black-50 mt-0 head1 mb-4" style="padding-top:5%;">Our Previous S
<div class="col-md-2 col-sm-4 col-xs-6 mx-auto my-auto">
<img src="img/Logos/NITRAA.jpg" style="width:80%;padding-bottom:4%" alt="NITRAA">
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mx-auto my-auto">
<img src="img/Logos/solidWorks.png" style="width:80%;padding-bottom:4%" alt="SolidWorks">
</div>
</div>
</section>

Expand Down