Skip to content

Commit 18e7fc3

Browse files
committed
OSS landing page
Improve copy Landing Create bitflip.html Update CNAME Delete CNAME landing hero section Update styles.css Update styles.css
1 parent 7d7cb4a commit 18e7fc3

File tree

8 files changed

+2870
-913
lines changed

8 files changed

+2870
-913
lines changed

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/README.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

docs/assets/logo.png

6.71 KB
Loading

docs/assets/logo.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/assets/yc.png

8.3 KB
Loading

docs/bitflip.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting...</title>
7+
<meta http-equiv="refresh" content="0; url=https://github.com/StructuredLabs/.github/blob/main/CodingAssessment.md">
8+
<script>
9+
// Immediate redirect
10+
window.location.href = 'https://github.com/StructuredLabs/.github/blob/main/CodingAssessment.md';
11+
</script>
12+
</head>
13+
<body>
14+
<p>Redirecting to <a href="https://github.com/StructuredLabs/.github/blob/main/CodingAssessment.md">GitHub Coding Assessment</a>...</p>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)