-
Notifications
You must be signed in to change notification settings - Fork 20
/
team2.html
154 lines (148 loc) · 7.84 KB
/
team2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta name=”robots” content=”noindex,nofollow”>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<title>SEDS-VITAP</title>
<script src="jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="icon" href="images/logo (2).png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
<style>
button,
input[type="submit"],
input[type="reset"] {
background: none;
width: 100%;
color: inherit;
border: inherit;
padding: inherit;
font: inherit;
cursor: pointer;
outline: inherit
}
button {
width: fit-content
}
</style>
</head>
<script>
$(window).load(function() {
$(".se-pre-con").fadeOut("slow");;
});
</script>
<body> <video src="images/backvideo.mp4" autoplay loop playsinline muted preload></video>
<div class="container-fluid" id="home">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bg-dark" style="padding-top: 0;padding-bottom: 0;">
<div class="d-flex w-50 order-0"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<a class="navbar-brand" href="index.html"> <img src="images/logo (1).png" height="70px" alt="" style="border-radius: 25px;"> </a>
</div>
<div class="collapse navbar-collapse justify-content-center order-2" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item"> <a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"> <a class="nav-link" href="index.html#homw">About Us</a></li>
<li class="nav-item"> <a class="nav-link" href="events.html">Events</a></li>
<li class="nav-item active" id="scteam"> <a class="nav-link" href="#">Team</a></li>
<li class="nav-item "> <a class="nav-link" href="gallery.html">Gallery</a></li>
</ul>
</div> <span class="navbar-text small mt-1 w-50 text-right order-1 order-md-last d-none d-sm-none d-md-none d-lg-block">
<a target="_blank" href="https://twitter.com/seds_vitap?s=09" class="responsivecard fa fa-twitter"
style="color: white;"></a> <a target="_blank" href="mailto:space.club@vitap.ac.in"
class="responsivecard fa fa-google" style="color: white;"></a><a target="_blank"
href="https://www.linkedin.com/company/seds-vit-ap" class="responsivecard fa fa-linkedin"
style="color: white;"></a> <a target="_blank"
href="https://instagram.com/seds_vitap?igshid=1h9vn3uz4wxla" class="responsivecard fa fa-instagram"
style="color: white;"></a> </span>
</nav>
</div>
<section id="Team_HEAD" style="margin-top:70px;">
<div class="sp-container">
<div class="sp-content">
<div class="sp-globe"></div>
<h2 class="frame-1">Students for the Exploration and Development of Space</h2>
<h2 class="frame-2">VIT-AP</h2>
<h2 class="frame-3">Team</h2>
<h2 class="frame-4">2023-24 !!</h2>
<h2 class="frame-5"> <span>SEDS</span> <span>Team</span> <span>2023-24!!</span></h2>
</div>
</div>
</section>
<script>
// function core() {
// document.getElementById("placeholder").innerHTML = '<iframe id="idIframe" onload="iframeLoaded()" scrolling="no" src="coreteam.html" height="100%" width="100%" style="border:none"></iframe>';
// }
function project() {
document.getElementById("placeholder").innerHTML = '<iframe id="idIframe" onload="iframeLoaded()" scrolling="no" src="projectteam.html" height="100%" width="100%" style="border:none"></iframe>';
}
function outreach() {
document.getElementById("placeholder").innerHTML = '<iframe id="idIframe" onload="iframeLoaded()" scrolling="no" src="outteam.html" height="100%" width="100%" style="border:none"></iframe>';
}
</script>
<div class="container row" id="btncontainer" style="margin: 0 auto;background-color: rgba(0, 0, 0, 0.685);min-width: 100%;padding-bottom: 15px;margin-bottom: 10px;">
<a href="team.html">
<button class="col-4" onclick="" style="padding-top: 0;">
<div class="box" style="border-radius: 30px;margin-right: 15px;"> <span style="border-radius: 30px;"></span>
<div class="content">
<h2> Core Team</h2>
</div>
</div>
</button>
</a>
<style>
@media(min-width:560px) {
#btncontainer button {
max-width: 420px
}
}
</style><button class="col-4" onclick="return(project())" style="padding-top: 0;">
<!-- <div class="box" style="border-radius: 30px;margin-left:15px ;margin-right: 15px;"> <span
style="border-radius: 30px;"></span>
<div class="content" style="border-radius: 30px;">
<h2> Project team</h2>
</div>
</div>
-->
</button> <button class="col-4" onclick="return(outreach())" style="padding-top: 0;">
<div class="box" style="border-radius: 30px;margin-left: 15px;"> <span style="border-radius: 30px;"></span>
<div class="content" style="border-radius: 30px;">
<h2> Outreach team</h2>
</div>
</div>
</button>
</div>
<div id="coreanchor"></div>
<script type="text/javascript">
function iframeLoaded() {
var iFrameID = document.getElementById('idIframe');
if (iFrameID) {
iFrameID.height = "";
iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + "px";
}
}
</script>
<div id="placeholder" style="z-index: 1;position: relative;min-height: 800px;"> <iframe id="idIframe" onload="iframeLoaded()" src="outteam.html" scrolling="no" height="100%" width="100%" style="border:none"></iframe></div>
<div class="new_footer_top" style="background-color: white;">
<footer style="display: block;">
<div class="footer">
<div class="row_foot_3">
<p>CONNECT WITH US</p>
</div>
<div class="row_foot"> <a target="_blank" href="https://www.linkedin.com/company/seds-vit-ap"><i
class="fa fa-linkedin-in"></i></a> <a target="_blank" href="https://instagram.com/seds_vitap?igshid=1h9vn3uz4wxla"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="mailto:space.club@vitap.ac.in"><i class="fa fa-envelope"></i></a><a target="_blank" href="https://twitter.com/seds_vitap?s=09"><i class="fa fa-twitter"></i></a>
</div>
<div class="row_foot_1">
<p>VIT-AP University, Inavolu, Beside AP Secretariat Amaravati, Andhra Pradesh 522237, India</p>
</div>
<div class="row_foot_2">
<p>Copyright © SEDS VIT-AP 2024 All rights reserved. Designed By: SEDS AURORA TECHNICAL TEAM</p>
</div>
</div>
</footer>
</div>
</body>
<div class="se-pre-con"></div>
</html>