diff --git a/110/assessment-1.md b/110/assessment-1.md new file mode 100644 index 0000000..d45ffd0 --- /dev/null +++ b/110/assessment-1.md @@ -0,0 +1,13 @@ +Why do you think it's important that HTML is an open standard controlled by a specification rather than being owned by one person or company? + +I am not exactly sure what would change for sure, but what I do know is that there would definitely be limitations somewhere in the private-owned HTML compared to the public HTML. My biggest idea is that you would have to pay a small fee to use HTML, but for all I know that could be true already. So my speculation only really goes as far as limited access to the privately-owned HTML. + +Describe the difference between an element and a tag. Use examples. + +An element is the content that you see on a website. Whether it is a word, paragragh, link or anything that you see in website, it originally starts out as an element in a tag. +The way you see things inside of the website is because of tags. Tags and their names tell developers what inside the tag, the element, is to the website and what it will do. As an example, the

tag, or paragraph tag, is a tag that accepts text to create a paragraph. Whatever is between the start tag and the end tag is then printed out like its a paragraph. + +In the lecture, I used two quotes from Yoda and Noam Chomsky to explain syntax and semantics. Explain these quotes and how they relate to the HTML you write. + +The Yoda quote had the semantics of language down, but its syntax was wrong, while Chomsky's quote had the syntax down, but its semantics were all over the place. Semantics tells us what it means while syntax tells us how it is structured. HTML follows the same structure because of how errors show themselves. You could have the HTML syntax down pat when you write code, but not everyone could read it and be able to read it like you do, which is a failure of semantics. Or you could have very readable code, but no-one knows how you got there, which is bad syntax. The HTML that we write will have to have a balance of syntax and semantics, written by the rules that we have set up, while also being readable +for everyone reading it. diff --git a/110/resume/Myhugepicture.jpg b/110/resume/Myhugepicture.jpg new file mode 100644 index 0000000..9bf9056 --- /dev/null +++ b/110/resume/Myhugepicture.jpg @@ -0,0 +1 @@ +https://repl.it/@HariAllen/resume#IMG_20200813_112432.jpg diff --git a/110/resume/betterresume.html b/110/resume/betterresume.html new file mode 100644 index 0000000..2275154 --- /dev/null +++ b/110/resume/betterresume.html @@ -0,0 +1,101 @@ + + + + + + + myresume + + + +

+ +
+
+ +

Information

+ +
+ + Name - Hari Allen
+ Phone Number - 717-954-4023
+ Email Address - hariallen20@gmail.com + +
+ +
+ +
+
+ +

Objective

+ +

+ To be as great a Software Engineer as I can be! +

+ +
+ +
+
+

Work Experience

+

+ When - Tech Dept. Summer Help, 2020 - 2020
Where - Lebanon High School , Lebanon, PA
I have configured around 1500+ devices for the school to use for its staff and students, along with recording their individual number tag and serial number. +

+

+ A picture of my handiwork + +

+
+ + + + +
+
+

Skills

+

+

    +
  • Trustworthy
  • +
  • Responsible
  • +
  • Hard-Working
  • +
  • Quick Learner
  • +
  • Dilligent
  • +
+

+
+ +
+
+

Education History

+

+ Graduated from Lebanon High School
+ (Currently) Thaddeus Stevens College Associate's Degree +

+
+ + +
+
+

Awards

+

+ I have a poem printed in an American Youth Poet book. +

+
+ + + + + + diff --git a/110/resume/index.html b/110/resume/index.html new file mode 100644 index 0000000..667096f --- /dev/null +++ b/110/resume/index.html @@ -0,0 +1,58 @@ + + + + + + myresume + + + + +

+

Information

Name - Hari Allen
Address - 825 Walnut St Lebanon, PA 17042
Phone Number - 717-954-4023
Email Address - hariallen20@gmail.com +

+ + +

+

Objective

+ To be as a great Software Engineer as I can be! +

+ +

+

Work Experience

When - Tech Dept. Summer Help, 2020 - 2020
Where - Lebanon High School , Lebanon, PA
I have configured around 1500+ devices for the school to use for its staff and students, along with recording their individual number tag and serial number. +

+ + + +

+

Skills

+
    +
  • Trustworthy
  • +
  • Responsible
  • +
  • Hard-Working
  • +
  • Quick Learner
  • +
  • Dilligent
  • +
+

+ +

+

Education History

+ Graduated from Lebanon High School
+ (Currently) Thaddeus Stevens College Associate's Degree + +

+ + +

+

Awards

+ +

+ + + + + + + + +Couldn't finish because of family issues. diff --git a/README.md b/README.md index f17a1e7..840f605 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ A collection of my notes and assignments for courses in the [CSET program at Tha _Feel free to change README files and add any notes or files you want along with your submitted assignments._ - [105: Intro To Web Applications](/105) -- 110: Web Development I -- 115: Technical Requirements & Data Structures -- 120: Software Project I +- [110: Web Development I](/110) +- [115: Technical Requirements & Data Structures](/115) +- [120: Software Project I](/120)