Skip to content

complete project #8

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
43 changes: 24 additions & 19 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,56 @@

<body>

<div class="header">
<h1>Sergio Cruz</h1>
<h2>Application Developer</h2>

<ul class="nav">
<header>
<nav>
<h1>Deusseimon Arcinue</h1>
<h2>Aspiring Electrical/Software Engineer</h2>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="tagline">

<div class="tagline">
<div class="content-wrapper">
<h3>A bit more about me</h3>
<p>Hey I am Sergio, I work for <a target="_blank" href="https://www.codeschool.com">Code School</a> and I love writing JavaScript!</p>
<h3>Summary</h3>
<p>Hi guys! I am a college gradaute from San Diego State University!
Currently, I enjoy learning programming from <a target="_blank" href="https://www.codeschool.com">Code School</a>!</p>
</div>
</div>
</section>


<div class="skills">
<section class="skills">
<div class="content-wrapper">
<h3>Skills</h3>
<p>Here are some of the technologies I enjoy writing day-to-day:</p>
<p>Here are some of the technologies I have learned from CodeSchool:</p>
<ul>
<li>HTML &amp; CSS</li>
<li>Node.js</li>
<li>React</li>
<li>Angular 2</li>
<li>MongoDB</li>
<li>Webpack</li>
</ul>
</div>
</div>
</section>

<div class="contact">
<section 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>
<h3>Contact</h3>
<p>Feel free to contact me via email: <a target="_blank" href="dzgarcinue@gmail.com">[email protected]</a></p>
</div>
</div>
</section>
</main>

<div class="footer">
<footer>
<div class="content-wrapper">
<h3>Credits</h3>
<p>This portfolio was created using <a href='https://www.codeschool.com'>Code School's</a> <a href='https://github.com/codeschool/SemanticHTMLPortfolioProject'>Semantic HTML Portfolio Project</a> template.</p>
</div>
</div>
</footer>

</body>

Expand Down