resume: middle line thingy
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
d19851a91c
commit
bf18b2afcd
4 changed files with 23 additions and 11 deletions
|
@ -19,7 +19,7 @@
|
|||
</header>
|
||||
<main>
|
||||
<section class="education">
|
||||
<h2>Education</h2>
|
||||
<h2><span>Education</span></h2>
|
||||
<article class="institution">
|
||||
<h3>University of Waterloo</h3>
|
||||
<h4>Bachelor of Computer Science – 3.91 GPA</h4>
|
||||
|
@ -30,12 +30,12 @@
|
|||
</article>
|
||||
</section>
|
||||
<section class="skills">
|
||||
<h2>Skills</h2>
|
||||
<h2><span>Skills</span></h2>
|
||||
<p><strong>Languages</strong><span>JavaScript/TypeScript, Go, Rust, C++, C, Python, Scala, HTML/CSS, Shell, Haskell</span></p>
|
||||
<p><strong>Technologies</strong><span>Git, Docker, Kubernetes, AWS EC2/S3, gRPC/Protobuf, React, SQL, MongoDB</span></p>
|
||||
</section>
|
||||
<section class="experience">
|
||||
<h2>Experience</h2>
|
||||
<h2><span>Experience</span></h2>
|
||||
<article class="work-exp">
|
||||
<h3 class="employer">FreeBSD Foundation</h3>
|
||||
<h4 class="position">Incoming Software Developer Intern <span class="location">Kitchener, ON</span></h4>
|
||||
|
@ -106,7 +106,7 @@
|
|||
</article>
|
||||
</section>
|
||||
<section class="projects">
|
||||
<h2>Projects</h2>
|
||||
<h2><span>Projects</span></h2>
|
||||
<article class="project">
|
||||
<div class="project-title">
|
||||
<h3><a href="https://github.com/tendstofortytwo/chip8-rust">CHIP8-rust</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue