From 6a288c55baa98ff151e18e615bded227e199ee26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=B6ning?= Date: Thu, 14 Jan 2021 15:20:32 +0100 Subject: [PATCH 01/57] a note about using fake information in the personal section, as the page is public --- Week1/MAKEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week1/MAKEME.md b/Week1/MAKEME.md index cf71591..5fb8cf4 100644 --- a/Week1/MAKEME.md +++ b/Week1/MAKEME.md @@ -43,7 +43,7 @@ In the following assignment you'll make your own Digital Resume. Here are the re - It needs to be one webpage - Your project folder should contain two files: a `.html` and a `.css` file - Include the following pieces of information: - - Your personal information + - Your personal information (Note: *the page will be public on the whole internet* for our review, so as a privacy-conscious individual, feel free to use fake information here) - A picture of you - A few lines about who you are - Education (list at least 1 education institute) From 7e7468684adf024f40aaeb6d113f6c4be2d040d9 Mon Sep 17 00:00:00 2001 From: robvk Date: Fri, 15 Jan 2021 10:18:00 +0100 Subject: [PATCH 02/57] Update MAKEME.md --- Week2/MAKEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week2/MAKEME.md b/Week2/MAKEME.md index b933305..9d1467e 100644 --- a/Week2/MAKEME.md +++ b/Week2/MAKEME.md @@ -49,7 +49,7 @@ Start off by downloading the HTML and images in the following [folder](https://g You are going to write the CSS for this page, **it is not allowed to change the HTML**. -The page contains two grids: the first one should work using `floats`, the second using `flexbox`. Be careful not to mix the two! +The page contains two grids: the first one should work using `floats`, the second using `flexbox`. Be careful not to mix the two! And make sure not to use grid anywhere. Other than that you should use `media queries`. Here are the requirements for each device size: From 1f4255e1e52a921c26e68976c84be5684db177ab Mon Sep 17 00:00:00 2001 From: Tjebbee <33282467+Tjebbee@users.noreply.github.com> Date: Fri, 15 Jan 2021 10:21:50 +0100 Subject: [PATCH 03/57] Update README.md Fix typo --- Week2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week2/README.md b/Week2/README.md index 9546705..9fe87bf 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -81,7 +81,7 @@ git init What it does is creating a brand new **local** repository in your project folder. Only after doing this you will be able to follow along the next procedure. -No we can continue with the actual procedure itself. This happens in 3 stages: +Now we can continue with the actual procedure itself. This happens in 3 stages: 1. **Untracked**. In this stage GIT is not aware of the changes in your workspace. 2. **Staged**. In this stage the changes will be tracked by GIT. From 58f2ac859ebd3c673e5b9058ddb991b3bccd6026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=B6ning?= Date: Tue, 19 Jan 2021 12:25:13 +0100 Subject: [PATCH 04/57] small fixes (extra bracket, language) --- Week2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week2/README.md b/Week2/README.md index 9546705..f040997 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -151,7 +151,7 @@ This will give us the `flexbox`-specific properties, so we can develop clean and - [CSS Flexbox in 100 Seconds](https://www.youtube.com/watch?v=K74l26pE4YA) - [What is Flexbox and Why to Learn it](https://www.youtube.com/watch?v=CXSwNIPsyTs) -- [CSS Flexbox Course](https://www.youtube.com/watch?v=-Wlt8NRtOpo)) +- [CSS Flexbox Course](https://www.youtube.com/watch?v=-Wlt8NRtOpo) ### Pseudo class selectors @@ -171,7 +171,7 @@ button:hover { } ``` -Like the hover state there are others as well: `click`, `focus`, `visited`, and others. For most of these element states we have special selectors. Read the following article to learn about them. Once you do try them out for yourself!: +Like the hover state there are others as well: `click`, `focus`, `visited`, and others. For most of these element states we have special selectors. Read the following article to learn about them. Once you have done that, try them out for yourself!: - [Pseudo class selectors](https://css-tricks.com/pseudo-class-selectors/) - [Pseudo-Classes vs Pseudo-Elements in CSS](https://www.youtube.com/watch?v=0VDx1570X3U) From ee1747fc91abea57996e02bccb52421308b5dacc Mon Sep 17 00:00:00 2001 From: Arco Date: Wed, 20 Jan 2021 19:09:04 +0100 Subject: [PATCH 05/57] Change ids to classes in week 2 homework --- Week2/homework/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week2/homework/index.html b/Week2/homework/index.html index ee2247a..3f6858d 100644 --- a/Week2/homework/index.html +++ b/Week2/homework/index.html @@ -13,7 +13,7 @@

Grids

Grid with floats

-
    +
    • 6 Eksenli Drone + Kamera

      @@ -89,7 +89,7 @@

      DJI Spreading Wings S900

Grid with flexbox

-