Cobra Computing

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-03-03 15:19:00 -05:00
parent ec89084a53
commit c881671332
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 30 additions and 1 deletions

30
cobracomputing.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="//gcdn.vern.cc/users/cobra/website/style.css">
<title>Cobra Computing | Cobra's Webpage</title>
</head>
<body>
<a id=computing></a>
<!--#include file="/nav" -->
<div class=h><h1>Cobra Computing</h1> <a aria-hidden=true href=#computing>#computing</a></div>
<a id=logo></a>
<p>Cobra Computing is my brand of libre hardware designs.</p>
<p>There is a Forgejo organization at <a href="//git.vern.cc/CobraComputing">http://git.vern.cc/CobraComputing</a></p>
<p>Current projects include:</p>
<ul>
<li><a href="//git.vern.cc/CobraComputing/RGB-Ultrabay">RGB Ultrabay</a> - ThinkPad Serial Ultrabay Slim module for RGB lights.</li>
</ul>
<div class=h><h1>Logo</h1> <a aria-hidden=true href=#logo>#logo</a></div>
<p>There are four variations of the Cobra Computing logo, all licensed under CC BY-SA 4.0.</p>
<img width=40vw src="//gcdn.vern.cc/users/cobra/website/cobra-computing.svg" style="background-color:white;">
<img width=40vw src="//gcdn.vern.cc/users/cobra/website/cobra-computing-white.svg">
<img width=40vw src="//gcdn.vern.cc/users/cobra/website/cobra-computing-colored.svg" style="background-color:white;">
<img width=40vw src="//gcdn.vern.cc/users/cobra/website/cobra-computing-trans.svg" style="background-color:white;">
<!--#include file="/footer" -->
</body>
</html>

View File

@ -18,7 +18,6 @@
<li><a href=//git.vern.cc/cobra/rural-dict>Rural Dictionary</a> - A privacy-respecting front-end for Urban Dictionary</li>
<li><a href=//git.vern.cc/cobra/Suds>Suds</a> - A privacy-respecting front-end for Snopes.com</li>
<li><a href=//git.vern.cc/cobra/Destructables>Destructables</a> - A privacy-respecting front-end for Instructables</li>
<li><a href="//git.vern.cc/cobra/hardware/src/branch/main/rgb-ultrabay">RGB Ultrabay</a> - A Serial Ultrabay Slim module featuring RGB lights</li>
</ul>
<!--#include file="/footer" -->
</body>