forked from sofwerx/sofwerx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (30 loc) · 1.82 KB
/
index.html
File metadata and controls
38 lines (30 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<title>SOFWERX on GitHub sup dog</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- This line of code is in place so that the social media icons at the bottom display properly. -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- likely can change file source for logo -->
<h1>
<a href="https://sofwerx.org" target="_blank">
<img src="http://aroark.myweb.usf.edu/Sofwerx.png" alt="SOFWERX LOGO">
</a>
</h1>
<!-- Ideally this would be a slideshow with some stuff TBD -->
<video loop="loop" autoplay="" playsinline="" muted="" width="" height="" id="mejs_26078911994038356_html5" preload="none" src="https://www.teamwerx.org/wp-content/uploads/2018/03/International-Special-Operations-Forces-conduct-a-capabilities-demonstration.mp4" style="margin: 0px; width: 100%; height: au;">
<source type="video/mp4" src="https://www.teamwerx.org/wp-content/uploads/2018/03/International-Special-Operations-Forces-conduct-a-capabilities-demonstration.mp4">
<source type="video/webm" src="https://www.teamwerx.org/wp-content/uploads/2018/03/International-Special-Operations-Forces-conduct-a-capabilities-demonstration.webm">
</video>
<p>This is a paragraph.</p>
<!-- Once again, may remove image or at least image source --> <!-- Also, maybe add google font text "contact" as well -->
<a href="https://github.com/sofwerx">
<img src="http://aroark.myweb.usf.edu/anchor_sofwerx.png" alt="SOFWERX GitHub Link" height=75 width=75>
</a><!-- probably should remove height & weight? -->
<!-- Possible Social Media Icons around here?? -->
<script src="src/index.js"></script>
</body>
</html>