Skip to content

Updated index.html with compartmentalization #11

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

Open
wants to merge 1 commit 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
8 changes: 8 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@

<body>

<!--HEADER GOES HERE-->
<div class="header">
<h1>Sergio Cruz</h1>
<h2>Application Developer</h2>

<!--NAV BAR GOES HERE-->
<ul class="nav">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>

<!--FOLLOW-UP INFORMATION ABOUT THE AUTHOR-->
<div class="tagline">
<div class="content-wrapper">
<h3>A bit more about me</h3>
Expand All @@ -28,6 +31,7 @@ <h3>A bit more about me</h3>
</div>


<!--SKILLS GO HERE-->
<div class="skills">
<div class="content-wrapper">
<h3>Skills</h3>
Expand All @@ -42,13 +46,16 @@ <h3>Skills</h3>
</div>
</div>

<!--CONTACT INFORMATION GOES HERE-->
<div class="contact">
<div class="content-wrapper">
<h3>How to contact me</h3>
<p>The easiest way to contact me is via twitter: <a target="_blank" href="https://twitter.com/hashtagserg">@hashtagserg</a></p>
</div>
</div>

<!--FOOTER GOES HERE-->
<!--AUTHOR CREDITS GOES HERE-->
<div class="footer">
<div class="content-wrapper">
<h3>Credits</h3>
Expand All @@ -59,3 +66,4 @@ <h3>Credits</h3>
</body>

</html>
<!--FILE END-->