Removed icons in headings

This commit is contained in:
Foster Hangdaan 2023-08-01 21:21:22 -04:00
parent 31fa0a4bcb
commit eb6e3749dc
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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>, 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 ( return (
<> <>
<section> <section>
<h2>{comp.icons.ChartAreaFilled()} Experience</h2> <h2>Experience</h2>
<div> <div>
<h3 className="inline">Zetane Systems</h3> <h3 className="inline">Zetane Systems</h3>
<span className="resume--work-position">Full-Stack Developer</span> <span className="resume--work-position">Full-Stack Developer</span>
@ -35,7 +35,7 @@ export default function({ comp }) {
</ul> </ul>
</section> </section>
<section> <section>
<h2>{comp.icons.School()} Education</h2> <h2>Education</h2>
<div> <div>
<h3 className="inline">Computer Engineering Technology</h3> <h3 className="inline">Computer Engineering Technology</h3>
<span className="resume--education-emphasis">Emphasis in Computer Programming</span> <span className="resume--education-emphasis">Emphasis in Computer Programming</span>
@ -45,7 +45,7 @@ export default function({ comp }) {
</div> </div>
</section> </section>
<section> <section>
<h2>{comp.icons.ChartBar()} Skills</h2> <h2>Skills</h2>
<h3>Programming Languages</h3> <h3>Programming Languages</h3>
<ul> <ul>
<li>JavaScript</li> <li>JavaScript</li>
@ -63,7 +63,7 @@ export default function({ comp }) {
<li>Node.js</li> <li>Node.js</li>
<li>Vue.js</li> <li>Vue.js</li>
</ul> </ul>
<h3>Other Tools</h3> <h3>Other Tools & Software</h3>
<ul> <ul>
<li>Docker</li> <li>Docker</li>
<li>Linux</li> <li>Linux</li>