From 14ebc476bf98327d5a113081a1fe2e0f02f81d86 Mon Sep 17 00:00:00 2001 From: onurat <114289826+onurat@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:11:12 +0000 Subject: [PATCH 1/3] html-css-coursework-week1 website about coding --- .vscode/settings.json | 5 ++++ css/style.css | 16 ++++++------- index.html | 55 ++++++++++++++++++++++++++----------------- 3 files changed, 47 insertions(+), 29 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..3219a770 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "Atas" + ] +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 75e9841e..cda59159 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ -/** - * Add your custom styles below - * - * Remember: - * - Be organised, use comments and separate your styles into meaningful chunks - * for example: General styles, Navigation styles, Hero styles, Footer etc. - * - */ +img{ + width: 800px; + height: 200px; +} + +body{ + text-align: center; +} \ No newline at end of file diff --git a/index.html b/index.html index 67dfc7f5..9cd5b885 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,35 @@ - - - - - My Blog - - - - - - - - - + + + + software development and the different languages it uses + + +
+

software development and coding

+

Everything you need to know about the basic understanding of software development and coding. I have compiled the best videos and links for you to understand software development and coding.

+
+
+

What is coding

+ software development img +
+
+ Coding, sometimes called computer programming, is how we communicate with computers. + Code tells a computer what actions to take, and writing code is like creating a set of instructions. + By learning to write code, you can tell computers what to do or how to behave in a much faster way. +
+

basic understanid of diffrent languages used in coding

+ html +
+ The 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 and scripting languages such as JavaScript. + + Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML. + CSS is a cornerstone technology of the World Wide Web, + + 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. + + + + \ No newline at end of file From 79017acd0d3e96a646dbd3962463c5c1839789d8 Mon Sep 17 00:00:00 2001 From: onurat <114289826+onurat@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:11:24 +0000 Subject: [PATCH 2/3] london-10-html-css-week-1 --- css/style.css | 7 +++++- index.html | 63 +++++++++++++++++++++++++++++++-------------------- 2 files changed, 45 insertions(+), 25 deletions(-) diff --git a/css/style.css b/css/style.css index cda59159..fc2c51d6 100644 --- a/css/style.css +++ b/css/style.css @@ -5,4 +5,9 @@ img{ body{ text-align: center; -} \ No newline at end of file +} + +footer{ + margin-top: 80px; + +} diff --git a/index.html b/index.html index 9cd5b885..ae3a736a 100644 --- a/index.html +++ b/index.html @@ -1,35 +1,50 @@ + - software development and the different languages it uses + software development and the different languages it uses +
-

software development and coding

-

Everything you need to know about the basic understanding of software development and coding. I have compiled the best videos and links for you to understand software development and coding.

+
+

software development and coding

+

Everything you need to know about the basic understanding of software development and coding. I have compiled + the + best videos and links for you to understand software development and coding.

+
-
-

What is coding

- software development img -
-
- Coding, sometimes called computer programming, is how we communicate with computers. - Code tells a computer what actions to take, and writing code is like creating a set of instructions. - By learning to write code, you can tell computers what to do or how to behave in a much faster way. -
-

basic understanid of diffrent languages used in coding

- html +
+

What is coding

+ software development img
- The 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 and scripting languages such as JavaScript. - - Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML. - CSS is a cornerstone technology of the World Wide Web, - - 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. - - + Coding, sometimes called computer programming, is how we communicate with computers. + Code tells a computer what actions to take, and writing code is like creating a set of instructions. + By learning to write code, you can tell computers what to do or how to behave in a much faster way.

+
+
+

basic understanid of diffrent languages used in coding

+ + html +

https://en.wikipedia.org/wiki/HTML

+

The 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 and scripting languages such as JavaScript.

+ +

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a + markup language such as HTML or XML. + CSS is a cornerstone technology of the World Wide Web,

+ +

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. + +

+ + + + \ No newline at end of file From e8035683e841fb4cc58b8549ab06462c4e99ba82 Mon Sep 17 00:00:00 2001 From: onurat <114289826+onurat@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:15:50 +0000 Subject: [PATCH 3/3] css --- css/style.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fc2c51d6..b054ce81 100644 --- a/css/style.css +++ b/css/style.css @@ -11,3 +11,8 @@ footer{ margin-top: 80px; } + +section-1-header{ + display: flex; + justify-content: space-around; +} \ No newline at end of file diff --git a/index.html b/index.html index ae3a736a..f4141a61 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

software development and coding

-

Everything you need to know about the basic understanding of software development and coding. I have compiled +

Everything you need to know about the basic understanding of software development and coding. I have compiled the best videos and links for you to understand software development and coding.