Skip to content
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

Sharang's Simple Cutlery Game Website #12

Open
wants to merge 2 commits into
base: gh-pages
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
Binary file added building_for_learning/Honey.jpg
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 building_for_learning/bread knife.jpg
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 building_for_learning/bread.jpg
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 building_for_learning/caviar spoon.jpg
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 building_for_learning/caviar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions building_for_learning/cutlery_game.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<html>
<head>

</head>

<body>
<a href="bread.jpg"><img src="bread knife.jpg" height=300 width=300></img></a>
<a href="caviar.jpg"><img src="caviar spoon.jpg" height=300 width=300></img></a>
<a href="fondue.jpg"><img src="fondue fork.jpg" height=300 width=300></img></a>

<a href="honey.jpg"><img src="honey spoon.jpg" height=300 width=300></img></a>
<a href="jelly.jpeg"><img src="jelly spoon.jpg" height=300 width=300 ></img></a>
<a href="lobster.jpg"><img src="lobster pick.jpg" height=300 width=300></img></a>

<a href="marrow.jpg"><img src="marrow scoop.jpg" height=300 width=300></img></a>
<a href="nuts.jpg"><img src="nuts bonbon spoon.jpg" height=300 width=300></img></a>
<a href="sushi.jpg"><img src="sushi chopsticks.jpg" height=300 width=300></img></a>

</body>

</html>
Binary file added building_for_learning/fondue fork.jpg
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 building_for_learning/fondue.jpg
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 building_for_learning/honey spoon.jpg
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 building_for_learning/jelly spoon.jpg
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 building_for_learning/jelly.jpeg
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 building_for_learning/lobster pick.jpg
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 building_for_learning/lobster.jpg
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 building_for_learning/marrow scoop.jpg
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 building_for_learning/marrow.jpg
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 building_for_learning/nuts bonbon spoon.jpg
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 building_for_learning/nuts.jpg
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 building_for_learning/sushi chopsticks.jpg
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 building_for_learning/sushi.jpg
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
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>So-and-so's Instructional Assignment</title>
<title>Sharang's Instructional Assignment</title>
</head>
<body>
YOUR CODE HERE
Sharang's CODE HERE
</body>
</html>