Init of repo

[Details]
N/A

[Note]
N/A

[Bugs]
N/A

[File's changed]
This commit is contained in:
Stephen Cochrane 2020-04-03 00:04:30 +02:00
parent 24ed9a85ba
commit 1c827e0955
3 changed files with 57 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# yggpi
This is my website root, I plan on improving it over time
## Details
The purpose of this repo is to 'act' as the root of my website, allowing for
easier transfer to different domains, and editing the website, as wherever the
website is hosted, the website will display what ever is on master, with
daily updates (this will be handled by a script.

BIN
assets/media/skippy.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

51
html/index.html Normal file
View File

@ -0,0 +1,51 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Skippy's SD</title>
</head>
<body vlink="#551A8B" text="#000000" bgcolor="#999999" alink="#EE0000"
link="#0000EE">
<h1 align="center"><font color="#990000" size="+3" face="Helvetica,
Arial, sans-serif">Welcome!</font></h1>
<div align="center"><img
src="../assets/media/skippy.jpeg" alt="My sexy
face" width="113" height="99"></div>
<p align="center">"Vim or gtfo"<br>
</p>
<hr width="100%" size="2">
<p align="center">About Me,<br>
Stephen "The King of Vim/ Slayer of CS244/ Slayer of Math214/
Slayer of Math244/ Yeet or be Yoted/ Kek or be Keked/ This is my
swamp/ The WiFi is not working/ Tinder bot when?/ Boomer Doomer"
Cochrane<br>
</p>
<p align="center">I am currently studying BSc Computer Science at
Stellenbosch, I am in my 3rd year of studies.<br>
</p>
<p align="center">Here is a <a href="https://github.com/skippy404" target="_blank">link</a>
to my github acc.<br>
</p>
<p align="center"><br>
</p>
<h2 align="center"><font size="+1">~~Current Projects~~</font></h2>
<p align="center">Im currently busy setting up a cloud server
running on the yggdrasil network<br>
</p>
<p align="center">CS334 Group website<br>
</p>
<p align="center">Setting up a DNS server running off my pi<br>
<br>
</p>
<h2 align="center"><font size="+1">~~Contact Details~~</font></h2>
<p align="center">Email: skippycochrane@gmail.com<br>
Twitter: @king_of_vim<br>
Instagram: @skippy_stephen<br>
</p>
<h2><br>
</h2>
<p align="center"><br>
</p>
</body>
</html>