Deleted a bunch of old junk files.

master
James T. Martin 2018-09-06 17:15:47 -07:00
parent 582d8749ef
commit e11ca00a4d
11 changed files with 1 additions and 30 deletions

View File

@ -48,6 +48,6 @@ page = simplePage "About James" "James" lastModified $
%> (h2 %>> "Contact" %% ("id", "contact"))
%> (p
%>> "You may email me at " %> italic "james@[this website]" %>> ". "
%>> "I may also be found on Freenode as " %> italic "lijero" %>> ". "
%>> "I may also be found on Freenode as " %> italic "jtmar" %>> ". "
%>> "A PDF of my resume may be found " %> href resumeUrl (text "here") %>> "."
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,15 +0,0 @@
module Page where
import Templates
import HtmlGen.Sitemap
import HtmlGen.Html
sitemap :: Sitemap
sitemap = baseSitemap "https://lijero.co/gow/"
`withChangeFreq` "never"
`withPriority` "0.0"
`withLastMod` "2018-05-05"
page :: Html
page = redirectPage "The Grapes of Wrath (Audio) playlist" "https://www.youtube.com/playlist?list=PL0_-F4mPidOAXcnn9bBhaZ8byRyC4FyRyC4FpvC"

View File

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

BIN
owl.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

BIN
owl2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

View File

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