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

home page #2

Open
wants to merge 1 commit 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
30 changes: 30 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>

<title>Operation Pits Healing Heroes</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<h1>Operation Pits Healing Heroes</h1>

</head>
<body>
<img src="pic_1.jpg">
<img src="pic_2.jpg">
<img src="pic_3.jpg">
<h1>Help us help people!</h1>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="info.html">Info</a></li>
</ul>

<div class="Mission Statement">
Copy link
Owner

Choose a reason for hiding this comment

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

Add a hyphenation between mission and statement

<p>We are passionate about connecting service dogs with the people that need them!</p>
</div>

<div class="contacts">
<p>To contact us please call (512) 497-2700, or email us at ophh.com</p>
</div>

</body>
</html>
Binary file added pic_1.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 pic_2.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 pic_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
img {
height: 30%;
width: 30%;

}