Skip to content
Closed

Test #35

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 9 additions & 14 deletions src/components/apps/PurusProfile/PurusProfile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,31 @@

<section class="container">
<header class="titlebar app-window-drag-handle">
<span>About the Developer</span>
<span>About Me</span>
</header>

<aside class:light={$theme.scheme === 'light'}>
<nav>
<a href="https://www.puruvj.dev/blog" use:external> <BlogIcon /> Blog </a>
<a href="https://www.puruvj.dev/works" use:external> <WorksIcon /> Works </a>
<a href="https://gatsby-gitblog.vercel.app" use:external> <BlogIcon /> Blog </a>
<a href="https://github.com/RedEdge967?tab=repsitories" use:external> <WorksIcon /> Works </a>

<hr />

<a href="https://www.puruvj.dev/twitter" use:external>
<TwitterIcon />
Twitter
</a>
<a href="https://www.puruvj.dev/github" use:external> <GithubIcon /> Github </a>
<a href="https://www.puruvj.dev/devto" use:external> <DevToIcon /> Dev.to </a>
<a href="https://github.com/RedEdge967" use:external> <GithubIcon /> Github </a>
</nav>
</aside>

<section class="content">
<img
height="200"
width="200"
src="/assets/app-data/purus-profile/puru.webp"
alt="Puru Vijay Profile pic"
src="https://avatars.githubusercontent.com/u/91379432?v=4"
alt="Chandula Janith Profile pic"
/>

<br />

<h1>Hi, I'm Puru</h1>
<h1>Hi, I'm Chandula</h1>

<h2>
I'm the creator of macOS Web, which you're on right now
Expand All @@ -61,8 +56,8 @@
<br /><br />

<p>
However, my love for tech doesn't end there. I enjoy writing backend APIs, scripts, working
with databases, and my fav platforms are NodeJS, Deno and Go
However, my love for tech doesn't end there. I enjoy writing Games,
websites, blog posts and more...
</p>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/components/apps/VSCode/VSCode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div>
<iframe
class:iframe-dragged={isBeingDragged}
src="https://stackblitz.com/github/puruvj/macos-web?embed=1&file=src/components/Desktop/Desktop.svelte&hideNavigation=1&theme=dark&view=editor"
src="https://github1s.com/RedEdge967/macos-svelte"
title="VS Code for macOS Web"
/>
</div>
Expand Down