-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (77 loc) · 3.26 KB
/
index.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
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<title>Home - 15th MEU (SOC) Realism Unit</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="StyleSheet.css" />
<link rel="icon" href="images/15thlogo-flavicon_32x32.png" type="image/png" sizes="32x32">
<!-- <script>
setTimeout(function () {
window.location.reload(1);
},5000);
</script> -->
</head>
<body>
<header class="SiteHeader">
<img id="headerLogo15th" src="images/15thwebsitelogo.png" alt="logo15th">
<img id="headerLogoAlt15th" src="images/15thMeuBanner.png" alt="logo">
<div class="headerText">
<h1>15TH MARINE EXPEDITIONARY UNIT (SOC)</h1>
<h2>ArmA 3 Realism Unit</h2>
</div>
</header>
<div class="page-wrap">
<div class="fullscreen-overlay">
<div class="menu" >
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="joinus.html">JOIN US</a></li>
<li><a href="sop.html">SOP</a></li>
<li><a href="organization.html">ORGANIZATION</a></li>
<li><a href="calendar.html">CALENDAR</a></li>
<li><a href="http://www.15thmeu.net/forums">FORUMS</a></li>
</ul>
</div>
<div>
<div >
<video loop muted autoplay poster="img/videoframe.jpg" class="fullscreen-bg-video">
<source src="homepagevideo_1.mp4" type="video/mp4">
</video>
</div>
<div class=HomePageJoinDiv>
<h2>Setting the Standard of Excellence Since 2007</h2>
<a class="JOIN_BUTTON" href="joinus.html">Join The Action</a>
</div>
<div class="homeLogosDiv">
<table style="margin:auto;">
<tr>
<td style="padding:10px;">
<a href="https://www.armahosts.com/members/aff.php?aff=6" target="_blank"><img class="homeCircle" src="images/armaHostsLogo.png" ></a>
<p>ArmaHost</p>
</td>
<td style="padding:10px;">
<a href="https://www.youtube.com/channel/UCtYnznPJmBWLhtWL3FBhGxg" target="_blank"><img class="homeCircle" src="images/youtubeLogo.jpg"></a>
<p>YouTube</p>
</td>
<td style="padding:10px;">
<a href="http://15thmeu.net/forums/index.php?topic=515.0" target="_blank"><img class="homeCircle" src="images/teamspeakLogo.png"></a>
<p>TeamSpeak</p>
</td>
<td style="padding:10px;">
<a href="https://units.arma3.com/unit/15thmeu"target="_blank"><img class="homeCircle" src="images/ArmaUnitsLogo.png"></a>
<p>15th Arma Units</p>
</td>
</tr>
</table>
</div>
</div>
<footer>
<div class="footer">
<p style="text-align: center;">Copyright © 2007-2015, 15th MEU (SOC) Realism Unit. All Rights Reserved. </p>
</div>
</footer>
</div>
</div>
</body>
</html>