diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..2420de8b789 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +log/ +*.orig \ No newline at end of file diff --git a/README.md b/README.md index 06bb023212b..f7e935bcf2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,26 @@ -# Starter Web Repo +# Starter Web Project -This repository is for showing how Git and GitHub work +This is a simple web project for showing how to use Git and Github together. +Updating something. + +## Introduction + +This is an example that shows the different parts of the Git respository and various commands using a web project. ## Purpose -Sample website with plenty of files for demos \ No newline at end of file +As stated above, the main purpose is to provide simple examples for Git training. + +## Deployment + +This is a simple web projects, deployment can be on any web server or even local file system. + +## How to contribute + +Please fork this respository and then issue Pull Requests for review. + +### Copyright + +2025 Git.Training. All rights reserved. + +## Updates from Dev 1 diff --git a/hipster.txt b/hipster.txt new file mode 100644 index 00000000000..4b37230531d --- /dev/null +++ b/hipster.txt @@ -0,0 +1,3 @@ +Ugh drinking vinegar celiac truffaut swag, fixie chillwave letterpress food truck affogato slow-carb. Migas hexagon pop-up viral, cornhole keytar plaid. Cloud bread pop-up glossier air plant venmo fanny pack scenester letterpress. Skateboard pour-over bitters glossier selvage church-key JOMO taxidermy roof party air plant XOXO. Pork belly pabst chillwave wayfarers art party heirloom. Sustainable fixie gentrify pop-up tbh DSA forage synth yuccie ugh church-key neutra food truck. Selvage vaporware hammock distillery. + +Air plant tbh organic palo santo cliche yuccie XOXO chambray copper mug hammock. Jawn chia vegan, cupping trust fund aesthetic skateboard fixie ennui gentrify meh grailed ramps fam. DSA pug poke coloring book banjo whatever biodiesel retro bespoke flannel lyft pickled. Whatever live-edge mukbang VHS hammock put a bird on it drinking vinegar, ugh street art banjo vinyl craft beer fam. Cold-pressed taxidermy williamsburg polaroid. Man bun organic quinoa, tumeric twee shaman locavore woke big mood street art cliche jawn. Keffiyeh vegan paleo synth pitchfork. \ No newline at end of file diff --git a/humans.txt b/humans.txt index 5b037cf2e10..45213d555a3 100644 --- a/humans.txt +++ b/humans.txt @@ -3,13 +3,15 @@ # TEAM - -- -- + Peter peter@peter.com twitter.petter # THANKS - + All my bros! + Please a review if you like this! # TECHNOLOGY COLOPHON HTML5, CSS3 jQuery, Modernizr + Git diff --git a/index.html b/index.html index 01f983f454c..34adf4fbdf2 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + Title for tagging example @@ -45,7 +45,7 @@
- + diff --git a/simple.html b/simple.html index ca5e908d98f..453542e5c27 100644 --- a/simple.html +++ b/simple.html @@ -1,6 +1,9 @@ + - + Updating title for tagging compare example