Improved website, added basic nav
parent
1df58faba4
commit
becd1139a8
|
@ -5,6 +5,7 @@
|
|||
|
||||
body {
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-size: 16px;
|
||||
margin-top: 1%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
|
@ -30,8 +31,13 @@ a {
|
|||
color: #F98E03;
|
||||
}
|
||||
|
||||
.crypto {
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
word-wrap: break-word;
|
||||
ul {
|
||||
display flex;
|
||||
flex-direction row;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background: rgb(54,4,79);
|
||||
background: radial-gradient(circle, rgba(54,4,79,1) 20%, rgba(20,1,29,1) 88%);
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang=en>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>Polarian's CV</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=navbar>
|
||||
<p>
|
||||
<a href=/>Home</a> | <a href=/cv>CV</a>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<p>This page is not yet finished, please check again another time</p>
|
||||
</html>
|
|
@ -1,25 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang=en>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>Polarian's Website</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=navbar>
|
||||
<p>
|
||||
<a href=/>Home</a> | <a href=/cv>CV</a>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<h1>Welcome to my website</h1>
|
||||
<p id="welcome">
|
||||
Hello and welcome to my website, I am Polarian. I am a <b>Computer Science Student</b> from the <b>UK</b>.
|
||||
Hello and welcome to my website, I am Polarian. A high functioning autistic 17 year old <b>Computer Science Student</b> from the <b>UK</b>.
|
||||
I am the founder of Icebound Development, a software development organisation.
|
||||
</p>
|
||||
<hr>
|
||||
<h2>About Me</h2>
|
||||
<p>
|
||||
I am a Free and Open Source Software Developer from the UK, I am a privacy and right to repair advocate.
|
||||
I mainly code in Java, despite disliking oracles control over the language and how inefficient the language is.
|
||||
I am passionate about the C programming language due to its simplicity and speed, however due to lack of basic data
|
||||
structures I have avoiding using the language, until now.
|
||||
For many years I have been interested in STEM, my favourite subjects are <b>chemistry</b> and <b>computer science</b>. I am
|
||||
A OSS (Open Source Software) advocate, and a right to repair advocate. I believe science and knowledge should be available
|
||||
for all, without having to pay, and therefore, against the idea of proprietary software.
|
||||
</p>
|
||||
<p>
|
||||
I currently run Arch Linux on my laptop. I have run a lot of other distros, including gentoo, however arch linux is the
|
||||
best option for me which I have found. I plan on making my own Linux Distribution called `lblinux` when I get time.
|
||||
I run <b>Arch Linux</b> on my laptop for every day use, unlike a lot of linux users I do not duel boot, I stick to one os,
|
||||
and my dotfiles rarely change, I am quite rigid in my setup.
|
||||
</p>
|
||||
<p>
|
||||
I love hosting applications, I host my own git repositories, websites, DNS server and other useful applications on a server
|
||||
which I maintain and upgrade myself. I am interested in <b>software</b>, <b>hardware</b>, <b>networking</b> and <b>security</b>
|
||||
</p>
|
||||
<p>
|
||||
In the future I will be working on my own linux distribution called <b>Little Blue Linux (lblinux)</b> as part of the
|
||||
Icebound organisation. Lblinux will be built around speed, privacy friendly and open source.
|
||||
</p>
|
||||
<hr>
|
||||
<h2>Links</h2>
|
||||
|
@ -27,21 +42,7 @@
|
|||
<a href="mailto:polarian@polarian.dev">Email: polarian@polarian.dev</a> <br>
|
||||
Xmpp: polarian@polarian.dev
|
||||
<p>
|
||||
You can find my source code on <a href="https://git.polarian.dev">git</a>
|
||||
You can find my source code on my <a href="https://git.polarian.dev">gitea</a> instance.
|
||||
</p>
|
||||
<hr>
|
||||
<h2>Donations</h2>
|
||||
<p>
|
||||
If you would like to support my work, feel free to donate to me, you can donate through: <br>
|
||||
<a href="bitcoin:bc1qfenwf6s3x73pkuydx47ytl46457c3k7l7uet20">Bitcoin:</a>
|
||||
<p class="crypto">bc1qfenwf6s3x73pkuydx47ytl46457c3k7l7uet20</p>
|
||||
<a href="monero:84eKvg15YAaTH4TnyzasHJLh9b4JFT2pKdtMiBABPFRRN8cKg5BYwUcAYoR5ySJHAhBjnHfdNVmdkEt974eDm5ZJ81J5Qhz">Monero:</a>
|
||||
<p class="crypto">84eKvg15YAaTH4TnyzasHJLh9b4JFT2pKdtMiBABPFRRN8cKg5BYwUcAYoR5ySJHAhBjnHfdNVmdkEt974eDm5ZJ81J5Qhz</p>
|
||||
</p>
|
||||
<p>
|
||||
If you would like additional supported crypto currencies to donate to me, please email me. I would rather not accept typical currencies as I would like
|
||||
to promote the use of cryptocurrencies, by only accepting crypto I am creating a demand for crypto hopefully helping it grow in the future.
|
||||
</p>
|
||||
<hr>
|
||||
<body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue