diff --git a/1-html-css/homework1/global.css b/1-html-css/homework1/global.css new file mode 100644 index 0000000..28e1a16 --- /dev/null +++ b/1-html-css/homework1/global.css @@ -0,0 +1,7 @@ +.bold { + font-weight: bold; +} + +.italic { + font-style: italic; +} \ No newline at end of file diff --git a/1-html-css/homework1/img/header.mov b/1-html-css/homework1/img/header.mov new file mode 100644 index 0000000..1ada170 Binary files /dev/null and b/1-html-css/homework1/img/header.mov differ diff --git a/1-html-css/homework1/img/html5.png b/1-html-css/homework1/img/html5.png new file mode 100644 index 0000000..5e2696f Binary files /dev/null and b/1-html-css/homework1/img/html5.png differ diff --git a/1-html-css/homework1/img/js.jpg b/1-html-css/homework1/img/js.jpg new file mode 100644 index 0000000..1ecb8ab Binary files /dev/null and b/1-html-css/homework1/img/js.jpg differ diff --git a/1-html-css/homework1/img/js.png b/1-html-css/homework1/img/js.png new file mode 100644 index 0000000..239fcb9 Binary files /dev/null and b/1-html-css/homework1/img/js.png differ diff --git a/1-html-css/homework1/img/ts.png b/1-html-css/homework1/img/ts.png new file mode 100644 index 0000000..05bfbe8 Binary files /dev/null and b/1-html-css/homework1/img/ts.png differ diff --git a/1-html-css/homework1/index.html b/1-html-css/homework1/index.html new file mode 100644 index 0000000..ee536e2 --- /dev/null +++ b/1-html-css/homework1/index.html @@ -0,0 +1,87 @@ + + + +
+ + + + + +Lorem ipsum dolor sit, amet consectetur adipisicing elit. Cumque, natus aut soluta dicta rem iste officia laborum fugit tenetur, esse, nulla sed repellat eaque explicabo possimus. Nam incidunt quod nisi.
+Lorem ipsum dolor sit, amet consectetur adipisicing elit. Adipisci consectetur cumque optio! Sequi laborum dolores, officia quaerat odit at pariatur! Iste eum sed in accusamus, nesciunt saepe ex. Dicta, velit!
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates amet esse neque eveniet eligendi at alias temporibus! Sapiente officiis reprehenderit, deleniti magni mollitia, quaerat perferendis tempora in quis nesciunt alias?
++ HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as + Cascading Style Sheets (CSS) and scripting languages such as JavaScript. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the + structure of a web page semantically and originally included cues for the appearance of the document. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded + into the rendered page. +
++ JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage + behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices. JavaScript is a high-level, often just-in-time compiled language + that conforms to the ECMAScript +
++ TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. +
+