updated some stuff
0
image/cc64/banner.png
Normal file → Executable file
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
0
image/cc64/main.png
Normal file → Executable file
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
0
image/tl64/main.png
Normal file → Executable file
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
0
image/tl64/selection.png
Normal file → Executable file
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
49
index.html
Normal file → Executable file
@ -1,15 +1,44 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<title>IanSkinner1982's Website</title>
|
||||||
<html>
|
<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="/vice.js_files/tl64.html">C64 Title Loader</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Random projects notes:</h1>
|
<div class="intro">
|
||||||
<h2>CC64 Future layout... maybe</h2>
|
<h1>Welcome to my site!</h1>
|
||||||
<p>
|
<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>
|
||||||
0-1500 Boot
|
<p align="center">
|
||||||
|
<iframe src="https://ptb.discordapp.com/widget?id=704065693246685225&theme=dark" height="500" allowtransparency="true" frameborder="0"></iframe></p>
|
||||||
|
</div>
|
||||||
Planned:
|
<div class="media">
|
||||||
<br>
|
<h1>
|
||||||
<iframe src="https://ptb.discordapp.com/widget?id=704065693246685225&theme=light" height="500" allowtransparency="false" frameborder="0"></iframe>
|
|
||||||
</p>
|
|
||||||
</body>
|
</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>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
26
style.css
Normal 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;
|
||||||
|
}
|
||||||
37
thingie.md
@ -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 
|
|
||||||
```
|
|
||||||
|
|
||||||
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.
|
|
||||||
29
tl64.html
Executable 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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||