-
Notifications
You must be signed in to change notification settings - Fork 1
/
standard-game.html
49 lines (46 loc) · 2.64 KB
/
standard-game.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
<!DOCTYPE HTML>
<html lang="da" class="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="The Liner Shipping Game ">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Linergame Standard</title>
<link type="text/css" rel="stylesheet" href="styles/fonts.css" media="screen">
<link href="styles/material.cyan-deep_orange.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles/custom.css" type="text/css" media="screen">
</head>
<body class="full-bg standard-bg">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<script src="js/addheader.js"></script>
<script>addHeader();</script>
<main class="mdl-layout__content">
<div id="content">
<h1>Linergame Standard</h1>
<div class="mdl-cell mdl-cell--8-col">
<p>A 1-day interactive training course aimed specifically at new employees in the liner shipping industry. In addition to the hands-on training provided through the game, the session also includes a training session on the fundamental drivers and dynamics of modern liner shipping.</p>
<p>Ideal for: New employees in container lines, ocean freight forwarders, container ports and terminals as well as ocean supply chain managers with importers and exporters. Also well suited for suppliers to the container shipping industry with a need to understand the fundamental drivers and challenges.</p>
</div>
<div class="mdl-cell mdl-cell--4-col game-quote">
<blockquote class="subtle-quote">
I learned a lot from playing the liner shipping game and I learned it fast. It helps you understand the complexities of coordinating between countries and ports and between key personnel groups.
</blockquote>
<cite class="subtle-quote">- Chris Ellegaard, Professor, Aarhus University</cite>
</div>
</div>
</main>
</div>
<script src="js/material.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/addfooter.js"></script>
<script src="js/addproductcards.js"></script>
<script src="js/stylemain.js"></script>
<script src="js/addbuttonstocontent.js"></script>
<script>
styleMain();
addButtonsToContent('standard', '7 hours. Can also be extended to 2 full days where a full day is spent on a more comprehensive training introduction to container shipping.');
addProductCards();
addFooter();
</script>
</body>
</html>