Skip to content
Open
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: 0 additions & 2 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions assignment_html_resume
Submodule assignment_html_resume added at 84ee33
115 changes: 115 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<header><h1>Andras Lenart || Web Development</h1>
<address>
3500 Rue De La Montange <br>
Montreal, Quebec <br>
<a href="mailto:andraslenart0@gmail.com">Send me an email</a>
</address>
<hr>
</header>
<section>
<h2>Carrer Goals</h2>
<p>
Being content; living well.
</p>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>Programming Languages</li>
<ul>
<li>Python</li>
<li>Ruby</li>
<li>html</li>
</ul>
<li>Databases</li>
<li>Platforms</li>
<li>Version Control</li>
<li>Operating Systems</li>
<li>Other Tools</li>
<li>Soft Skills</li>
</ul>
</section>
<section><h2>Work Experience</h2>
<table>
<thead>
<tr>
<th>time</th>
<th>Name</th>
<th>Location</th>
<th>Responsibilities</th>
<th>Contact Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.5 years</td>
<td>McGill University</td>
<td>Montreal, Canada</td>
<td>I integrated information online; worked with MOOCs</td>
<td>Phone Number</td>
</tr>
</tbody>
</table>
</section>
<section><h2>Education</h2>
<table>
<thead>
<tr>
<th>time</th>
<th>School</th>
<th>Location</th>
<th>Major</th>
<th>Minor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Grad in 2017</td>
<td>McGill University</td>
<td>Montreal, Quebec</td>
<td>Cognitive Science</td>
<td>Social Studies</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Achievement</h2>
<ul>
<li>achievement 1</li>
<li>achievement 2</li>
</ul>

</section>
<section>
<h2>Hobbies and Interests</h2>
<ul>
<li>Reading</li>
<li>Learning</li>
</ul>

</section>
<section>
<h2>References</h2>
<p>Available upon request</p>
</section>

<footer>
<strong><p></p>>Andras Lenart || Web Development</p>
<address>
3500 Rue De La Montange <br>
Montreal, Quebec <br>
<a href="mailto:andraslenart0@gmail.com">Send me an email</a>
</address></strong>
</footer>

</body>


</html>