summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/CNAME1
-rw-r--r--static/css/reset.css47
-rw-r--r--static/css/site.css75
-rw-r--r--static/warning_EI07.json16
4 files changed, 139 insertions, 0 deletions
diff --git a/static/CNAME b/static/CNAME
new file mode 100644
index 0000000..57429cf
--- /dev/null
+++ b/static/CNAME
@@ -0,0 +1 @@
+blog.gluegadget.com \ No newline at end of file
diff --git a/static/css/reset.css b/static/css/reset.css
new file mode 100644
index 0000000..03efde7
--- /dev/null
+++ b/static/css/reset.css
@@ -0,0 +1,47 @@
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-weight: inherit;
+ font-style: inherit;
+ font-size: 100%;
+ font-family: inherit;
+ vertical-align: baseline;
+ background-color:transparent;
+}
+/* remember to define focus styles! */
+:focus {
+ outline: 0;
+}
+body {
+ line-height: 1;
+ color: black;
+ background: transparent;
+}
+ol, ul {
+ list-style: none;
+}
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+ border-collapse: separate;
+ border-spacing: 0;
+}
+caption, th, td {
+ text-align: left;
+ font-weight: normal;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: "";
+}
+blockquote, q {
+ quotes: "" "";
+}
diff --git a/static/css/site.css b/static/css/site.css
new file mode 100644
index 0000000..197df65
--- /dev/null
+++ b/static/css/site.css
@@ -0,0 +1,75 @@
+* {
+ box-sizing: border-box;
+}
+body {
+ font-family: serif;
+ font-weight: 400;
+ background-color: #fffff5;
+}
+header#sidebar {
+ margin-left: 0;
+ padding-left: 2%;
+ position: absolute;
+ width: 27%;
+ min-height: 100%;
+ min-width: 240px;
+}
+::selection {
+ background: #2755A1;
+ color: white;
+ text-shadow: none;
+}
+h1,h2 {
+ color: #222;
+}
+article.post {
+ min-height: 13px;
+}
+article.post h2 {
+ font-size: 3.2rem;
+ margin-top: 1em;
+ line-height: 1.1em;
+}
+article.post h2 a {
+ border: none;
+ color: #222;
+ -webkit-font-smoothing: antialiased;
+ text-decoration: none;
+ font-weight: 900;
+}
+article div.post-date {
+ margin-bottom: 1em;
+ font-size: 14px;
+ font-style: italic;
+}
+article p {
+ line-height: 1.5em;
+ color: #111;
+ font-size: 1.4rem;
+ margin: 25px 0 25px 0;
+}
+section#content {
+ max-width: -webkit-calc(800px - (30px * 2));
+ max-width: calc(800px - (30px * 2));
+ margin: 48px auto;
+ padding: 0;
+}
+article a:link, article a:visited, article a:hover, article a:active {
+ text-decoration: none;
+ color: #111;
+ border-bottom: 1px solid #CCC;
+}
+article.post code {
+ font-family: 'Ubuntu Mono', 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Monaco', 'Courier New';
+ font-size: 0.9em;
+}
+article.post ul {
+ list-style-type: disc;
+ padding: 0.5rem 0;
+ font-size: 1.4rem;
+}
+ul#user_meta a {
+ text-decoration: none;
+ color: #999;
+ line-height: 1.5em;
+}
diff --git a/static/warning_EI07.json b/static/warning_EI07.json
new file mode 100644
index 0000000..8cf8c96
--- /dev/null
+++ b/static/warning_EI07.json
@@ -0,0 +1,16 @@
+[{
+"id": 2,
+"capId": "2.49.0.1.372.0.240122105322.N_Norm001_Weather",
+"type": "yellow; Moderate",
+"severity": "Moderate",
+"certainty": "Likely",
+"level": "Yellow",
+"issued": "2024-01-22T10:53:22-00:00",
+"updated": "2024-01-22T10:53:22-00:00",
+"onset": "2024-01-23T17:00:00-00:00",
+"expiry": "2024-01-24T02:00:00-00:00",
+"headline": "Wind warning for Leinster, Cavan, Monaghan, Cork, Limerick, Tipperary, Waterford, Roscommon",
+"description": "Very strong and gusty southwest to west winds. Potential impacts: • Large coastal waves with wave overtopping • Difficult travelling conditions • Debris, loose objects displaced",
+"regions": ["EI07"],
+"status": "Warning"
+}]