-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.php
66 lines (64 loc) · 3.34 KB
/
example.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Syllavid</title>
<!--<link rel="icon" type="image/png" href="assets/icon.png">-->
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<?php include_once('navbar.php'); ?>
<section>
<br></br>
<div class="container row">
<div class="col-md-2">
</div>
<div class="col-md-6">
<p style="padding: 0"> Operations Management </p>
<p style="padding: 0"> OPIM 3104 </p>
<p> University of Connecticut </p>
<p> The purpose of this course is to learn conventional techniques for inventory management to efficiently operate a business that imports and exports products. </p>
</div>
</div>
<br></br>
<div class="container">
<table class="table table-bordered">
<tbody>
<tr>
<td>Unit 1: Decision making tools</td>
<td>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/ydvnVw80I_8"></iframe>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/tbv9E9D2BRQ"></iframe>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/NQ-mYn9fPag"></iframe>
</td>
</tr>
<tr>
<td>Unit 2: Forecasting</td>
<td>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Wo5YWXDRXv8"></iframe>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/k_HN0wOKDd0"></iframe>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/DipOB2H6ick"></iframe>
</td>
</tr>
<tr>
<td>Unit 3: Project Management</td>
<td>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/-TDh-5n90vk"></iframe>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/2124ZV4wbQ8"></iframe>
</td>
</tr>
<tr>
<td>Exam Review: Units 1, 2 and 3</td>
<td>Student notes, study guides, price questions</td>
</tr>
</tbody>
</table>
</div>
</section>
</body>
</html>