Skip to content

Commit

Permalink
Add New Team And Events
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamdargan committed Sep 14, 2022
1 parent 6d59e33 commit 7df2d04
Show file tree
Hide file tree
Showing 26 changed files with 193 additions and 138 deletions.
Binary file added assets/logos/hacko4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions easter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Team</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" />
<link rel="stylesheet" href="./assets/css/team.css"/>
<link rel="stylesheet" href="./assets/css/about.css"/>
<link rel="stylesheet" href="./assets/css/sponsors.css"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
</head>
<body>
<!-- Our Team -->
<section id="team">

<h2 class="sponsorHeader">
<strong>MEET OUR PRESIDENT :)<span></span></strong>
</h2>
</div>
<div class="teamContainer">
<div class="card" data-tilt>
<div class="content">
<img src="./exbophotos/president.png" class="coreimage" />
<h3>OMISHA GUPTA</h3>
<h4>PRESIDENT :)</h4>
<a href="https://www.linkedin.com/in/omisha-gupta-76a9a7125" target="_blank">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="https://github.com/Omisha016" target="_blank">
<i class="fab fa-github fa-2x"></i>
</a>
</div>
</div>
</div>
<div class="buttonsTeam">
<a href = "team.html">
<button class="teambutton" id="exboBtn">Go Back To Team</button>
</a>
</div>
</section>
<script src="./assets/JS Files/team.js"></script>
<script src="./assets/JS Files/vanilla-tilt.js"></script>
</body>
</html>
Binary file added events/hacko4.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 removed exbophotos/Akshay.jpg
Binary file not shown.
Binary file removed exbophotos/KABIRSETH.jpg
Binary file not shown.
Binary file removed exbophotos/Maulika.jpg
Binary file not shown.
Binary file removed exbophotos/Naman Garg.jpeg
Binary file not shown.
Binary file removed exbophotos/Palkaran.jpg
Binary file not shown.
Binary file removed exbophotos/Rishab.jpg
Binary file not shown.
Binary file removed exbophotos/Shivam Dargan.jpg
Binary file not shown.
Binary file removed exbophotos/Yoshna.jpeg
Binary file not shown.
Binary file removed exbophotos/akshat.jpeg
Binary file not shown.
Binary file removed exbophotos/jatin.jpeg
Binary file not shown.
Binary file removed exbophotos/kritik.jpg
Binary file not shown.
Binary file added exbophotos/president.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 removed exbophotos/satyark.jpeg
Binary file not shown.
Binary file removed exbophotos/shivam.jpg
Binary file not shown.
Binary file added exbophotos/shivam_id3.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 removed exbophotos/shubham.jpeg
Binary file not shown.
Binary file removed exbophotos/snehil.jpg
Binary file not shown.
File renamed without changes
Binary file removed exbophotos/sushi.jpg
Binary file not shown.
Binary file removed exbophotos/tanveeerr.jpg
Binary file not shown.
Binary file removed exbophotos/vaibhav.jpeg
Binary file not shown.
89 changes: 45 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- ------modal------ -->
<script>
<!-- <script>
const link = document.createElement("button");
link.classList.add("swal-button");
link.innerHTML =
Expand All @@ -75,7 +75,7 @@
timer: Infinity
});
}, 1000);
</script>
</script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
Expand Down Expand Up @@ -165,123 +165,123 @@ <h1 class="aboutcard-head">OWASP</h1>
<section id="events">
<div class="container">
<div class="sliderEvents">

<div class="box1 box">
<div class="bg"></div>
<div class="details">
<h5 style="font-size : 5rem;">HACKOWASP 3.0</h5>
<h5 style="font-size : 5rem;">Hackowasp 4.0</h5>
<p style="font-size: 1.3rem;">
A fun 36 hour long hackathon, one of the foremost events of Owasp was organised in online mode
from 26-28 march 2021.The problem statements were based on real world problems which proved to
be a mindbender to complete within the given time limit. Staggering
900+ number of participants with many teams from NIT's and IIT's too took part in the event.
Continuing the legacy forward, the fourth edition of the event, HackOWASP 4.0 gives a chance to all the ingenious developers to subsume
creativity with ambition and give rise to innovation in the burgeoning world of technology.
The event is a 36-hour long hackathon, scheduled from March 11, 2022, to March 13, 2022.
HackOWASP 4.0 stands at a national level on the global scale and strives to motivate students to go beyond the possible.
</p>

</div>

<div class="illustration">
<div class="inner">
<img class="eventsLogo" src="./assets/media/hackowasp logo-12.png">
<img class="eventsLogo" src="./assets/logos/hacko4.png" >
</div>
</div>
</div>


<div class="box2 box">
<div class="bg"></div>
<div class="details">
<h5 style="font-size : 5rem;">CODIGO</h5>
<h5 style="font-size : 5rem;">J.AR.VIS</h5>
<p style="font-size: 1.3rem;">
Codigo was a 4-day event conducted in December 2020. It had 4 subevents to test the
participants’ skills from deciphering to debugging,to dive deeper into the relm of coding and
showing off their marketing skills. With participation of 850+, the event
garnered a lot of appreciation.
J.AR.VIS was a four day long coding event organised by the team of OWASP Thapar Student Chapter.
It was a journey full of experiences, unheard challenges and fun with the subevents dived in the
Universe of Marvel. The three subevents were Jotunheim Battle, a 2 day long CTF event focused on
problem solving, ciphers and encryptions, Arcadium, a trading game to find the best possible
solution of logical and aptitude problems, and Valkyrie's Infamous Sword, a relay coding event.
</p>

