Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Jul 21, 2024
0 parents commit d1fc482
Show file tree
Hide file tree
Showing 33 changed files with 132 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/index-jMe1P3cI.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 103 additions & 0 deletions assets/index-nP3G6juu.js

Large diffs are not rendered by default.

Binary file added assets/inter-cyrillic-400-normal-Df6ckaLK.woff2
Binary file not shown.
Binary file added assets/inter-cyrillic-400-normal-JrS_4yms.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/inter-greek-400-normal-DQXyrmoy.woff2
Binary file not shown.
Binary file added assets/inter-greek-400-normal-DvIPHDQ7.woff
Binary file not shown.
Binary file added assets/inter-greek-ext-400-normal-CIdlr5YK.woff2
Binary file not shown.
Binary file added assets/inter-greek-ext-400-normal-_Rr29XE2.woff
Binary file not shown.
Binary file added assets/inter-latin-400-normal-BT1H-PT_.woff2
Binary file not shown.
Binary file added assets/inter-latin-400-normal-Cdi8t5Mu.woff
Binary file not shown.
Binary file added assets/inter-latin-ext-400-normal-8tIzm-yw.woff
Binary file not shown.
Binary file added assets/inter-latin-ext-400-normal-D3W-OpO-.woff2
Binary file not shown.
Binary file added assets/inter-vietnamese-400-normal-Cnt0N5Vm.woff2
Binary file not shown.
Binary file added assets/inter-vietnamese-400-normal-DIOGfGLL.woff
Binary file not shown.
Binary file added favicon.ico
Binary file not shown.
Binary file added img/profile.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 img/projects/0b-is.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 img/projects/berry-picker-tracker.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 img/projects/bsc-thesis.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 img/projects/film-review-app.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 img/projects/hack-this.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 img/projects/insights.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 img/projects/minitex.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 img/projects/oodikone.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 img/projects/rauhala-io.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 img/projects/rsa.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 img/projects/seminar-paper.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 img/projects/tj-bot.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 img/projects/yesan.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 img/projects/you-github-io.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#05121c" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="My personal homepage" />
<title>Riku Rauhala</title>
<link rel="icon" type="image/ico" href="favicon.ico" />
<style>
:root {
color-scheme: dark;
--joy-palette-primary-main: #90caf9;
--joy-palette-background-body: #000;
--joy-palette-text-primary: #fff;
}
body {
background-color: var(--joy-palette-background-body);
color: var(--joy-palette-text-primary);
}
</style>
<script type="module" crossorigin src="/assets/index-nP3G6juu.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-jMe1P3cI.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit d1fc482

Please sign in to comment.