From 157468b84553c47d0f5ba312d815ea7195b0d6b5 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 13 Oct 2024 14:21:34 -0400 Subject: feat: components (buttons, inputfields, dropdowns, quotes / codes) --- HTML/buttons.html | 34 +++++++++++++++++++++++++++ HTML/dropdowns.html | 38 ++++++++++++++++++++++++++++++ HTML/inputfields.html | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ HTML/quotes-code.html | 47 +++++++++++++++++++++++++++++++++++++ 4 files changed, 184 insertions(+) create mode 100644 HTML/buttons.html create mode 100644 HTML/dropdowns.html create mode 100644 HTML/inputfields.html create mode 100644 HTML/quotes-code.html (limited to 'HTML') diff --git a/HTML/buttons.html b/HTML/buttons.html new file mode 100644 index 0000000..d2aebf9 --- /dev/null +++ b/HTML/buttons.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + Button + + +
+ Default a button + +
+ +
+ Reversed a button + +
+ +
+ Link +
+ +
+ + +
+ + diff --git a/HTML/dropdowns.html b/HTML/dropdowns.html new file mode 100644 index 0000000..6c921cc --- /dev/null +++ b/HTML/dropdowns.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + Dropdown + + +
+ +
+ + +
+ +
+ + diff --git a/HTML/inputfields.html b/HTML/inputfields.html new file mode 100644 index 0000000..c2263ae --- /dev/null +++ b/HTML/inputfields.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + Inputfield + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + + +
+ +
+ +
+ + diff --git a/HTML/quotes-code.html b/HTML/quotes-code.html new file mode 100644 index 0000000..355f1c9 --- /dev/null +++ b/HTML/quotes-code.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + Quotes and code + + +
+ #include + int main(void) { + printf("Hello world !"); + } + + +
+ +
+
+#include 
+
+int main(void) {
+	printf("Hello world !");
+}
+		
+
+ +
+
+ For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally. +
+
+ +
+
+ Epcot Center +

Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.

+
+
+ + -- cgit v1.2.3