mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 06:16:55 +00:00
update resume
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#### Technologies:
|
#### Technologies:
|
||||||
- PHP (Symfony)
|
- PHP (Symfony)
|
||||||
- JavaScript (Vanilla, Vue.js, Astro)
|
- JavaScript (Vanilla, TypeScript, Vue.js, Astro)
|
||||||
- HTML
|
- HTML
|
||||||
- CSS, SCSS
|
- CSS, SCSS
|
||||||
- MySQL, SQLite
|
- MySQL, SQLite
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#### Technologies:
|
#### Technologies:
|
||||||
- Java
|
- Java
|
||||||
- JavaScript (Vanilla, Vue.js, Astro)
|
- JavaScript (Vanilla, TypeScript, Vue.js, Astro)
|
||||||
- HTML
|
- HTML
|
||||||
- CSS, SCSS
|
- CSS, SCSS
|
||||||
- Git
|
- Git
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import {marked} from "marked";
|
|||||||
|
|
||||||
const title = 'Resume';
|
const title = 'Resume';
|
||||||
const description = 'Something for potential employers to look at.';
|
const description = 'Something for potential employers to look at.';
|
||||||
const permalink = Astro?.site?.href + 'resume' ?? '/resume';
|
const permalink = `${Astro?.site?.href}resume`;
|
||||||
|
|
||||||
const resumeFiles = import.meta.glob('../../public/resume.md', { query: "?raw"});
|
const resumeFiles = import.meta.glob('../../public/resume.md', { query: "?raw"});
|
||||||
let resumeContent = '';
|
let resumeContent = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user