Skip to content

Comund #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Code 4 Life
# H33-DevOps GitHub Repository

Welcome to the H33-DevOps GitHub repository! This repository contains folders for all the projects for the H33 Devops course.
Expand All @@ -8,13 +9,13 @@ To get started with the H33-DevOps repository on your local machine, follow the

### Working with the Repo

- **Clone the Repository**: Open a command prompt or Git Bash terminal.
- **Clone the Repository**: Open a command prompt or Git Bash terminal. --LITERALLY DO THE THING IT TELLS YOU TO DO RIGHT HERE

```bash
git clone https://github.com/your-username/h33-devops.git
```

- **Navigate to the Repository**: Change your working directory to the cloned repository.
- **Navigate to the Repository**: Change your working directory to the cloned repository. -- AND RIGHT HERE - GOTO THE LESSON FOLDER
```bash
cd h33-devops
```
Expand All @@ -30,3 +31,11 @@ To get started with the H33-DevOps repository on your local machine, follow the
- [Help topics](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup) for git
- [git cheat sheet](https://training.github.com/downloads/github-git-cheat-sheet/)
- [Markdown Syntax Guide](https://www.markdownguide.org/basic-syntax).


IF STUCK READ THIS !!!!!!!!!!!!!!!!!!!!!!!!!!
IF STUCK READ THIS !!!!!!!!!!!!!!!!!!!!!!!!!!
IF STUCK READ THIS !!!!!!!!!!!!!!!!!!!!!!!!!!
IF STUCK READ THIS !!!!!!!!!!!!!!!!!!!!!!!!!!
IF STUCK READ THIS !!!!!!!!!!!!!!!!!!!!!!!!!!
IF STUCK READ THIS !!!!!!!!!!!!!!!!!!!!!!!!!!
4 changes: 2 additions & 2 deletions lesson_05/coffee.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Use a coffemaker that uses cups
TESTESTTTESTSTESTEUse a coffemaker that uses cups

1 cup of hazelnut coffemaker
bottle of creamer
sugar or sweet 'n low

Make the coffee, using the coffee maker
Add creamer at your discretion
Add sugar or sweet 'n low at your discretion
Add sugar or sweet 'n low at your discretion
11 changes: 6 additions & 5 deletions lesson_06/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ <h1 class="header1 header">
</div>

<div class="member">
<!-- student 01 -->
<p>Sky Abronson</p>

</div>

<div class="member">
<!-- student 02 -->
<p>Nikhil Sandesh</p>

</div>

Expand All @@ -48,7 +48,7 @@ <h1 class="header1 header">
</div>

<div class="member">
<!-- student 04 -->
<p>Tyler Evans</p>

</div>

Expand All @@ -63,7 +63,8 @@ <h1 class="header1 header">
</div>

<div class="member">
<!-- student 06 -->
<p>TEACHERRRRR -Mon -Mon 2nd Change -mon class change PART 2 </p>
<!-- READ the README IF YOU ARE STUCK -->

</div>

Expand All @@ -73,4 +74,4 @@ <h1 class="header1 header">
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion lesson_07/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="main">

<div class="title">
<h1>The Tree Encyclopedia</h1>
<h1>The TREE Encyclopedia</h1>
</div>
<div class="container">

Expand Down