set up initial styling and structure
This commit is contained in:
7
src/routes/resume/education.svelte
Normal file
7
src/routes/resume/education.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<svelte:head>
|
||||
<title>education</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>Education Page</h1>
|
||||
|
||||
<p>In conjunction with Experiance Page</p>
|
||||
7
src/routes/resume/experiance.svelte
Normal file
7
src/routes/resume/experiance.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<svelte:head>
|
||||
<title>experiance</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>Experiance Page</h1>
|
||||
|
||||
<p>Need A Direct Link For This Page</p>
|
||||
Reference in New Issue
Block a user