Skip to content

stremysonia/Fansite-

Repository files navigation

Week 0 Project: Fan Sites and Homepages

You’re going to get comfortable with GitHub, a place where developers store their coding projects. To do that, you’re making your first fansite.

Another aspect of this exercise is to get you used to looking for answers. There is an incredible wealth of coding knowledge out there in the wild, many times you will need to look for a refresher on something you previously learned or will be tackling new unexplored subjects. Trust us, many of your questions have been asked before, a quick google search could save you alot of time and effort!

Goals

Personal Goal

  • You’ll be able to create your first personal coding projects, visible by the public on GitHub.
  • You’ll get comfortable with git and GitHub -- cloning repositories (repos), making changes, and pushing those changes back to GitHub.

Project Goals

You’re creating a “coming soon” page for your personal GitHub page. It should have the following things:

  • There should be a repo on your personal GitHub account named [YOUR GITHUB USER NAME].github.io
  • If I go to [YOUR GITHUB USER NAME].github.io, it should NOT give me a 404 Page ("There isn't a GitHub Pages site here.")
  • Create a README.md file. It should say one thing: “More info coming soon!” You’ll be working on this soon.

Now, you’ll be making a fan-site, based on this GitHub you're reading now. This fan-site should have the following things:

  • There should be a repo on your personal GitHub account named fansite, cloned off this repo.
  • If I go to [YOUR GITHUB USER NAME].github.io/fansite/fansite.html, it should NOT give me a 404 Page ("There isn't a GitHub Pages site here.")
  • Edit the fansite.html and fansite.css files and use HTML and CSS to replace what’s there with the content about the thing you're, um, fanning over. You’ll commit and push the changes to your GitHub repo.
  • If I go to your fansite code at https://github.com/[YOUR GITHUB USER NAME]/fansite, it should have your information, not was what was previously there.

Resources

Here are some links to resources and a few tips to help you with this project:

Notes

  • We use GitHub a lot here, inside and outside Wyncode. If many people work on the same project, we use GitHub to communicate. Many open-source projects use GitHub as well.
  • There may be a situation where you make changes to files on GitHub Pages may take some time for it to appear if you go to the URL on GitHub. This is because of something GitHub does called caching.
  • You'll be adding a README.md file on all of the projects you do. Trust me, you-in-two-years will thank you for it.

About

Interior Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published