diff --git a/public/index.html b/public/index.html index aa069f2..cf5c658 100644 --- a/public/index.html +++ b/public/index.html @@ -1,14 +1,12 @@ - + + - + - React App - - - -
- - - + \ No newline at end of file diff --git a/public/tuiter/assets/atari.png b/public/tuiter/assets/atari.png new file mode 100644 index 0000000..de578f0 Binary files /dev/null and b/public/tuiter/assets/atari.png differ diff --git a/public/tuiter/assets/leroy.jpg b/public/tuiter/assets/leroy.jpg new file mode 100644 index 0000000..c8dd62f Binary files /dev/null and b/public/tuiter/assets/leroy.jpg differ diff --git a/public/tuiter/assets/technology.jpeg b/public/tuiter/assets/technology.jpeg new file mode 100644 index 0000000..91b7f74 Binary files /dev/null and b/public/tuiter/assets/technology.jpeg differ diff --git a/public/tuiter/assets/webdev.jpg b/public/tuiter/assets/webdev.jpg new file mode 100644 index 0000000..08677a0 Binary files /dev/null and b/public/tuiter/assets/webdev.jpg differ diff --git a/public/tuiter/edit-profile.html b/public/tuiter/edit-profile.html new file mode 100644 index 0000000..2910104 --- /dev/null +++ b/public/tuiter/edit-profile.html @@ -0,0 +1,34 @@ + + + + + + React App - Profile Page + + + + Back +

Tuiter

+

Edit Profile

+ Save + +
+ + +
+ +
+ +
+ + +
+ +
+ +
+ + \ No newline at end of file diff --git a/public/tuiter/home.html b/public/tuiter/home.html new file mode 100644 index 0000000..295341a --- /dev/null +++ b/public/tuiter/home.html @@ -0,0 +1,73 @@ + + + + + + React App - Home Page + + + + + Back +

Tuiter

+

Home

+ +
+ +
+
+ +
+ +
+
+ + +
+
+ + + + + + \ No newline at end of file diff --git a/public/tuiter/navigation.html b/public/tuiter/navigation.html new file mode 100644 index 0000000..25c2e5d --- /dev/null +++ b/public/tuiter/navigation.html @@ -0,0 +1,23 @@ + + + + + React App - Navigation Page + + + +

Tuiter Navigation

+ + + + \ No newline at end of file diff --git a/public/tuiter/profile.html b/public/tuiter/profile.html new file mode 100644 index 0000000..d206a1e --- /dev/null +++ b/public/tuiter/profile.html @@ -0,0 +1,35 @@ + + + + + + React App - Profile Page + + + + Back +

Tuiter

+

Profile

+ +
+ + Edit profile +
+ +

WebDev

+ @WebDev +

+ Lego, Ai and Space enthusiast, Web Polymath, used to hate Salsa and Merengue, but now desperately learning to play and dance +

+

Joined August 2021

+

123 Following 234 Followers

+ + + + + \ No newline at end of file diff --git a/public/tuiter/tuit.html b/public/tuiter/tuit.html new file mode 100644 index 0000000..7b91fa2 --- /dev/null +++ b/public/tuiter/tuit.html @@ -0,0 +1,34 @@ + + + + + + React App - Tuit Page + + + + + Back +

Tuiter

+

Tuit

+ +
+ +
+
+ +
+ +
+
+ + +
+
+ + + \ No newline at end of file diff --git a/public/webdev_labs/a2/index.html b/public/webdev_labs/a2/index.html new file mode 100644 index 0000000..3e5feb3 --- /dev/null +++ b/public/webdev_labs/a2/index.html @@ -0,0 +1,192 @@ + + + + + + Title + + + +

HTML Examples

+ +

Heading Tags

+ + Text documents are often broken up into several sections and subsections. Each section is usually prefaced with a short title or heading that attempts to summarize the topic of the section it precedes. For instance this paragraph is preceded by the heading + Heading Tags. The font of the section headings are usually larger and bolder than their subsection headings. This document uses headings to introduce topics such as HTML Documents, HTML Tags, Heading Tags, etc. HTML heading tags can be used to format + plain text so that it renders in a browser as large headings. There are 6 heading tags: h1, h2, h3, h4, h5, and h6. Tag h1 is the largest heading and h6 is the smallest heading. + +

+ This is a paragraph. We often separate a long set of sentences with vertical spaces to make the text easier to read. Browsers ignore vertical white spaces and render all the text as one single set of sentences. To force the browser to add vertical spacing, + wrap the paragraphs you want to separate with the paragraph tag +

+ +

+ This is the first paragraph. The paragraph tag is used to format vertical gaps between long pieces of text like this one. +

+

+ This is the second paragraph. Even though there is a deliberate white gap between the paragraph above and this paragraph, by default browsers render them as one contiguous piece of text as shown here on the right. +

+

+ This is the third paragraph. Wrap each paragraph with the paragraph tag to tell browsers to render the gaps. +

+ +

List Tags

+

Ordered List Tag

+ How to join the 1% +
    +
  1. Get a masters in computer science
  2. +
  3. Get a $100K+ starting salary job
  4. +
  5. Marry a like-minded engineer
  6. +
  7. Do great work for a decade
  8. +
+ +

Unordered List Tag

+ My favorite books (in no particular order) + +

Table Tag

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
QuizTopicDateGrade
Q1HTML2/3/2185
Q2CSS2/10/2190
Q3JavaScript2/17/2195
Average90
+ +

Image tag

+ + Loading an image from the internet:
+ + +
Loading a local image:
+ + + +

Text fields

+
+ +
+ +
+ +
+ + + + +

Other field types

+ +
+ +
+ +
+ +
+ +

Buttons

+ +

Dropdowns

+ +

Select one

+
+ + +

Select many

+
+ + +

File upload

+ + +

Radio buttons

+ +
+ + +
+ +
+ +
+ + + +

Checkboxes

+ +
+ +
+ +
+ +
+ + + +

Anchor tag

+ + Please + click here to get dummy text
Checkout my other page +
+ +

Text boxes

+
+
+ +
+ + \ No newline at end of file diff --git a/public/webdev_labs/a2/teslabot.jpg b/public/webdev_labs/a2/teslabot.jpg new file mode 100644 index 0000000..1db79ae Binary files /dev/null and b/public/webdev_labs/a2/teslabot.jpg differ