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

work for today #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
50 changes: 43 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
<body>
<header class='masthead'>
<p class='masthead-intro'>Hi I'm</p>
<h1 class='masthead-heading'>Your Name Here</h1>
<h1 class='masthead-heading'>Donald Rockmore</h1>
</header>
<section class="details">
<h1>Introduction</h1>
<p>Details here...</p>
<p>i am a software developer...</p>
<h1>Where I'm From</h1>
<p>Details here...</p>
<p>Decatur GA...</p>
<h1>What are your favorite hobbies?</h1>
<p>Details here...</p>
<p>Baseball...</p>
<h1>What's your dream job?</h1>
<p>Details here...</p>
<p>create my own application ...</p>
<h1>Where do you live?</h1>
<p>Details here...</p>
<p>i live in georgia ...</p>
<h1>Why do you want to be a web developer?</h1>
<p>Details here...</p>
<p>i am a tech junkie ...</p>
</section>

<footer id="footer">
Expand All @@ -37,4 +37,40 @@ <h1>Why do you want to be a web developer?</h1>
</footer>
</body>

</html><html lang="en">
<head>
<meta charset="UTF-8" />

<title>Hello World!</title>
</head>

<body>
<h1>Panda Fan Site!</h1>

<p>
I LOVE PANDAS!!! I LOVE PANDAS!!! I LOVE PANDAS!!! I LOVE PANDAS!!! I LOVE
PANDAS!!!
</p>

<h2>Reasons I like Pandas</h2>

<ul>
<li>They are fuzzy</li>

<li>They are cute</li>
<li></li>

<li>They are adorable</li>
<li></li>
</ul>

<img
src="http://images4.fanpop.com/image/photos/17800000/Cute-Panda-Cubs-Together-pandas-17838800-450-324.jpg"
alt="Cute Pandas"
/>

<br />

<a href="http://www.pandafix.com/">PandaFix.com</a>
</body>
</html>