Skip to content

Simul-Eqn/StaticWebsiteTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StaticWebsiteTutorial

Practice updating a website, and see your changes live!! This is actually more of a GitHub practice than website practice :)

Link to website: TODO

Please go to that website to request push access to this GitHub Repository.

Explanation of folder struture

In the directory of the repository, there will be 6 files:

  • README.md -- this file
  • Instructions to update website.txt -- some text instructions that may be useful
  • .gitignore -- a file that will specify files to, by default, not be looked at by Git.
  • .gitattributes -- a file that git uses to store information about the repository. It's kind of not committed to GitHub
  • index.html -- the file that specifies the main page that people see when they go to the website
  • index.css -- the stylesheet used by index.html (in the <head> tag)

About

Practice updating a website, and see your changes live!! This is actually more of a GitHub practice than website practice :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors