+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
+ in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
+ in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
\ 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%
+
+
Get a masters in computer science
+
Get a $100K+ starting salary job
+
Marry a like-minded engineer
+
Do great work for a decade
+
+
+
Unordered List Tag
+ My favorite books (in no particular order)
+
+
Dune
+
Lord of the Rings
+
Ender's Game
+
Red Mars
+
The Forever War
+
+
Table Tag
+
+
+
+
Quiz
+
Topic
+
Date
+
Grade
+
+
+
+
+
Q1
+
HTML
+
2/3/21
+
85
+
+
+
Q2
+
CSS
+
2/10/21
+
90
+
+
+
Q3
+
JavaScript
+
2/17/21
+
95
+
+
+
+
+
Average
+
90
+
+
+
+
+
Image tag
+
+ Loading an image from the internet:
+
+
+ Loading a local image:
+
+
+
+
Text fields
+
+
+
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