Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
# demo
|
# Demo Site
|
||||||
|
The code for [my demo site](https://demo.mgrove.uk) - which hosts small coding projects that I do.
|
||||||
|
|||||||
@@ -3,20 +3,20 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<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="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
<meta name="HandheldFriendly" content="True">
|
<meta name="HandheldFriendly" content="True">
|
||||||
<link rel="icon" sizes="192x192" href="https://matthew-grove.ml/logo.png">
|
<link rel="icon" sizes="192x192" href="https://mgrove.uk/logo.png">
|
||||||
|
|
||||||
<!-- add to homescreen for Chrome on Android -->
|
<!-- add to homescreen for Chrome on Android -->
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<link rel="icon" sizes="192x192" href="https://matthew-grove.ml/logo.png">
|
<link rel="icon" sizes="192x192" href="https://mgrove.uk/logo.png">
|
||||||
|
|
||||||
<!-- add to homescreen for Safari on iOS -->
|
<!-- add to homescreen for Safari on iOS -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<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-status-bar-style" content="black">
|
||||||
<meta name="apple-mobile-web-app-title" content="{{ page.title }} | Matthew Grove">
|
<meta name="apple-mobile-web-app-title" content="{{ page.title }} | Matthew Grove">
|
||||||
<link rel="apple-touch-icon-precomposed" href="https://matthew-grove.ml/logo.png">
|
<link rel="apple-touch-icon-precomposed" href="https://mgrove.uk/logo.png">
|
||||||
|
|
||||||
<!-- tile icon & colour for Windows 8 -->
|
<!-- tile icon & colour for Windows 8 -->
|
||||||
<meta name="msapplication-TileImage" content="https://matthew-grove.ml/logo.png">
|
<meta name="msapplication-TileImage" content="https://mgrove.uk/logo.png">
|
||||||
<meta name="msapplication-TileColor" content="#d84315">
|
<meta name="msapplication-TileColor" content="#d84315">
|
||||||
|
|
||||||
<title>{{ page.title }} | Matthew Grove</title>
|
<title>{{ page.title }} | Matthew Grove</title>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<aside class="navbar-insert mdc-drawer mdc-drawer--modal">
|
<aside class="navbar-insert mdc-drawer mdc-drawer--modal">
|
||||||
<div class="mdc-drawer__content">
|
<div class="mdc-drawer__content">
|
||||||
<div style="margin: 15px;text-align:center;">
|
<div style="margin: 15px;text-align:center;">
|
||||||
<img src="https://matthew-grove.ml/logo.png" style="width: 90%;"/>
|
<img src="https://mgrove.uk/logo.png" style="width: 90%;"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="mdc-list">
|
<div class="mdc-list">
|
||||||
<a class="mdc-list-item" href="https://blog.matthew-grove.ml">
|
<a class="mdc-list-item" href="https://blog.mgrove.uk">
|
||||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
|
||||||
<span class="mdc-list-item__text">My Blog</span>
|
<span class="mdc-list-item__text">My Blog</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<h2>HTTPS</h2>
|
<h2>HTTPS</h2>
|
||||||
<p>
|
<p>
|
||||||
HTTPS is the 'Hypertext Transfer Protocol Secure', which means that it is a variation on the HTTP protocol - except it uses a secure socket layer
|
HTTPS is the 'Hypertext Transfer Protocol Secure', which means that it is a variation on the HTTP protocol - except it uses transport layer security
|
||||||
(SSL) - an encryption protocol invoked by an HTTPS request, that enables authentication and encryption on the webpage being visited. SSL is
|
(TLS) - an encryption protocol invoked by an HTTPS request, that enables authentication and encryption on the webpage being visited. SSL is
|
||||||
essentially the usage of ‘digital passports’, and it functions by ‘hopping onto’ TCP protocols. It does not resend ‘lost’ packets or
|
essentially the usage of ‘digital passports’, and it functions by ‘hopping onto’ TCP protocols. It does not resend ‘lost’ packets or
|
||||||
‘miscommunicated' data, because this increases security.
|
‘miscommunicated' data, because this increases security.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="/assets/cookies.js"></script>
|
<script src="/js/cookies.js"></script>
|
||||||
<script>
|
<script>
|
||||||
Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
|
Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user