Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

I updated most bit by bots. I did not find dog and beach bit by bot p… #236

Open
wants to merge 2 commits into
base: master
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
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<h2 id="goodbye">Goodbye World?</h2>
<div class="details-container">
<img class="details-item" src="imgs/sadrobot.png" alt="A sad Bit by Bot stares at a 404 page.">
<img class="details-item" src="imgs/sadrobot.svg" alt="A sad Bit by Bot stares at a 404 page.">

<div class="details-item">
<p>Oops! The page you are trying to reach could not be found. If you think this is an error on our end, please
Expand Down
2 changes: 1 addition & 1 deletion helloworld.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Hello World</h2>
</div>
</div>
<div class="item">
<img class="bot" src="imgs/partybot.PNG">
<img class="bot" src="imgs/partybot.svg">
</div>
</div>
<a href="https://forms.gle/1KUUpPomfv8a6iQr6"><button class="action-button largebutton">
Expand Down
239 changes: 239 additions & 0 deletions imgs/FFbot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
272 changes: 272 additions & 0 deletions imgs/candycanebot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,444 changes: 7,444 additions & 0 deletions imgs/computer2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11,848 changes: 11,848 additions & 0 deletions imgs/partybot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,861 changes: 7,861 additions & 0 deletions imgs/sadrobot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
238 changes: 237 additions & 1 deletion imgs/snowbot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions imgs/snowbot_old.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,187 changes: 7,187 additions & 0 deletions imgs/thinkingbot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ <h3 class="noslashes">
</div>

<div class="details-item computerbot">
<img class="bot" src="imgs/FFbot.png">
<img class="bot" src="imgs/FFbot.svg">
</div>

<div class="details-container">

<div class="details-item">
<img class="bot" src="imgs/thinkingbot.png">
<img class="bot" src="imgs/thinkingbot.svg">
</div>
<div class="details-item" id="righttext">
<h3 class="noslashes">
Expand Down
2 changes: 1 addition & 1 deletion neurallogical.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Neural Logical</h1>
Sign Up</button></a>
</div>
<div class="item">
<img class="bot" src="imgs/computer2.png">
<img class="bot" src="imgs/computer2.svg">
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="noslashes heading-link">Form and Function Resources</h2>
CSS and JavaScript!</p>
</div>
<div class="details-item">
<img class="bot" src="imgs/computer2.png">
<img class="bot" src="imgs/computer2.svg">
</div>
</div>
</div>
Expand Down