From d9349538b68b606bd730ea385194cf0a6d4845f2 Mon Sep 17 00:00:00 2001 From: steevLP Date: Sun, 13 Mar 2022 15:23:05 +0100 Subject: [PATCH] added first version of website --- docs/alerts.html | 163 +++++++++++++++++++++++++++++++++++++++++++++ docs/index.html | 168 +++++++++++++++++++++++++++++++++++++++++++++++ docs/nav.html | 167 ++++++++++++++++++++++++++++++++++++++++++++++ docs/slider.html | 134 +++++++++++++++++++++++++++++++++++++ docs/toggle.html | 133 +++++++++++++++++++++++++++++++++++++ index.html | 62 +++++++++++++++++ 6 files changed, 827 insertions(+) create mode 100644 docs/alerts.html create mode 100644 docs/index.html create mode 100644 docs/nav.html create mode 100644 docs/slider.html create mode 100644 docs/toggle.html create mode 100644 index.html diff --git a/docs/alerts.html b/docs/alerts.html new file mode 100644 index 0000000..7fa3644 --- /dev/null +++ b/docs/alerts.html @@ -0,0 +1,163 @@ + + + + + + + Document + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a094ee0 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,168 @@ + + + + + + + Document + + + + +
+

SteevCSS

+ + + +
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/docs/nav.html b/docs/nav.html new file mode 100644 index 0000000..e41c457 --- /dev/null +++ b/docs/nav.html @@ -0,0 +1,167 @@ + + + + + + + Document + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/slider.html b/docs/slider.html new file mode 100644 index 0000000..ea3f468 --- /dev/null +++ b/docs/slider.html @@ -0,0 +1,134 @@ + + + + + + + Document + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/toggle.html b/docs/toggle.html new file mode 100644 index 0000000..2124a29 --- /dev/null +++ b/docs/toggle.html @@ -0,0 +1,133 @@ + + + + + + + Document + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..851c44a --- /dev/null +++ b/index.html @@ -0,0 +1,62 @@ + + + + + + + Document + + + + +
+

SteevCSS

+ + + +
+
+
+

SteevCSS

+

A simple lightweig Web Development Library written in SASS and JavaScript

+
+
+
+
+
+
+
+

SteevCSS to boost your web design proccess

+

With premade and customizable elements such as the embed or alert elements this library helps you on your first steps when starting your new webapp. SteevCSS is written so you have to barely use css to change colours and thats it

+
+
+
+
+
+
+

Installation

+

either by using the hosted version or by getting it from the releases tab on Github

+
+                        
+
+
+                        
+                    
+ due to an issue that only should appear when displying code the script tag for the optional Javascript file is commented out if using it, don't add it as comment. + +
+
+
+
+ + + + + \ No newline at end of file