Skip to content

Commit

Permalink
Updated resume, title, and skills
Browse files Browse the repository at this point in the history
  • Loading branch information
jstamant committed Jul 29, 2024
1 parent fdfcc94 commit c3c6339
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,28 @@ export default function Page() {
<div className="grid md:grid-cols-2 gap-4 my-8 justify-around text-left">
<div className="mb-8">
<h2 className="text-3xl font-bold text-neutral-800 my-4">Get to know me!</h2>
<p className="my-4">I'm a <strong>Frontend Web Developer</strong>, bringing design and ideation to fruition through web technologies. Check out some of my work in the <a className="font-bold hover:text-theme-700" href="#projects">Projects<FontAwesomeIcon icon={faListUl} className="ml-1 text-base" /></a> section below, or check out my <Link className="font-bold hover:text-theme-700" href="/resume" target="_blank">resume<FontAwesomeIcon icon={faFileLines} className="ml-1 text-base" /></Link></p>
<p className="my-4">I'm a <strong>Full-Stack Web Developer</strong>, bringing design and ideation to fruition through web technologies. My most recent work-experience has me specializing in <strong>Vue</strong>, <strong>ColdFusion</strong>, and <strong>SQL Server</strong>. Check out some of my work in the <a className="font-bold hover:text-theme-700" href="#projects">Projects<FontAwesomeIcon icon={faListUl} className="ml-1 text-base" /></a> section below, or check out my <Link className="font-bold hover:text-theme-700" href="/resume" target="_blank">resume<FontAwesomeIcon icon={faFileLines} className="ml-1 text-base" /></Link></p>
<p className="my-4">I aim to be versatile in all facets - not just programming! I pull my knowledge from many disciplines: engineering, telecommunications, woodworking, skateboarding, <a className="font-bold hover:text-theme-700" href="https://www.tabletop.engineering/" target="_blank">role-playing games<FontAwesomeIcon icon={faArrowUpRightFromSquare} className="ml-1 text-base" /></a>, life-coaching, and more!</p>
<p className="my-4">I'm <strong>currently looking for a development job</strong>. If you like what you see and you think we'd be a good match, then don't hesitate to contact me.</p>
</div>
<div className="mb-8">
<h2 className="text-3xl font-bold text-neutral-800 my-4">Technical Skills</h2>
<div className="flex flex-wrap">
<Skill>Vue</Skill>
<Skill>ColdFusion/CFML</Skill>
<Skill>SQL Server</Skill>
<Skill>JavsScript</Skill>
<Skill>TailwindCSS</Skill>
<Skill>REST API</Skill>
<Skill>Git</Skill>
<Skill>HTML</Skill>
<Skill>CSS</Skill>
<Skill>C/C++</Skill>
<Skill>Git</Skill>
<Skill>JavsScript</Skill>
<Skill>TailwindCSS</Skill>
<Skill>Node</Skill>
<Skill>React</Skill>
<Skill>Linux</Skill>
<Skill>Emacs</Skill>
<Skill>Responsive Design</Skill>
<Skill>SQL Basics</Skill>
<Skill>Frameworks & Libraries</Skill>
</div>
<h2 className="text-3xl font-bold text-neutral-800 my-4">Personal Management Skills</h2>
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const nextConfig = {
output: 'export',
env: {
site: {
subtitle: 'A Frontend Web Developer, ready to hit the ground running on your codebase.',
subtitle: 'A Full-Stack Web Developer, ready to hit the ground running on your codebase.',
},
},
}
Expand Down
Binary file modified public/Justin St-Amant Resume.pdf
Binary file not shown.

0 comments on commit c3c6339

Please sign in to comment.