Updating content

master
James T. Martin 2018-07-11 20:26:06 -07:00
parent a8896ca317
commit 582d8749ef
13 changed files with 23 additions and 6 deletions

7
meme.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://www.youtube.com/watch?v=dQw4w9WgXcQ" />
</head>
<body>
</body>
</html>

BIN
owl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
owl2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
poetry.pdf Normal file

Binary file not shown.

View File

@ -2,6 +2,7 @@ body {
display: block;
margin: 0;
font-family: sans-serif;
line-height: 1.42857143;
}
nav {

BIN
responsive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
responsive2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

7
song.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<head>
</head>
<body>
<a href="https://www.youtube.com/playlist?list=PL0_-F4mPidOAkz5griOMKxLUeYp2HqGFr">playlist</a>
</body>
</html>

@ -1 +1 @@
Subproject commit af27fc6304ae0a6b9b70afc242bf4e0a031b88ba
Subproject commit 12d9f9c59904f2e9707d5319ff351250280b6532

View File

@ -21,6 +21,8 @@ basePage pageTitle authorName content =
%> (title %>> pageTitle)
%> viewport
%> (newTag "script" %% ("async", "async") %% ("src", resUrl ++ "common.js"))
%> blockAllMixedContent
%> cspMeta "default-src 'none'; style-src 'self'; img-src 'self' https://stackexchange.com; script-src 'self';"
)
%> content

View File

@ -27,7 +27,7 @@ ccbysaIconUrl :: String
ccbysaIconUrl = resUrl ++ "cc-by-sa-small.png"
ccbysaIcon :: Html
ccbysaIcon = img "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License" ccbysaIconUrl %% ("style", "border-width:0")
ccbysaIcon = img "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License" ccbysaIconUrl
license :: Html
license =

View File

@ -2,12 +2,12 @@ name: templates
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/lijerom/lijero.co/
homepage: https://github.com/lijerom/jtmar.me
license: GPL-3
--license-file: LICENSE
author: Lijero
maintainer: lijero@lijero.co
copyright: 2018 Lijero
author: James Martin
maintainer: james@jtmar.me
copyright: 2018 James Martin
category: Web
build-type: Simple
cabal-version: >=1.10