An-dy1 / git-collaboration

A learning repo for LCW+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-collaboration

A learning repo for LCW+.

Inside the html directory is the starting file, andie.html, which creates a simple webpage with a title, banner, subheads and paragraphs.

It loads css files from the same file name in side the css directory, andie.css.

Using that basic web page as starter code, create your own simple web page using html and css. Commit the result, and you can even make a pull request.

Directions:

  1. Clone this repo locally.
  2. Create a branch with a descriptive name to work in.
  3. To start, make a copy of andie.html inside the html directory. Rename it to say {your-name}.html.
  4. Do the same and make a copy of andie.css with your name as the file name. Be sure to keep it in the css directory.
  5. To see the web rendering of the html file, either open it in your browser of choice using its file explorer, or use the Live Server extension in VS Code.
  6. Update your HTML and CSS to make a web page unique to you. You can keep most of the template example in the andie directories. Here are a few suggestions of things you might change:
    1. The accent color (currently purple).
    2. Add some interesting content, like a photo or links.
    3. Change the font-size of the paragraphs.
    4. Play with the current width and margin settings one at a time to see how they impact the web page.
  7. Remember to be saving and committing your work frequently.
  8. At the end, make a MR.

Contributors

Andie Johnson, @andie

About

A learning repo for LCW+

License:GNU General Public License v3.0


Languages

Language:HTML 87.6%Language:CSS 12.4%