The Sleepy Penguin
Description goes here or something like that...

Hello World!

I’ve set up this website to provide extra information on existing videos and to show the progress of future ones. Additionally, I’ll pop downloads here so it’s easier for me to update links if they change.

Currently, this site is still a work in progress, so you might see things that are broken in places. If you have any questions or have any suggestions on how to improve the site, please let me know by popping a comment on one of my videos, or in the ‘Discussions’ tab.

In case you’re not too sure where to start, take a look at some of my videos on my YouTube channel!

This is made with Jekyll, hosted on Github Pages and this wonderful theme is made by WowThemes.net, with the Github repo found here.

The theme and syntax highlighting CSS is licensed under the MIT license, which can be found below.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Code test!

for i in range(28):
    print("Hello World!")

def main(a, b):
    while True:
        a = 38
        b = "jkl"
        

comments powered by Disqus