some stuff

This commit is contained in:
john 2024-12-03 17:10:40 +01:00
parent 08ad294d46
commit 6cbf15b783
11 changed files with 165 additions and 5 deletions

View file

@ -17,7 +17,7 @@
<main>
<section id=profile>
<hgroup class="experiences-heading">
<img src="/assets/icon-user.svg"/>
<img src="assets/icon-user.svg"/>
<h2>About Me</h2>
</hgroup>
<p>
@ -29,7 +29,7 @@
<section id=employment-history class="experiences">
<hgroup class="experiences-heading">
<img src="/assets/icon-briefcase.svg"/>
<img src="assets/icon-briefcase.svg"/>
<h2>Employment History</h2>
</hgroup>
<section id=lead-software-engineer-hyre class=experience>
@ -125,7 +125,7 @@
<section id=education class="experiences">
<hgroup class="experiences-heading">
<img src="/assets/icon-academic-cap.svg"/>
<img src="assets/icon-academic-cap.svg"/>
<h2>Education</h2>
</hgroup>
@ -274,4 +274,4 @@
document.title = originalTitle;
});
</script>
</html>
</html>