Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jangdmn committed Nov 9, 2017
1 parent 7740a0e commit b28c456
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<link rel="stylesheet" href="main.css">
<title>HTML Portfolio</title>
</head>
<header>
<body>
<element class="header">
<h1>
Jan Goldmann
</h1>
<h2>
apprentice
</h2>
</header>
<body>
</element>
<element class="tagline">
<h3>
Learn More About Me
Expand All @@ -23,7 +23,7 @@ <h3>
Things i like to do: [...] :-)
</p>
</element>
<element class="Skills">
<element class="skills">
<h3>
mySkills
</h3>
Expand All @@ -41,9 +41,10 @@ <h3>
drop me a line
</h3>
<p>
follow me on instagram, facebook, twitter and snapchat: jan_gdmn
<a href="https://www.facebook.com/jan.goldmann.31">
follow me on instagram, facebook, twitter and snapchat: jan_gdmn
</a>
</p>
<a href="https://www.facebook.com/jan.goldmann.31">track me on facebook!</a>
</element>
</body>
</html>

0 comments on commit b28c456

Please sign in to comment.