-
Notifications
You must be signed in to change notification settings - Fork 0
/
bgmanage.html
62 lines (57 loc) · 2 KB
/
bgmanage.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
<html>
<head>
<title>MANAGERIAL EVENT</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" type="text/css" href="css/bg.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./css/navbar.css">
</head>
<body>
<div class="frame_div">
<iframe class="frame" src="https://soulwire.github.io/TensorField/" frameBorder="0"></iframe>
</div>
<div class="main">
<section class="navigation">
<div class="nav-container">
<div class="brand">
<a id="nav-text" href="./index.html"><img src="./images/logo_wt.png" alt="Logo"></a>
<a id="nav-text1" href="./index.html"><img src="./images/text_logo.png" alt="Logo Text"></a>
</div>
<nav>
<div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
<ul class="nav-list">
<li >
<a href="https://forms.gle/33ygj27TxSMudwzX6">Register-Indian</a>
</li>
<li >
<a href="https://forms.gle/m1iYKU7SNGWEY5oG6">Register-Foreign</a>
</li>
<li>
<a href="./index.html">Home</a>
</li>
</ul>
</nav>
</div>
</section>
<div>
<iframe class="frame_event" src="./Events/managerial-events.html" frameBorder="0"></iframe>
</div>
</div>
<footer class="footer">
<div id="button"></div>
<div id="container">
<div id="cont">
<div class="footer_center">
<center>
<iframe src="footer.html" height="300px" width="100%" frameborder="0"></iframe>
</center>
</div>
</div>
</div>
</footer>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="./js/navbar.js"></script>
</body>
</html>