Skip to content

Commit

Permalink
Initial website commit
Browse files Browse the repository at this point in the history
  • Loading branch information
5g committed Aug 29, 2024
1 parent 3118fd8 commit 4c1e97f
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 0 deletions.
26 changes: 26 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>Twilight Software</title>
</head>
<link rel="stylesheet" href="https://unpkg.com/7.css">
<body>
<ul role="menubar">
<li role="menuitem" tabindex="0"><a href="/">Home</a></li>
<li role="menuitem" tabindex="0"><a href="projects">Projects</a></li>
<li role="menuitem" tabindex="0"><a href="contribute">Contribute</a></li>
<li role="menuitem" tabindex="0"><a href="about">About</a></li>
</ul>
<div class="maintext">
<header class="header"><h4>Welcome to Twilight Software!</h4></header>
<header class="paragraph2">
<p>
This website is very WIP.<br>
</p>
</header>
</div>
<main></main>
<footer></footer>
</body>
</html>
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>Twilight Software</title>
</head>
<link rel="stylesheet" href="https://unpkg.com/7.css">
<body>
<ul role="menubar">
<li role="menuitem" tabindex="0"><a href="/">Home</a></li>
<li role="menuitem" tabindex="0"><a href="projects">Projects</a></li>
<li role="menuitem" tabindex="0"><a href="contribute">Contribute</a></li>
<li role="menuitem" tabindex="0"><a href="about">About</a></li>
</ul>
<div class="maintext">
<header class="header"><h4>Welcome to Twilight Software!</h4></header>
<header class="paragraph2">
<p>
This website is very WIP.<br>
</p>
</header>
</div>
<main></main>
<footer></footer>
</body>
</html>
31 changes: 31 additions & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>Twilight Software Projects</title>
</head>
<link rel="stylesheet" href="https://unpkg.com/7.css">
<body>
<ul role="menubar">
<li role="menuitem" tabindex="0"><a href="/">Home</a></li>
<li role="menuitem" tabindex="0"><a href="projects">Projects</a></li>
<li role="menuitem" tabindex="0"><a href="contribute">Contribute</a></li>
<li role="menuitem" tabindex="0"><a href="about">About</a></li>
</ul>
<div class="maintext">
<header class="header"><h4>Our projects<br></h1></header>
<header class="header"><h5>These are projects meant to improve and/or bring legacy OS compatibility back to a program.<br></h4>
<header class="header"><p>
<a href="projects/luminafox">Luminafox</a><br>A Firefox fork targeting older versions of Windows!<br><br>
<header class="header"><h4>Upcoming projects<br></h1></header>
<header class="header"><h5>Stuff we're either working on or we will work on soon'<br></h4>
<a href="projects/sunrise">Sunrise</a><br>Modern-ish web browser for older systems<br><br>
<a href="projects/luminamail">Luminamail</a><br>Optimized mail client for Windows XP or higher<br><br>
<a href="projects/project-2600">Project 2600</a><br>Windows XP API extensions to allow for better program compatibility<br><br>
<a href="projects/powershell-xp">PowerShell XP</a><br>Windows Powershell backported to Windows XP<br><br>

</div>
<main></main>
<footer></footer>
</body>
</html>
4 changes: 4 additions & 0 deletions projects/luminafox/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="">
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/luminafox'" />
</html>
4 changes: 4 additions & 0 deletions projects/luminamail/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="">
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/luminamail'" />
</html>
4 changes: 4 additions & 0 deletions projects/powershell-xp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="">
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/powershell-xp'" />
</html>
4 changes: 4 additions & 0 deletions projects/project-2600/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="">
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/project-2600'" />
</html>
4 changes: 4 additions & 0 deletions projects/sunrise/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="">
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/sunrise'" />
</html>

0 comments on commit 4c1e97f

Please sign in to comment.