Update resume for web dev
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
<a href="https://www.redhat.com/" target="_blank">Red Hat</a>.
|
||||
</li>
|
||||
<li>
|
||||
I'm a Computer Science student at the University of
|
||||
Toronto, graduating at the end of 2023 (currently
|
||||
looking for a full-time position!).
|
||||
I'm graduated with a 3.84 GPA studying Computer Science at the
|
||||
University of Toronto in 2024 (currently looking for a full-time position!).
|
||||
</li>
|
||||
<li>
|
||||
I'm greatly interested in all things Linux and
|
||||
|
||||
@@ -1,17 +1,10 @@
|
||||
<div class="project">
|
||||
<div class="row project-header">
|
||||
<div class="col-8 text-left">
|
||||
<a class="project-link" href="{{ .Get "url" }}" target="_blank">
|
||||
<img src="{{ "img/resume/link.svg" | relURL }}" alt="link-icon">
|
||||
</a>
|
||||
<button class="btn" type="button" data-toggle="collapse"
|
||||
data-target="#{{ .Get "name" | lower | urlize }}-details"
|
||||
aria-expanded="false" aria-controls="{{ .Get "name" | lower | urlize }}-details">
|
||||
<h2 class="project-title">
|
||||
{{ .Get "name" }}
|
||||
<img class="down-triangle" src="{{ "img/resume/down-triangle.png" | relURL }}" alt="link-icon">
|
||||
</h2>
|
||||
</button>
|
||||
<span><{{ .Get "languages" }}></span>
|
||||
</div>
|
||||
<div class="col-4 text-right date">{{ .Get "date" }}</div>
|
||||
</div>
|
||||
@@ -21,3 +14,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
18
layouts/shortcodes/resume/work-experience.html
Normal file
18
layouts/shortcodes/resume/work-experience.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="work-experience">
|
||||
<div class="row">
|
||||
<div class="col-8 text-left">
|
||||
<p class="company">
|
||||
{{ .Get "name" }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="col text-right date">{{ .Get "date" }}</div>
|
||||
</div>
|
||||
<!-- <span class="title"> -->
|
||||
<span class="position">
|
||||
{{ .Get "title" }}
|
||||
</span>
|
||||
<span class="languages">
|
||||
<{{ .Get "languages" }}>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user