updated some stuff

This commit is contained in:
IanSkinner1982 2021-01-22 19:21:43 -05:00
parent ab97f094b1
commit ec703e7429
11 changed files with 139 additions and 49 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

0
README.md Normal file → Executable file
View File

0
image/cc64/banner.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

0
image/cc64/main.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

0
image/tl64/main.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

0
image/tl64/selection.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

53
index.html Normal file → Executable file
View File

@ -1,15 +1,44 @@
<!DOCTYPE html>
<title>IanSkinner1982's Website</title>
<html>
<body>
<h1>Random projects notes:</h1>
<h2>CC64 Future layout... maybe</h2>
<p>
0-1500 Boot
Planned:
<br>
<iframe src="https://ptb.discordapp.com/widget?id=704065693246685225&theme=light" height="500" allowtransparency="false" frameborder="0"></iframe>
</p>
</body>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<div class="nav">
<nav>
<ul>
<li><img src="" width="50" height="50"></li>
<li><a href="/index">Main Page</a></li>
<li><a href="/cc64.html">Cookie Clicker C64</a></li>
<li><a href="/vice.js_files/tl64.html">C64 Title Loader</a></li>
</ul>
</nav>
</div>
</head>
<body>
<div class="intro">
<h1>Welcome to my site!</h1>
<p>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?<br>(link below)</p>
<p align="center">
<iframe src="https://ptb.discordapp.com/widget?id=704065693246685225&theme=dark" height="500" allowtransparency="true" frameborder="0"></iframe></p>
</div>
<div class="media">
<h1>
</body>
<p align="left">
<iframe id="C64"
title="Emulator"
width="1000"
height="600"
src="https://commodore.ca/arcade/Commodore-64-Emulator.html">
</iframe>
</p>
</html>

26
style.css Normal file
View File

@ -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;
}

View File

@ -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 well help you sort it out.

29
tl64.html Executable file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<title>IanSkinner1982's Website</title>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<div class="nav">
<nav>
<ul>
<li><img src="" width="50" height="50"></li>
<li><a href="/index">Main Page</a></li>
<li><a href="/cc64.html">Cookie Clicker C64</a></li>
<li><a href="/tl64.html">C64 Title Loader</a></li>
</ul>
</nav>
</div>
</head>
<body>
<div class="intro">
<h1>Title Loader C64 Notes and Plans</h1>
<p>A bunch of notes, as well as future plans for this application.
</p>
</div>
<div class="notes">
<h1>
</body>
</html>

43
vice.js_files/tl64.html Normal file

File diff suppressed because one or more lines are too long