Add new page
This commit is contained in:
213
_site/svalbard/index.html
Normal file
213
_site/svalbard/index.html
Normal file
@@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<link rel="icon" sizes="192x192" href="https://mgrove.uk/logo.png">
|
||||
|
||||
<!-- add to homescreen for Chrome on Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<link rel="icon" sizes="192x192" href="https://mgrove.uk/logo.png">
|
||||
|
||||
<!-- add to homescreen for Safari on iOS -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="Svalbard | Matthew Grove">
|
||||
<link rel="apple-touch-icon-precomposed" href="https://mgrove.uk/logo.png">
|
||||
|
||||
<!-- tile icon & colour for Windows 8 -->
|
||||
<meta name="msapplication-TileImage" content="https://mgrove.uk/logo.png">
|
||||
<meta name="msapplication-TileColor" content="#d84315">
|
||||
|
||||
<title>Svalbard | Matthew Grove</title>
|
||||
<meta name="description" content="THe northernmost territory in the world - by Matthew Grove">
|
||||
|
||||
<!-- import Roboto (font) -->
|
||||
<link href="/css/roboto.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- import jQuery -->
|
||||
<script src="/js/jquery.min.js" type="text/javascript"></script>
|
||||
|
||||
<!-- import cookie JavaScript -->
|
||||
<script src="/js/cookies.js" type="text/javascript"></script>
|
||||
|
||||
<!-- import Material Design components & icons -->
|
||||
<link href="/css/material-components-web.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/css/material_icons.css" rel="stylesheet" type="text/css">
|
||||
<script src="/js/material-components-web.min.js" type="text/javascript"></script>
|
||||
|
||||
<!-- import local styling & scripts -->
|
||||
<script src="/js/global.js" type="text/javascript"></script>
|
||||
<link href="/css/global.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-124505000-1');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- cookie notice is included automatically -->
|
||||
<div id="cookies">
|
||||
<p>Just to let you know, I use cookies on my site.</p>
|
||||
<p><a href="javascript:void(0);" id="close-cookies">OK</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- content of navbar is included automatically -->
|
||||
<aside class="navbar-insert mdc-drawer mdc-drawer--modal">
|
||||
<div class="mdc-drawer__content">
|
||||
<div style="margin: 15px;text-align:center;">
|
||||
<img src="https://mgrove.uk/logo.png" style="width: 90%;"/>
|
||||
</div>
|
||||
<div class="mdc-list">
|
||||
<a class="mdc-list-item" href="https://blog.mgrove.uk">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||
<span class="mdc-list-item__text">My Blog</span>
|
||||
</a>
|
||||
<a class="mdc-list-item" href="/">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Home Page</span>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="mdc-list-item" href="/luhn-algorithm/">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">credit_card</i>
|
||||
<span class="mdc-list-item__text">Luhn Algorithm</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="mdc-list-item" href="/svalbard/">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">ac_unit</i>
|
||||
<span class="mdc-list-item__text">Svalbard</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="mdc-list-item" href="/computer-science-blog/">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">code</i>
|
||||
<span class="mdc-list-item__text">GCSE Computer Science Blog</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="mdc-drawer-scrim"></div>
|
||||
|
||||
|
||||
<div class="mdc-drawer-app-content">
|
||||
<header class="mdc-top-app-bar app-bar" id="app-bar">
|
||||
<div class="mdc-top-app-bar__row">
|
||||
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
|
||||
<a href="javascript:void(0);" class="demo-mensu material-icons mdc-top-app-bar__navigation-icon">menu</a>
|
||||
<span class="mdc-top-app-bar__title">Svalbard | Matthew Grove</span>
|
||||
</section>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="main-content" id="main-content">
|
||||
<div class="mdc-top-app-bar--fixed-adjust">
|
||||
<div style="text-align: left; max-width: 700px; margin: auto">
|
||||
|
||||
<h1 id="svalbard-norway">Svalbard, Norway</h1>
|
||||
<h2 id="background">Background</h2>
|
||||
<ul>
|
||||
<li>Northernmost territory in the world</li>
|
||||
<li>60% glaciers</li>
|
||||
<li>40% tundra</li>
|
||||
<li>5 main islands (largest is Spitzbergen)</li>
|
||||
<li>Population of 2700</li>
|
||||
<li>More snowmobiles than people</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="opportunities">Opportunities</h2>
|
||||
<ul>
|
||||
<li>Coal mining
|
||||
<ul>
|
||||
<li>300 jobs in coal mines</li>
|
||||
<li>Backbone of economy</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Energy devlopment
|
||||
<ul>
|
||||
<li>Located near Mid-Atlantic Ridge - thin & hot rocks</li>
|
||||
<li>Potential for geothermal energy to replace polluting coal power station</li>
|
||||
<li>Or replace water in power station with CO<sub>2</sub></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Fishing
|
||||
<ul>
|
||||
<li>Barents Sea (South of Svalbard) is one of the richest fishing grounds in the world</li>
|
||||
<li>150 species of fish - conservation is vital</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Tourism
|
||||
<ul>
|
||||
<li>70,000 people visited Longyearbyen in 2011</li>
|
||||
<li>Port was expanded to cope with tourist numbers</li>
|
||||
<li>300 jobs in tourism</li>
|
||||
<li>Northen lights, natural environment and adventures attract tourists</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="challenges">Challenges</h2>
|
||||
<ul>
|
||||
<li>Extreme temperatures
|
||||
<ul>
|
||||
<li>Sometimes below -30°C</li>
|
||||
<li>But wear warm clothes</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Construction
|
||||
<ul>
|
||||
<li>Permafrost has to be protected from melting before foundations can be dug</li>
|
||||
<li>Difficult to build in the cold and the long dark periods - so most work is done in the summer</li>
|
||||
<li>However, road maintenance is relatively easy</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Services
|
||||
<ul>
|
||||
<li>Pipes and cables must be kept off the ground, to ensure they don’t freeze</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Accessibility
|
||||
<ul>
|
||||
<li>Limited transport</li>
|
||||
<li>Islands can only be accessed by plane or ship</li>
|
||||
<li>Only 50 km of roads in Longyearbyen</li>
|
||||
<li>But there is an international airport</li>
|
||||
<li>And snowmobiles can be used to travel around</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- link to source code on GitHub -->
|
||||
<a href="https://github.com/mgrove36/demo-code/tree/master/svalbard/" class="source-code-link mdc-fab mdc-fab--extended" data-mdc-auto-init="MDCRipple">
|
||||
<span class="material-icons mdc-fab__icon">rate_review</span>
|
||||
<span class="mdc-fab__label">View on GitHub</span>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
© Matthew Grove 2019
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user