Making a website
Accounts to make
Software to download:
Steps
- Buy a domain on namecheap.com
- Create an account
- Link to github ip tokens
- Creat new repo in github to host your code
- Must make repo public (private repo's cant host webpages on free version)
- Link github to namecheap site
- Clone new repo to desktop
- Add an
index.htmlfile to your repo on desktop - Done :)
Embed Google drive images
Method of loading via google drive has been depreciated by google since 2024 Jan
- https://www.labnol.org/embed/google/drive
- Alternative method
- You can use:
- https://drive.google.com/thumbnail?id=XXXX&sz=s4000
- The sz=4000 is important to set the max size of the image.
- sz=s32: 32x32 pixels
- sz=s4000: 4000 pixels in width (height is adjusted to maintain aspect ratio)