Compare commits

...

5 commits

Author SHA1 Message Date
Yash Karandikar de24879ce5 Fix #24 2022-07-22 21:08:32 -05:00
Yash Karandikar ffa53e79e5 Fix #20 2022-07-22 20:44:15 -05:00
Yash Karandikar 6fd732586d Fix #22 2022-07-22 20:42:02 -05:00
Yash Karandikar e163eb5fb1 Fix #17 2022-07-22 20:41:10 -05:00
Yash Karandikar abbdad1d78 Fix #12 2022-07-22 20:40:04 -05:00
10 changed files with 39 additions and 14 deletions

View file

@ -7,7 +7,7 @@ Over the past few days, I've been moving all the repos from my old git server to
The reason for this was frankly because I am going to start looking for jobs soon and in my opinion, gitea is easier to navigate (and read source code on) than cgit for hiring teams and other non-technical people, especially if they have interacted with GitHub in the past.
The process was extremely easy and quick. The only thing you need is a SQL (pronounced sequel) server, such as MariaDB/MySQL, PostgreSQL, and SQLite.
The process was extremely easy and quick. The only thing you need is a SQL (pronounced sequel) server, such as MariaDB/MySQL, PostgreSQL, or SQLite.
I used PostgreSQL because I already had a server running; information about other database backends can be found at [the ArchWiki](https://wiki.archlinux.org/title/Gitea).

View file

@ -7,5 +7,5 @@ date = "2020-01-14"
Links:
- [GitHub](https://github.com/karx1/ezflags)
- [PYPI](https://pypi.org/projects/ezflags)
- [PYPI](https://pypi.org/project/ezflags)

View file

@ -1,9 +0,0 @@
+++
title = "VaxProof: Show proof of vaccination"
date = "2021-04-17"
+++
VaxProof is a simple app you can use to show proof of COVID-19 vaccination(s) created using Django and React Native. Currently Work-In-Progress.
Links:
- [GitHub](https://github.com/karx1/VaxProof)

34
sass/fonts.scss Normal file
View file

@ -0,0 +1,34 @@
@mixin ubuntu {
font-family: 'Ubuntu';
font-display: swap;
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@mixin ubuntu-ext {
@include ubuntu;
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
@include ubuntu;
font-weight: 700;
src: url(/ubuntu-latin-700.woff2) format('woff2');
}
@font-face {
@include ubuntu-ext;
font-weight: 700;
src: url(/ubuntu-latin-ext-700.woff2) format('woff2');
}
@font-face {
@include ubuntu;
font-weight: 300;
src: url(/ubuntu-latin-300.woff2) format('woff2');
}
@font-face {
@include ubuntu-ext;
font-weight: 300;
src: url(/ubuntu-latin-ext-300.woff2) format('woff2');
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -5,9 +5,8 @@
<meta charset="utf-8">
<title>Welcome to Yash's Website!</title>
<link rel="stylesheet" href="/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,700;1,300;1,700&display=swap" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,700;1,300;1,700&display=swap" rel="stylesheet"> -->
<link href="/fonts.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Welcome to Yash's Website!" />
<meta property="og:type" content="website" />

View file

@ -28,6 +28,7 @@ Stuff:
</ul>
<li>E-mail: <a href="mailto:yash@karx.xyz">yash@karx.xyz</a> [<a href="/signature.asc">GPG Signature</a>]</li>
<li>Mastodon: <a href="https://tilde.zone/@karx">@karx@tilde.zone</a></li>
<li><a href="https://tilde.team/~karx/">find me on tilde.team</a></li>
</ul>
</p>
<p>