Skip to content

Commit

Permalink
Deploy on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Markkimotho committed Sep 10, 2024
1 parent 9e358bf commit 902cc42
Show file tree
Hide file tree
Showing 9 changed files with 7,199 additions and 6 deletions.
7,189 changes: 7,189 additions & 0 deletions c/test.txt

Large diffs are not rendered by default.

Empty file removed common/common_utils.c
Empty file.
Empty file removed common/common_utils.h
Empty file.
16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
background-color: black;
color: green;
font-family: 'Courier New', Courier, monospace;
margin: 0;
max-width: 800px;
margin: 80px auto;
max-width: 1000px;
padding: 20px;
}
header {
Expand Down Expand Up @@ -87,19 +87,23 @@ <h2>Command Examples</h2>
<p>Here are examples of running the commands:</p>
<div>
<h4>Counting Bytes</h4>
<img src="path/to/your/byte-count-command.png" alt="Byte Count Command">
<img src="resources/bytes.png" alt="Byte Count Command">
</div>
<div>
<h4>Counting Lines</h4>
<img src="path/to/your/line-count-command.png" alt="Line Count Command">
<img src="resources/lines.png" alt="Line Count Command">
</div>
<div>
<h4>Counting Words</h4>
<img src="path/to/your/word-count-command.png" alt="Word Count Command">
<img src="resources/words.png" alt="Word Count Command">
</div>
<div>
<h4>Counting Characters</h4>
<img src="path/to/your/character-count-command.png" alt="Character Count Command">
<img src="resources/characters.png" alt="Character Count Command">
</div>
<div></div>
<h4>Counting All</h4>
<img src="resources/general.png" alt="Character Count Command">
</div>
</section>

Expand Down
Binary file added resources/bytes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/characters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/general.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/words.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 902cc42

Please sign in to comment.