style/fix: fix header for mobile, add phone page and links, update footer style, update readme, replace tilde with blog
This commit is contained in:
parent
6a3f7ab9ed
commit
8529a2e3a1
7 changed files with 285 additions and 16 deletions
|
@ -5,6 +5,7 @@ import FeaturedRepos from '../widgets/FeaturedRepos'
|
|||
import Image from 'next/image'
|
||||
import { useState } from 'react'
|
||||
import Link from 'next/link'
|
||||
import Button from '../objects/Button'
|
||||
|
||||
export default function About() {
|
||||
const [imageError, setImageError] = useState(false);
|
||||
|
@ -45,6 +46,14 @@ export default function About() {
|
|||
My Google Pixel 7 Pro (cheetah) runs LineageOS 22.1, and has been one of my favorite additions to my life. It is proudly rooted with KernelSU-Next. It has suffered one drop to it's back on a tile floor.
|
||||
</p>
|
||||
</div>
|
||||
<div className="mt-12">
|
||||
<h2 className="text-2xl font-semibold mb-4 text-gray-200">Devices</h2>
|
||||
<p className="text-gray-300 mb-4">You can learn more about the devices I use daily with the pages below:</p>
|
||||
<Button
|
||||
href="/phone"
|
||||
label="My Phone"
|
||||
/>
|
||||
</div>
|
||||
<div className="mt-12">
|
||||
<h2 className="text-2xl font-semibold mb-4 text-gray-200">My Gitea/GitHub Contributions</h2>
|
||||
<p className="text-gray-300 mb-4">Most of my repositories have migrated to <Link href="https://git.pontusmail.org/" className="text-blue-400 hover:underline">LibreCloud Git</Link>. My username is <Link href="https://git.pontusmail.org/aidan/" className="text-blue-400 hover:underline">aidan</Link>.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue