Signed-off-by: Moxie "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-08-15 09:46:31 -04:00
parent 10c8418f32
commit fb67e77708
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
16 changed files with 46 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Blog</title>
<title>Blog | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Who is The Cobra?</title>
<title>Who is The Cobra? | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Free SOFTWARE Foundation</title>
<title>Free SOFTWARE Foundation | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>#FreeAssange</title>
<title>#FreeAssange | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->

35
cobra.html Normal file
View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>My avatar | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->
<div class=h><h1 id=cobra>My profile picture</h1> <a aria-hidden=true href=#cobra>#cobra</a></div>
<p>My profile picture is a photo of a cobra holding a Tux plush and my ThinkPad.</p>
<p>There have been many iterations over time. The ones that I still have are listed here.</p>
<div class=h><h2 id=zero>Zeroth iteration (XCF file unavailable)</h2> <a aria-hidden=true href=#zero>#zero</a></div>
<img src=/media/pfp/zero.jpeg alt="The zeroth iteration of my cobra profile picture" />
<p>This version was created by a few people on Matrix, namely AIM and Ulfnic.</p>
<br />
<div class=h><h2 id=one>First iteration (XCF file unavailable)</h2> <a aria-hidden=true href=#one>#one</a></div>
<img src=/media/pfp/one.jpeg alt="The first iteration of my cobra profile picture" />
<p>This version is a modified version of the zeroth iteration, using my ThinkPad.</p>
<br />
<div class=h><h2 id=two>Second iteration (<a href=/media/pfp/two.xcf>XCF file</a>)</h2> <a aria-hidden=true href=#two>#two</a></div>
<img src=/media/pfp/two.png alt="The second iteration of my cobra profile picture" />
<p>This version is completely redone, using the original cobra photo from Wikimedia, and a picture of my ThinkPad and Tux plush.</p>
<br />
<div class=h><h2 id=three>Third iteration (<a href=/media/pfp/three.xcf>XCF file</a>)</h2> <a aria-hidden=true href=#three>#three</a></div>
<img src=/media/pfp/three.png alt="The third iteration of my cobra profile picture" />
<p>In this version, I added a trans flag to celebrate my coming out.</p>
<br />
<!--#include file="/footer" -->
</body>
</html>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Contact me</title>
<title>Contact | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->

View File

@ -3,15 +3,15 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Copyright information</title>
<title>Copyright information | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->
<div class=h><h1 id=copyright>Copyright notices</h1> <a aria-hidden=true href=#copyright>#copyright</a></div>
<p>All HTML and CSS on this site is licensed under Creative Commons Attribution ShareAlike 4.0. The HTML is derived from the HTML on <a href=//vern.cc>vern.cc</a> and was created by myself, Arya Kiran, and Daksh Dangwal. The CSS is derived from CSS created by Daksh Dangwal.</p>
<p>The image in the top left corner (and the favicon) is also licensed under CC BY-SA 4.0. The cobra image was taken by Michael Allen Smith, and uploaded to Wikimedia Commons under CC BY-SA 2.0. Tux plush photo and Thinkpad photo are both taken by me. The image is edited by me.</p>
<p>The image in the top left corner (and the favicon) is also licensed under CC BY-SA. The cobra image was taken by Michael Allen Smith, and uploaded to Wikimedia Commons under CC BY-SA 2.0. Tux plush photo and Thinkpad photo are both taken by me. The image is edited by me. My contributions are licensed under CC BY-SA 4.0</p>
<p>I literally have no idea where most of the buttons in the footer come from.</p>
<p>If you have questions about any other legal details about this site, <a href=/contact>contact me</a>.</p>
<p>If you have questions about any other legal details about this site, or would like to request I add a contribution to this page that I missed, <a href=/contact>contact me</a>.</p>
<!--#include file="/footer" -->
</body>
</html>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Donate to me</title>
<title>Donate | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Cobra's site</title>
<title>Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->

BIN
media/pfp/one.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

BIN
media/pfp/three.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
media/pfp/three.xcf Normal file

Binary file not shown.

BIN
media/pfp/two.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

BIN
media/pfp/two.xcf Normal file

Binary file not shown.

BIN
media/pfp/zero.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Cobra's projects</title>
<title>Projects | Cobra's Webpage</title>
</head>
<body>
<!--#include file="/nav" -->