resume: add incoming FreeBSD
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
0a0451ee8b
commit
567eb1f775
4 changed files with 9 additions and 4 deletions
|
@ -46,7 +46,7 @@ button#print i {
|
|||
background-position: center top;
|
||||
}
|
||||
#page .page-contents {
|
||||
padding: 14pt 42pt 28pt;
|
||||
padding: 14pt 42pt 21pt;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
|
@ -53,7 +53,7 @@ button#print {
|
|||
background-position: center top;
|
||||
|
||||
.page-contents {
|
||||
padding: $ls 3*$ls 2*$ls;
|
||||
padding: $ls 3*$ls 1.5*$ls;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -36,6 +36,11 @@
|
|||
</section>
|
||||
<section class="experience">
|
||||
<h2>Experience</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>
|
||||
<aside class="date">May 2023 – Aug 2023</aside>
|
||||
</article>
|
||||
<article class="work-exp">
|
||||
<h3 class="employer">data.world</h3>
|
||||
<h4 class="position">Software Engineer Intern <span class="location">Austin, TX</span></h4>
|
||||
|
@ -116,13 +121,13 @@
|
|||
</div>
|
||||
<p>A minimal x86 operating system. Handled tasks like interrupts, timers, paging, while balancing performance and maintainability.</p>
|
||||
</article>
|
||||
<article class="project">
|
||||
<!-- <article class="project">
|
||||
<div class="project-title">
|
||||
<h3><a href="https://github.com/tendstofortytwo/cmdmap">cmdmap</a></h3>
|
||||
<aside class="languages">Node.js</aside>
|
||||
</div>
|
||||
<p>Node module to map CLI programs to a JSON API. Designed abstraction over standard library features for improved security.</p>
|
||||
</article>
|
||||
</article> -->
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
|
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue