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

Main #73

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Main #73

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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

* This website is a static HTML website using semantic tags and minimal CSS.
* It is currently hosted on Github Pages.
# origin-master
# origin-master
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!docctype html>

<html lang="en">

Expand All @@ -13,21 +13,22 @@
<body>
<header class='masthead'>
<p class='masthead-intro'>Hi I'm</p>
<h1 class='masthead-heading'>Your Name Here</h1>
<h1 class='masthead-heading'>Franz</h1>

</header>
<section class="details">
<h1>Introduction</h1>
<p>Details here...</p>
<h1>Where I'm From</h1>
<p>Details here...</p>
<p>Pilot turned Founder turned VC/Software Engineer...</p>
<h1>Where are you from?</h1>
<p>NYC...</p>
<h1>What are your favorite hobbies?</h1>
<p>Details here...</p>
<p>Flying,Gym,Swimmimg etc...</p>
<h1>What's your dream job?</h1>
<p>Details here...</p>
<p>I'm doing it...</p>
<h1>Where do you live?</h1>
<p>Details here...</p>
<p>NYC...</p>
<h1>Why do you want to be a web developer?</h1>
<p>Details here...</p>
<p>To have the ability to check whats going on under the hood of a product...</p>
</section>

<footer id="footer">
Expand Down