Skip to content
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
25 changes: 23 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,29 @@
<title>HTML Portfolio</title>
</head>
<body>
<div class="header">
<h1>Ryan Holomshek</h1>
<h2>Director Digital Operations and Content Management</h2>
</div>
<div class="tagline">
<h3>Learn More About Me</h3>
<p>I am an avid learner working to build world class digital experiences thorugh oustanding operations.</p>
</div>
<div class="skills">
<h3>My Skills</h3>
<p>I enjoy learning about front end development and implementation.</p>
<ul>
<li>HTML</li>
<li>Python</li>
<li>MondoDB</li>
</ul>

Welcome to the HTML Portfolio Project

</div>
<div class="contact">
<h3>Contact Me</h3>
<p>214-226-8821
<a href="https://www.linkedin.com/in/ryanholomshek">LinkedIn</a>
</p>
</div>
</body>
</html>