-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapply.html
88 lines (80 loc) · 4.4 KB
/
apply.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
<!doctype html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="assets/logo.png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/apply.css">
<title>IIIT-BH MUN</title>
</head>
<body>
<nav class="navbar navbar-expand-lg sticky-top navbar-light bg-dark">
<a class="navbar-brand" href="index.html" style="color:white; margin-left: 10%; font-size: 25px;" ><img class="img-responsive2"
src="assets/logo.png" height="40px" width="50px"><b>IIIT-BH MUN</b>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0" style="margin-left: 60%;">
<li class="nav-item active">
<a class="nav-link" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='white'" href="index.html" style="color:white; padding-right: 25px;" >HOME <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:white; padding-right: 25px;" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='white'" href="apply.html">APPLY</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:white; padding-right: 25px;" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='white'" href="team.html">TEAM</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:white; padding-right: 25px;" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='white'" href="index.html#contact">CONTACT</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="pulse-btn">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSemYDwDJWUkRgs1wZ1D_LNLlF74TmnvdxWCLVEQMLF8n5vHrA/alreadyresponded?c=0&w=1" class="btn btn-primary" target="_blank" > APPLY </a>
</div>
</div>
</div>
<div class="container">
<div class="pulse-btn">
<a href="https://drive.google.com/file/d/1375A43n6vu6JTlVawdMsnfc80m-sBiFe/view?usp=sharing" class="btn btn-warning" target="_blank" > PAY HERE </a>
</div>
</div>
</div>
<div class="container">
<div class="box">
<div class="info">
<h4 class="text-center">PLEASE NOTE</h4>
<p>We wish that all participants have a great experience and to accomplish that you are required to go through the documents in the link provided below.</p>
<p>The document linked below contains all the necessary information that one requires <b>(including the fees and the Country Matrices).</b> </p>
<div class="pulse-btn">
<a href="https://drive.google.com/open?id=1Ug_mU9lXXGpcqz-8FOyCk8o58il_Acq1" class="btn btn-success" target="_blank" > Documents </a>
</div>
</div>
</div>
</div>
<div id="sub-floor">
<div class="container">
<div class="row">
<div class="col-md-4 copyright">
IIIT-BH MUN © 2018
</div>
<div class="col-md-4 col-md-offset-4 attribution">
Developed by <a href="https://github.com/debck/">@debck</a> and <a href="https://github.com/suicide11/">@suicide11</a>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>