refactor: remove portfolio
This commit is contained in:
parent
565297c9b3
commit
584b4a60da
54 changed files with 28 additions and 1085 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
@ -8,7 +8,7 @@
|
|||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="About developomp - socials, links, discord server, contact, blog, portfolio, resume, etc."
|
||||
content="About developomp - socials, links, discord server, contact, blog, resume, etc."
|
||||
/>
|
||||
<title>developomp</title>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
<meta property="og:site_name" content="developomp" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="About developomp - socials, links, discord server, contact, blog, portfolio, resume, etc."
|
||||
content="About developomp - socials, links, discord server, contact, blog, resume, etc."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://developomp.com" />
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
<script>
|
||||
import { page } from "$app/stores"
|
||||
</script>
|
||||
|
||||
<nav
|
||||
class="mx-auto flex h-14 max-w-screen-mobile flex-col items-center justify-between px-4 xs:flex-row"
|
||||
>
|
||||
<!-- only show home button when not in home -->
|
||||
<a
|
||||
href="/"
|
||||
aria-current={$page.url.pathname === "/" ? "page" : undefined}
|
||||
class="left-0"
|
||||
style={$page.url.pathname === "/" ? "visibility: hidden;" : ""}
|
||||
>
|
||||
Home
|
||||
</a>
|
||||
|
||||
<ul class="flex list-none gap-4 no-underline">
|
||||
<li aria-current={$page.url.pathname === "/" ? "page" : undefined}>
|
||||
<a target="_blank" href="https://blog.developomp.com">Blog</a>
|
||||
</li>
|
||||
<li aria-current={$page.url.pathname === "/about" ? "page" : undefined}>
|
||||
<a target="_blank" href="https://portfolio.developomp.com">
|
||||
Portfolio
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<style lang="postcss">
|
||||
li {
|
||||
@apply inline;
|
||||
}
|
||||
</style>
|
|
@ -1,10 +1,7 @@
|
|||
<script>
|
||||
import "./app.css"
|
||||
|
||||
import Navbar from "$/components/Navbar.svelte"
|
||||
</script>
|
||||
|
||||
<Navbar />
|
||||
<main
|
||||
class="mx-auto my-0 flex w-full max-w-5xl flex-col items-center px-8 py-0 text-center font-normal"
|
||||
>
|
||||
|
|
|
@ -1,23 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://developomp.com</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://blog.developomp.com</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://portfolio.developomp.com</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://developomp.com/resume</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://developomp.com</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://blog.developomp.com</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://developomp.com/resume</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Add table
Add a link
Reference in a new issue