-
Notifications
You must be signed in to change notification settings - Fork 1
/
hazard.html
52 lines (44 loc) · 1.49 KB
/
hazard.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<header>
<img src="img/logo.png" width="35">
<span>Boddie Noell Orientation Videos</span>
</header>
<main>
<div class="video_container">
<iframe src="https://player.vimeo.com/video/364856199" width="640" height="360" frameborder="0" allow="autoplay" ></iframe>
</div>
<div class="play_next">
<a href="#">
Play Next <img src="img/play-next.png" width="30px">
</a>
</div>
<div class="video_menu">
<ul>
<li><a href="play_all.html">Play All</a></li>
<li><a href="safety.html">Safety</a></li>
<li><a href="orientation.html">Orientation</a></li>
<li class="selected"><a href="hazard.html">Hazard Communication</a></li>
<li><a href="lossprevention.html"> Loss Prevention</a></li>
<li><a href="disease.html"> Communicable Disease Safety </a></li>
<li><a href="covid.html"> COVID-19 Takeout Precautions</a></li>
</ul>
</div>
</main>
<footer>
</footer>
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
</body>
</html>