forked from OWASP-STUDENT-CHAPTER/Main-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
easter.html
50 lines (49 loc) · 2.62 KB
/
easter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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" /> l̥
<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>