ramcandrews / website

I learned how to use github pages with a robot powered training repository :robot: Now I will commit code from one of my websites for practice.

Home Page:https://lab.github.com/githubtraining/introduction-to-html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This site is published at

Join the chat at https://gitter.im/robotrodeodotnet/community

https://ramcandrews.github.io/website/

I will start commiting code from one of my websites

Trippy Perlin

The background fill on this website is a javascript visualization. It is drawn in a canvas element. All of the javascript is inline. Inline javascript is supposed to streamline pageload times by eleminating extra page load requets. Two scripts are embedded in the HTML. In the tag, is the original perlin script, it is called on by the trippy perlin script embedded at the end of the HTML file. I am still playing around with the parameters to make it looks just right.

In the future I would like to have it match/mimic some deep learning algorithms.

credit: Trippy Perlin by David A. https://codepen.io/meodai credit: Improved Noise reference implementation Ken Perlin https://cs.nyu.edu/%7Eperlin/noise/

I followed all of the instructions!

This was an interesting way to learn how to use github pages. thanks.

Your GitHub Learning Lab Repository for Intro to HTML

Welcome to your repository for your GitHub Learning Lab course. This repository will be used during the different activities that I will be guiding you through.

Oh! I haven't introduced myself...

I'm the GitHub Learning Lab bot and I'm here to help guide you in your journey to learn and master the various topics covered in this course. I will be using Issue and Pull Request comments to communicate with you. In fact, I already added an issue for you to check out.

issue tab

I'll meet you over there, can't wait to get started!

This repository is licensed under MIT (c) 2019 GitHub, Inc. Photo by Kelli Tungay on Unsplash

About

I learned how to use github pages with a robot powered training repository :robot: Now I will commit code from one of my websites for practice.

https://lab.github.com/githubtraining/introduction-to-html

License:MIT License


Languages

Language:HTML 52.8%Language:JavaScript 42.0%Language:CSS 5.2%