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

Kent's Portfolio Website #95

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kentkentucky
Copy link

No description provided.

</head>
<body>
<h1>Hello, world!</h1>
<nav>
<div class="navbar">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the div? nav is a block element already

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alright noted. will remove the div.

<h1 class="header">Recent Projects</h1>
<div class="repo">
<div class="project">
<a href="https://kentkentucky.github.io/Snooker-Game/"><img src="./images/snooker.jpg">Snooker Game</a>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The game doesn't work? :(

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the game works.
click 1,2,3 or 4 for different game modes.
to spawn the cue ball. mouse has to be in D and click key W.
to shoot, use the space bar.

@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need this file, when index.html also contains the projects?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh i wanted the home page to list 4 of my newest projects and the project page to have a list of all my projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants