Removed icons in headings
This commit is contained in:
parent
31fa0a4bcb
commit
eb6e3749dc
1 changed files with 5 additions and 5 deletions
10
resume.tsx
10
resume.tsx
|
@ -5,11 +5,11 @@ export const header = {
|
|||
subheading: <span>Download a copy of my resume <a href="https://static.fosterhangdaan.com/documents/foster-hangdaan-resume.pdf" download>here</a>.</span>,
|
||||
};
|
||||
|
||||
export default function({ comp }) {
|
||||
export default function() {
|
||||
return (
|
||||
<>
|
||||
<section>
|
||||
<h2>{comp.icons.ChartAreaFilled()} Experience</h2>
|
||||
<h2>Experience</h2>
|
||||
<div>
|
||||
<h3 className="inline">Zetane Systems</h3>
|
||||
<span className="resume--work-position">Full-Stack Developer</span>
|
||||
|
@ -35,7 +35,7 @@ export default function({ comp }) {
|
|||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>{comp.icons.School()} Education</h2>
|
||||
<h2>Education</h2>
|
||||
<div>
|
||||
<h3 className="inline">Computer Engineering Technology</h3>
|
||||
<span className="resume--education-emphasis">Emphasis in Computer Programming</span>
|
||||
|
@ -45,7 +45,7 @@ export default function({ comp }) {
|
|||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>{comp.icons.ChartBar()} Skills</h2>
|
||||
<h2>Skills</h2>
|
||||
<h3>Programming Languages</h3>
|
||||
<ul>
|
||||
<li>JavaScript</li>
|
||||
|
@ -63,7 +63,7 @@ export default function({ comp }) {
|
|||
<li>Node.js</li>
|
||||
<li>Vue.js</li>
|
||||
</ul>
|
||||
<h3>Other Tools</h3>
|
||||
<h3>Other Tools & Software</h3>
|
||||
<ul>
|
||||
<li>Docker</li>
|
||||
<li>Linux</li>
|
||||
|
|
Loading…
Reference in a new issue