Skip to content

Commit

Permalink
Updated links to be clear
Browse files Browse the repository at this point in the history
  • Loading branch information
mzen17 committed Feb 5, 2024
1 parent f861bc1 commit 0644c19
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Don't change base_url in prod
.svelte.config.js
21 changes: 12 additions & 9 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,20 @@
<ul>
<li>Data Engine | A highly performant data engine written in Rust and Tauri for processing, filtering, or cleaning of mass amounts of data.</li>
<li>Character AI | An AI for characters, taking a different approach than most by representing humans as a dense list of actions, based off of the statement "actions speak louder than words."</li>
<li><a href="https://ltw.pages.dev">Light the World</a> | A 3D game with Unreal Engine that relies on the character AI to create an immerse gaming experience. | Expected Completion Date: Q3 2025</li>
<li><a href={base + "/"}>Personal Website </a>| A website built from scratch using SvelteKit with TailwindCSS.</li>
<li><a href="https://github.com/mzen17/life-manager">Life Manager</a> | A web app to help you manage your life! Powered by ReactJS, FastAPI, PostgreSQL, and Tailwindcss</li>
<li><a class="text-blue-400" href="https://ltw.pages.dev">Light the World</a> | A 3D game with Unreal Engine that relies on the character AI to create an immerse gaming experience. | Expected Completion Date: Q3 2025</li>
<li><a class="text-blue-400" href={base + "/"}>Personal Website </a>| A website built from scratch using SvelteKit with TailwindCSS.</li>
<li><a class="text-blue-400" href="https://github.com/mzen17/life-manager">Life Manager</a> | A web app to help you manage your life! Powered by ReactJS, FastAPI, PostgreSQL, and Tailwindcss</li>
</ul>

<h1 class="text-2xl mt-4">Site Links</h1>
<ul>
<li><a class=" text-blue-400" href={base + "/coursework"}>Coursework</a></li>
<li><a class=" text-blue-400" href={base + "/portfolios"}>Portfolios</a></li>
</ul>

<h1 class = "text-2xl mt-4">Other links</h1>
<ul>
<li><a href="https://github.com/mzen17">Github</a>
<li><a href="https://linkedin.com/in/mike-zeng-189756257/">Linkedin</a></li>
<li><a href={base + "/coursework"}>Coursework</a></li>
<li><a href={base + "/portfolios"}>Portfolios</a></li>
<li><a href="https://wn.mzen17.xyz">WNs</a></li>
<li><a class=" text-blue-400" href="https://github.com/mzen17">Github</a>
<li><a class=" text-blue-400" href="https://linkedin.com/in/mike-zeng-189756257/">Linkedin</a></li>
<li><a class=" text-blue-400" href="https://wn.mzen17.xyz">WNs</a></li>
</ul>
</div>
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {

kit: {
paths: {
//base: '/proxy/5173'
base: '/proxy/5173'
},
adapter: adapter({
// default options are shown. On some platforms
Expand Down

0 comments on commit 0644c19

Please sign in to comment.