</div>

<div class="illustration">
<div class="inner">
<img class="eventsLogo" src="./assets/logos/codigo-logo-white.png">
<img class="eventsLogo" src="./assets/logos/jarvis1.png" >
</div>
</div>
</div>

<div class="box3 box">
<div class="bg"></div>
<div class="details">
<h5 style="font-size : 5rem;">HACKOWASP 2.0</h5>
<h5 style="font-size : 5rem;">HACKOWASP 3.0</h5>
<p style="font-size: 1.3rem;">
24 hour Hackathon conducted on Feb 1, 2020. With theme YOUR FUTURE, OUR VISION it gave students
a platform to come up with innovative ideas to solve simple, practical problems.With over 500
participants from 20+ colleges of the nation, the hackathon was
a huge succes
A fun 36 hour long hackathon, one of the foremost events of Owasp was organised in online mode
from 26-28 march 2021.The problem statements were based on real world problems which proved to
be a mindbender to complete within the given time limit. Staggering
900+ number of participants with many teams from NIT's and IIT's too took part in the event.
</p>

</div>

<div class="illustration">
<div class="inner">
<img class="eventsLogo" src="./assets/logos/logo-hackowasp2.png">
<img class="eventsLogo" src="./assets/media/hackowasp logo-12.png">
</div>
</div>
</div>


<div class="box4 box">
<div class="bg"></div>
<div class="details">
<h5 style="font-size : 5rem;">TECHNITI</h5>
<h5 style="font-size : 5rem;">CODIGO</h5>
<p style="font-size: 1.3rem;">
Techniti is our annual events to inculcate the value of coding in beginners using an activity
they are already familiar with. The event helps the newly arrived first year to compete among
their peers and function out a way to implement their newly developed
coding skill.
Codigo was a 4-day event conducted in December 2020. It had 4 subevents to test the
participants’ skills from deciphering to debugging,to dive deeper into the relm of coding and
showing off their marketing skills. With participation of 850+, the event
garnered a lot of appreciation.
</p>

</div>

<div class="illustration">
<div class="inner">
<img class="eventsLogo" src="./assets/logos/logo-techniti.png">
<img class="eventsLogo" src="./assets/logos/codigo-logo-white.png">
</div>
</div>
</div>

<div class="box5 box">
<div class="bg"></div>
<div class="details">
<h5 style="font-size : 5rem;">CURSED WEEK</h5>
<h5 style="font-size : 5rem;">HACKOWASP 2.0</h5>
<p style="font-size: 1.3rem;">
It was a mini-online coding based event with a blend of fabulous harry potter series conducted
during pandemic to engage a larger audience. It had 150+ participants.
24 hour Hackathon conducted on Feb 1, 2020. With theme YOUR FUTURE, OUR VISION it gave students
a platform to come up with innovative ideas to solve simple, practical problems.With over 500
participants from 20+ colleges of the nation, the hackathon was
a huge succes
</p>

</div>

<div class="illustration">
<div class="inner">
<img class="eventsLogo" src="./assets/logos/cursedlogo-03.png" width="600px">
<img class="eventsLogo" src="./assets/logos/logo-hackowasp2.png">
</div>
</div>
</div>

<div class="box6 box">
<div class="bg"></div>
<div class="details">
<h5 style="font-size : 5rem;">J.Ar.Vis</h5>
<h5 style="font-size : 5rem;">CURSED WEEK</h5>
<p style="font-size: 1.3rem;">
J.Ar.Vis was a four day long coding event organised by the team of OWASP Thapar Student Chapter.
It was a journey full of experiences, unheard challenges and fun with the subevents dived in the
Universe of Marvel. The three subevents were Jotunheim Battle, a 2 day long CTF event focused on
problem solving, ciphers and encryptions, Arcadium, a trading game to find the best possible
solution of logical and aptitude problems, and Valkyrie's Infamous Sword, a relay coding event.
It was a mini-online coding based event with a blend of fabulous harry potter series conducted
during pandemic to engage a larger audience. It had 150+ participants.
</p>
</div>

<div class="illustration">
<div class="inner">
<img class="eventsLogo" src="./assets/logos/jarvis1.png" >
<img class="eventsLogo" src="./assets/logos/cursedlogo-03.png" width="600px">
</div>
</div>
</div>


</div>

Expand All @@ -298,6 +298,7 @@ <h5 style="font-size : 5rem;">J.Ar.Vis</h5>
<div class="box4">4</div>
<div class="box5">5</div>
<div class="box6">6</div>

</div>
</div>
</section>
Expand Down Expand Up @@ -461,14 +462,14 @@ <h1 class="section__headline">FAQs</h1>
<div class="contact-right-elements">
<div class="row">
<div class="col-lg-1">
<a href="tel:+918968689029">
<a href="tel:+919674603907">
<i class="fas fa-phone-alt"></i>
</a>
</div>
<div class="col-lg-11">
<a href="tel:+918968689029">
<a href="tel:+919674603907">
<p class="p_2">
Kritik Ajmani +91 8968689029
Prajit Sengupta +91 9674603907
</p>
</a>
</div>
Expand Down
Loading

0 comments on commit 7df2d04

Please sign in to comment.