VCA Interactive media 2026~>
Easy snippets
See Easy Snippets as web page
&
Typewriter effect
Image Asset Optimiser Tool
Image Gallery Builder
Arduino SNIPPETS | CODE | DEMOS | BUILDS
Template for WEB TO PRINT
See The Demo HERE –> press CTRL+P or CMD+P to print to PDF
How do I create a GitHub repository?
How do I add a folder to my github repo?
How do I add an image to my ‘README.md’ files?
<img src="yourImage.jpg" width="350" />
_____________
Any file that ends in ‘.md’ will be interpreted through Github’s own flavour of MarkDown (styling). You can see all the possibilities in the Github “Mastering Markdown” wiki.
You will need to have either readme.md or index.html files in each directory you want to be viewable.
If you wnat us to see the site you have designed as the default landing page of your repo or branch, then index.html (no capitals) must be the name of your file.
You will need to activate Github Pages to set your Repo/Project/Branch as a web directory (got to settings). If no index.html files are found in the folder, the readme.md will be used as a base page and will be styled with Github’s own markdown (a type of CSS/styling).