commit 6fb6daf8ed36e01024bb022be0c5d765f0176ae9 Author: Tristan Smith Date: Sun Sep 22 18:12:39 2024 -0400 first commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..f2f165d --- /dev/null +++ b/index.html @@ -0,0 +1,49 @@ + + + + + + ProfaneC + + + +
+

ProfaneC

+

The Unholy Companion to HolyC

+
+ +
+
+

Welcome to ProfaneC

+

Programming so blasphemous, it can only be handled by true heretics.

+ Get Started +
+ +
+

What is ProfaneC?

+

+ ProfaneC is a programming language, born from the unholy depths of the terminal. + Inspired by Terry Davis' HolyC, it flips the script on divine programming, bringing blasphemy + to your fingertips. +

+
+ +
+

Download

+

+ Ready to embrace the chaos? Head over to our Git repository + and unleash ProfaneC on your machine. +

+
+ +
+

Contribute

+

ProfaneC needs more heretics! Join us in our quest for programming infamy.

+
+
+ + + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..30dd7cd --- /dev/null +++ b/styles.css @@ -0,0 +1,35 @@ +body { + font-family: 'Courier New', monospace; + background-color: #111; + color: #eee; + margin: 0; + padding: 0; + text-align: center; +} + +header { + padding: 20px; + background-color: #222; +} + +h1 { + font-size: 3rem; + margin: 0; +} + +p { + font-size: 1.2rem; +} + +main { + padding: 20px; +} + +.intro .btn { + display: inline-block; + margin-top: 20px; + padding: 10px 20px; + background-color: #ff4500; + color: white; + text-decoration: none; + border-radius: