Skip to content

Commit

Permalink
new site new version how cool
Browse files Browse the repository at this point in the history
  • Loading branch information
parpok committed Jul 9, 2024
1 parent 9474898 commit fc9d689
Show file tree
Hide file tree
Showing 10 changed files with 303 additions and 11 deletions.
Binary file added content/projects/BruhDziennik/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/projects/Germa/iPhone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/projects/ImDoingIt/iPhone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/projects/ThisWebsite/Desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/projects/ThisWebsite/iPhone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/projects/meiPhone/iPhone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
<meta property="og:image" content="https://parpok.xyz/content/avatar.png" />
<meta property="og:url" content="https://parpok.xyz" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="pl_PL" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Parpok" />

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My personal website</title>

<link rel="preload" href="style.css" as="style" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
Expand All @@ -46,7 +47,7 @@
<div id="rightSide" class="side">
<h1>Hi. I'm Pat BTW</h1>
<!-- <p>Raccoon dog who likes to make iPhone apps</p> This should appear only in UwU mode or something-->
<p>I love making iPhone apps</p>
<p>I love making iPhone apps that have personality</p>
</div>
</div>
</div>
Expand Down
21 changes: 15 additions & 6 deletions links.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
<meta property="og:image" content="https://parpok.xyz/content/avatar.png" />
<meta property="og:url" content="https://parpok.xyz" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="pl_PL" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Parpok" />

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Links</title>

<link rel="preload" href="style.css" as="style" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
Expand All @@ -41,24 +42,32 @@ <h1>Links</h1>
<a href="mailto:[email protected]">💌 Email me</a>
</div>
<div id="twitterLink" class="CustomLink">
<a href="https://twitter.com/parpok206">🐤 Twitter</a>
<a href="https://twitter.com/parpok206" target="_blank"
>🐤 Twitter</a
>
</div>
<div id="fediLink" class="CustomLink">
<a href="https://101010.pl/@parpok">🦣 Boring ahhh Fedi</a>
<a href="https://101010.pl/@parpok" target="_blank"
>🦣 Boring ahhh Fedi</a
>
</div>
<div id="lastFMLink" class="CustomLink">
<a href="https://www.last.fm/user/Dzenot">🎶🎧 LastFM</a>
<a href="https://www.last.fm/user/Dzenot" target="_blank"
>🎶🎧 LastFM</a
>
</div>
<div id="gitHubLink" class="CustomLink">
<a href="https://github.com/parpok">🐙😺 GitHub</a>
<a href="https://github.com/parpok" target="_blank">🐙😺 GitHub</a>
</div>

<div id="projectsLink" class="CustomLink">
<a href="./projects.html">🅰🔨 Projects</a>
</div>

<div id="bruhSoftwareLink" class="CustomLink">
<a href="https://misskey.parpok.lomza.pl/@bruhSoftware"
<a
href="https://misskey.parpok.lomza.pl/@bruhSoftware"
target="_blank"
>🅱️ BruhSoftware</a
>
</div>
Expand Down
273 changes: 273 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,273 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="description"
content="My personal page with links to GitHub and ways to reach me."
/>
<meta name="author" content="Parpok" />
<meta name="keywords" content="personal page, links" />
<meta property="og:title" content="Parpok" />
<meta
property="og:description"
content="My personal page with links to GitHub and ways to reach me."
/>
<meta property="og:image" content="https://parpok.xyz/content/avatar.png" />
<meta property="og:url" content="https://parpok.xyz" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Parpok" />

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" href="style.css" as="style" />
<link rel="stylesheet" href="style.css" />
<title>Projects</title>
</head>
<body>
<nav>
<a href="./index.html">Home</a>
<a href="./projects.html">Projects</a>
<a href="./links.html">Links</a>
</nav>

<div class="container" id="CenterContainer">
<div class="projectList" id="projectsList">
<div class="project" id="ThisWebsite">
<div class="leftSide">
<img
src="./content/projects/ThisWebsite/iPhone.png"
alt="this Website"
height="500"
width="250"
/>
</div>
<div class="rightSide">
<div>
<h1>This website</h1>
<p>
Who needs React. Why complicate life over a basic website. Let
it have soul instead of long and convoluted tailwind classes.
It's simple, and I'm satisfied with it. <br />
Also thanks ChatGPT for the help with CSS
</p>
</div>

<div id="stack">
<h2>Tech used</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<a href="https://github.com/parpok.parpok.github.io" target="_blank"
><div id="githubThisWebsite" class="GitProjectButton">
🐙😺 View this project on GitHub
</div>
</a>
</div>
</div>

