Skip to content

genachattin/litaclass_demo_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Page

screenshot

A so very simple personal site.

This was originally forked from the Fork-n-Go project. Our class teacher made a few changes for the sake of our class.

To see the original demo, go to jlord.github.io/hello.

This repository was forked from demo_website.

My repository is here: genacode.github.io/litaclass_demo_website.

First, fork this repository.

Click the fork button in the upper right. Now you have a copy of this repository on your GitHub account!

Rename your fork

Once you've forked it, click on Settings and rename your fork, because probably hello is not what you want in your URL. You can give it any 'ol name and GitHub will host it using this patter: username.github.io/reponame. Or you can keep it named demo_website and find it at: username.github.io/demo_website.

Make yours live

  1. From your fork's page on GitHub, click the clone button to copy the repository URL to your clipboard.
  2. Clone your fork to your own computer.
  3. Make changes to the index.html so that the site reflects your name and bio. You might also want to change this README file (it's written in Markdown).
  4. Add + commit your changes, and push back to GitHub. Remember that you are on the gh-pages fork, not the master.

Now your site is live! Go check it out!

Style

There are basic styles included in style.css but go wild and make it your own, try other things!

Bonus Style

2

There is another style option included within this repository. If you change the CSS file specified on line 7 in index.html to:

<link rel="stylesheet" type="text/css" href="css/style.css"

Then you'll get the other option! Commit your changes to make it live. Change the file called for back to css/style2.css to go back to the other.

About

[Fork-n-Go] A simple personal page. Demo:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.2%
  • HTML 26.8%