-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
54 lines (42 loc) · 1.68 KB
/
header.php
File metadata and controls
54 lines (42 loc) · 1.68 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Alumini Relation Cell</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<?php wp_head(); ?>
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<h1><a href="#main">A<span>R</span>C</a></h1>
<!-- <a href="#intro" class="scrollto"><img src="alumni final.png" alt="" title=""></a> -->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#activities">Activities</a></li>
<!-- <li><a href="#schedule">Alumini Meet</a></li> -->
<li><a href="#contributions">Contributions</a></li>
<li><a href="#arc-form">Form</a></li>
<li><a href="#speakers">Team</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
<section class="notification mx-auto">
<div class="content mx-auto">
<p><a href="https://goo.gl/forms/b4TzxJjEgTj0TLoC3" target="_blank">Data Collection for Accreditation - Click Here<a></a>
</div>
</section>
</header><!-- #header -->