<div class="project" id="meiPhone">
<div class="leftSide">
<img
src="./content/projects/meiPhone/iPhone.png"
alt="meIphone"
height="500"
width="250"
/>
</div>
<div class="rightSide">
<div>
<h1>meiPhone</h1>
<p>
After a break from SwiftUI I used this to get back on track.
Playing around layouts, grid and gauges. Basically imagine if
this website (in past tense) was an iPhone. In theory could be a
nice thing for an App Clip inside a business card or something.
</p>
</div>

<div id="stack">
<h2>Tech used</h2>
<ul>
<li>Swift</li>
<li>SwiftUI</li>
</ul>
</div>
<a href="https://github.com/parpok/meiPhone" target="_blank"
><div id="githubThisWebsite" class="GitProjectButton">
🐙😺 View this project on GitHub
</div>
</a>
</div>
</div>

<div class="project" id="ImDoingIt">
<div class="leftSide">
<img
src="./content/projects/ImDoingIt/iPhone.png"
alt="I'm doing it"
height="500"
width="250"
/>
</div>
<div class="rightSide">
<div>
<h1>I'm doing it</h1>
<p>
This was one of my first "real deal" getting into iPhone
development. A to-do app - What a classic. Not gonna lie working
with it was somewhat nice. SwiftData felt like a breeze. I
wanted to add more things but then I found out that some of them
like iCloud syncing are locked behind paid developer account.

<br />
I know that I've probably made a lot of mistakes but for me - It
doesn't matter.
</p>
<p>This project probably should belong in the unfinished zone</p>
</div>

<div id="stack">
<h2>Tech used</h2>
<ul>
<li>Swift</li>
<li>SwiftUI</li>
<li>SwiftData</li>
</ul>
</div>
<a href="https://github.com/parpok/I-m-doing-it" target="_blank"
><div id="githubThisWebsite" class="GitProjectButton">
🐙😺 View this project on GitHub
</div>
</a>
</div>
</div>

<div class="project" id="Germa">
<div class="leftSide">
<img
src="./content/projects/Germa/iPhone.png"
alt="Germa"
height="500"
width="250"
/>
</div>
<div class="rightSide">
<div>
<h1>Germa Chat</h1>
<p>
This app was made as a ChatGPT clone. But instead of OpenAI APIs
I used Googles Gemini free API.
<br />
Evem thou Google doesn't recommend using the library for
anything else than playing around.
</p>
</div>

<div id="stack">
<h2>Tech used</h2>
<ul>
<li>Swift</li>
<li>SwiftUI</li>
<li>SwiftData</li>
<li>Google Gemini AI Library (Swift)</li>
</ul>
</div>
<a href="https://github.com/parpok/jerma" target="_blank"
><div id="githubThisWebsite" class="GitProjectButton">
🐙😺 View this project on GitHub
</div>
</a>
</div>
</div>
<div class="project" id="BruhDziennik">
<div class="leftSide">
<img
src="./content/projects/BruhDziennik/image.png"
alt="BruhDziennik"
height="500"
width="250"
/>
</div>
<div class="rightSide">
<div>
<h1>BruhDziennik</h1>
<p>
The better iPhone client for Librus Synergia and such. Primarly
made in React (Native) because my friend doesn't have a Mac. -
TBH not a fan of that since its meant to be iPhone only app.
Whatever I'm building the Swift version just in case. Also the
screenshot here comes from the Swift Version.

<br />

And yes - this screenshot shows the old name for it. Whatever -
hoping we wont get a cease and decist in the mail.
</p>
</div>

<div id="stack">
<h2>Tech used</h2>
<ul>
<li>TypeScript</li>
<li>React Native</li>
<li>Swift and SwiftUI in the Swift Prototype</li>
</ul>
</div>
<a href="https://github.com/bruhsoftware/libruh" target="_blank"
><div id="githubThisWebsite" class="GitProjectButton">
🐙😺 View this project on GitHub (mirror)
</div>
</a>
</div>
</div>
</div>
</div>
</body>
</html>
<style>
.project {
display: flex;
flex-direction: row;

margin: 10%;
padding: 1%;

border: 1px solid;
border-radius: 10px;
}

@media (max-width: 600px) {
.project {
flex-direction: column;
}
}

.leftSide {
display: flex;
justify-content: center;
}

.leftSide,
.rightSide {
padding: 10px;
}

.rightSide {
display: flex;
flex-direction: column;

justify-content: space-between;
}

.GitProjectButton {
padding: 2%;
border: 1px solid;
border-radius: 10px;

background-color: black;
color: white;
}
</style>
15 changes: 12 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
display: flex;
flex-direction: column;
overflow: hidden;
}

.container {
Expand Down

0 comments on commit fc9d689

Please sign in to comment.