-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHeader.html
More file actions
43 lines (37 loc) · 1.24 KB
/
Copy pathHeader.html
File metadata and controls
43 lines (37 loc) · 1.24 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
<head>
<meta http-equiv="X-Frame-Options" content="deny">
</head>
<style>
.members{
background-color:#559BDB;
border-color: transparent;
color:white;
margin-top: 85px!important;
/*margin-right: 7%;
float:right;*/
font-size:20pt;
margin-left: 805px;
box-shadow: 0px 0px 4px blue;
position: absolute;
}
.members:hover{
box-shadow: 0px 0px 6px blue;
}
#mobileMenu{
display: none;
}
</style>
<!--width="22%"-->
<a href="index.php"><img id="logoImage" height="139" style="margin-left:2%; margin-top:0.5%;min-width: 213px;" src="images/Logo.png"/></a>
<a href="Signup.php"><input type="button" class="members" value="Members"></a>
<a href="Signup.php" style="margin-left: 14%;"><img id="mobileMenu" src="images/menu_button.png" height="50px" /></a>
<!--Google Analytics code-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83320721-1', 'auto');
ga('send', 'pageview');
</script>
<!--Ends Here-->