From ec703e7429eceda0a0bd73529a2d38e5c59de520 Mon Sep 17 00:00:00 2001 From: IanSkinner1982 Date: Fri, 22 Jan 2021 19:21:43 -0500 Subject: [PATCH] updated some stuff --- .DS_Store | Bin 0 -> 6148 bytes README.md | 0 image/cc64/banner.png | Bin image/cc64/main.png | Bin image/tl64/main.png | Bin image/tl64/selection.png | Bin index.html | 53 ++++++++++++++++++++++++++++++--------- style.css | 26 +++++++++++++++++++ thingie.md | 37 --------------------------- tl64.html | 29 +++++++++++++++++++++ vice.js_files/tl64.html | 43 +++++++++++++++++++++++++++++++ 11 files changed, 139 insertions(+), 49 deletions(-) create mode 100644 .DS_Store mode change 100644 => 100755 README.md mode change 100644 => 100755 image/cc64/banner.png mode change 100644 => 100755 image/cc64/main.png mode change 100644 => 100755 image/tl64/main.png mode change 100644 => 100755 image/tl64/selection.png mode change 100644 => 100755 index.html create mode 100644 style.css delete mode 100644 thingie.md create mode 100755 tl64.html create mode 100644 vice.js_files/tl64.html diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 +IanSkinner1982's Website - -

Random projects notes:

-

CC64 Future layout... maybe

-

- 0-1500 Boot - - - Planned: -
- -

- + + + + + +
+

Welcome to my site!

+

This site doesn't really have any purpose right now, but feel free to look around. While you're here, why not join my Discord server?
(link below)

+

+

+
+
+

+ +

+ +

+ + + + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..e2d34ad --- /dev/null +++ b/style.css @@ -0,0 +1,26 @@ + body { + background-color: black; +} + +h1 { + color: green; + text-align: left; +} + +p { + color: green; + font-family: helvetica; + font-size: 20px; +} + +li { + color: green; + font-family: helvetica; + font-size: 20px; +} + +code { + color: green; + font-family: courier new; + font-size: 18px; +} diff --git a/thingie.md b/thingie.md deleted file mode 100644 index 8d45368..0000000 --- a/thingie.md +++ /dev/null @@ -1,37 +0,0 @@ -## Welcome to GitHub Pages - -You can use the [editor on GitHub](https://github.com/IanSkinner1982/IanSkinner1982.github.io/edit/master/README.md) to maintain and preview the content for your website in Markdown files. - -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. - -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/IanSkinner1982/IanSkinner1982.github.io/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. diff --git a/tl64.html b/tl64.html new file mode 100755 index 0000000..fadadf6 --- /dev/null +++ b/tl64.html @@ -0,0 +1,29 @@ + +IanSkinner1982's Website + + + + + + +
+

Title Loader C64 Notes and Plans

+

A bunch of notes, as well as future plans for this application. +

+
+
+

+ + + + + diff --git a/vice.js_files/tl64.html b/vice.js_files/tl64.html new file mode 100644 index 0000000..217a5ac --- /dev/null +++ b/vice.js_files/tl64.html @@ -0,0 +1,43 @@ + + + + + + + + + \ No newline at end of file