-
Notifications
You must be signed in to change notification settings - Fork 0
/
Advisory.html
59 lines (56 loc) · 2.74 KB
/
Advisory.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/globalstyle.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="stylesheet" href="styles/contact.css">
<script src="https://kit.fontawesome.com/5f5bb1c58f.js" crossorigin="anonymous"></script>
<script src="global.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Notes Section</title>
<meta name="title" content="SOES | Contact">
<meta name="description" content="SOES is Engineering Society Club Of Far Western University.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://pradipbhatt.github.io/School-of-Engineering-SOES-Website/">
<meta property="og:title" content="SOES |SOES is Engineering Society Club Of Far Western University Home">
<meta property="og:description" content=".">
<meta property="og:image" content="./logo/highreslogo.webp">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://pradipbhatt.github.io/School-of-Engineering-SOES-Website/">
<meta property="twitter:title" content="SOES SOES is Engineering Society Club Of Far Western University| Home">
<meta property="twitter:description" content=".">
<meta property="twitter:image" content="./logo/highreslogo.webp">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
</head>
<body>
<div style="position:fixed; left:0%; top:0%;z-index: 2;">
<nav role="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<li><a class="other-page" href="index.html">home.</a></li>
<li><a class="other-page" href="about.html">about.</a></li>
<!-- <li><a class="other-page" href="resumepage.html">resume.</a></li> -->
<li><a class="other-page" href="#">projects.</a></li>
<li><a id="current-page">contact.</a></li>
</ul>
</div>
</nav>
</div>
<a href="index.html"><img id="logo" alt="Personal Logo" src="images/logo1.jpeg"></a>
<div class="welcome"><span id="welcome">Advisory Team</span></div>
<hr id="underline">
<h3>Advisory HOD</h3>
<script>
setWidth("underline", getWidth("welcome"));
</script>
</body>
</html>