-
-# Getting started
-
-> Welcome to your first training at HYF. Please read completely this file and make sure you understand everything.
-Happy learning đ
-
-This repo contains all the materials for the module 1: `HTML, CSS`. The homework, exercises, and study code are in the main repository for you to fork and complete, all the lesson plans and weekly information are [in the wiki](https://github.com/be-hacking-hyf/HTML-CSS-GitHub/wiki) and the slides from class are [right here](https://be-hacking-hyf.github.io/HTML-CSS-GitHub/slides/).
-
-While this module is called "HTML & CSS", it's important to remember that you also need to learn how to Fork & Pull Request on GitHub, to Push and Pull your work between GitHub and your computer, and to develop locally on your computer using a browser+DevTools and a specialized text editor.
-
-In the first weeks it's very likely that you'll spend as much time figuring out how to publish and turn in your projects as you will spend building them. _This is totally normal and OK!_ Working like a developer takes time and practice to get good at, and at this point in your learning it's even more important than mastering HTML & CSS!
-
-So on days when you find yourself spending a couple hours trying to push your homework or send a PR for your coach to look over your homework, remind yourself that it's all time well spent. Mastering these skills _now_ will free your time _later_ to focus on studying the more interesting and challenging skills in this course.
-
-### Your mission
-
-- Prepare each class by reading the [wiki](https://github.com/be-hacking-hyf/HTML-CSS-GitHub/wiki) preparation work called [Prep Work (for week 1)](https://github.com/be-hacking-hyf/HTML-CSS-GitHub/wiki/Prep-Work-wk-1)
-- During class, be focus, ask questions as much as you can, help your teammates when they are struggling.
-
----
-
-## It's not finished... yet!
-
-If only four hours a week were enough to learn web development! But sadly it's not :( Along side coming to class, you will have homework assignments.
-
-There are three types of homework:
-* [__Weekly Projects__](#weekly-projects): The goal of these projects is for you to practice integrating all of your skills into one live web site. These assignments are due each Thursday.
-* [__Module Exercises__](#module-exercises): The module exercises are a chance for you to focus in on some of the trickier or more important new skills without having to think about an entire project. These exercises are due at the end of the module with the third week's project.
-* [__Suggested Study__](#suggested-study): The goal of Suggested Studies is to help you review old skills and prepare for new ones by providing you with small exercises that don't always result in a finished product but are always worth your time. If you ever find yourself with some time to study but not enough to dig into the Projects or Exercises, Suggested Studies are there for you! We won't be checking that you do these exercises, but you'll feel it later on if you don't :)
-
-### Weekly Projects
-
-Each week you will be required to complete a small project that integrates everything you've learned so far (HTML, CSS, GitHub, working locally, incremental development). The goal of these projects is to practice planning and building projects in a methodical and structured way, and to write the cleanest and most correct code possible. The goal of these projects _is not_ to build the fanciest most beautiful website, to use all the latest CSS tricks, or to use cool libraries and API's.
-
-Here's a short list of do's and don't's that can help you stay on track:
-
-__DO__
-* ... use only plain HTML & CSS (no CSS frameworks like Bootstrap or Material!)
-* ... completely finish one step of the project before moving on to the next
-* ... be very careful about your CSS classes, selectors and id's
-* ... Properly indent your code
-* ... find the simplest solution to each step of the project
-* ... start each step of the project by copy-pasting the last step
-
-__Don't__
-* ... think that your site can be pretty enough to make up for messy code
-* ... use any CSS libraries or frameworks
-* ... make the any steps of your project do less _or more_ than is assigned
-* ... move on to the next step before the previous one is finished
-* ... include any JavaScript
-
-Take a look at the completed example to study to get an idea what's expected of you:
-* [the live example](https://be-hacking-hyf.github.io/HTML-CSS-GitHub/study-code/example-project-feedback-form/)
-* [it's source code](https://github.com/be-hacking-hyf/HTML-CSS-GitHub/tree/master/study-code/example-project-feedback-form).
-
-You can also preview the assignments here:
-1. [human-intelligence TicTacToe board](./homework/week-1-project)
-1. [responsive Web Designer site](./homework/week-3-project)
-1. [replicate DuckDuckGo](./homework/week-3-project)
-
-### Module Exercises
-
-Along side Sunday classes and weekly projects which focus on integrating your skills, you'll be expected to complete a set of exercises to focus in and practice certain skills in isolation. While the project teaches how to integrate your skills, the exercises will focus on strengthening individual skills. This module's exercises can be found [in the exercise folder](./homework/module-exercises).
-
-Exercises are all due at the end of the Module, we won't be checking your exercises each week (unless you have some questions of course!). We also won't accept any homework for JavaScript 1 until you have submitted your exercises from HTML & CSS.
-
-So be organized about this! It's a lot easier to finish these exercises if you study them an hour a day than if you cram it all into the last weekend, and you'll learn a whole lot more along the way.
-
-
-### Suggested Study
-
-You can find our study suggestions in each week's ```Homework``` page from the wiki.
-
-
----
----
-###
+## HTML-CSS-GitHub - Elif Sancak
+
+## Week 3 Project
+
+
+
+
+
+
+
+
+
+
+DuckDuckGo Website and Branches
+## HTML-CSS-GitHub - Elif Sancak
+
+## Week 2 Project
+
The first player go first. Though traditionally, the first player goes with "X",
+ you can allow the first player to decide whether he wants to go with "X"s or "O"s.
+
These symbols will be placed on the table, in the attempt to have three of them in a row.
+ Have the second player go second.
+
After the first player goes, then the second player should
+ put down his symbol, which will be different from the symbol of the first player.
+
Keep alternating moves until one of the players has drawn a row of three symbols or until no one can win.
+ The first player to draw three of his or her symbols in a row, whether it is horizontal, vertical, or diagonal,
+ has won tic-tac-toe.
The first player go first. Though traditionally, the first player goes with "X",
+ you can allow the first player to decide whether he wants to go with "X"s or "O"s.
+
These symbols will be placed on the table, in the attempt to have three of them in a row.
+ Have the second player go second.
+
After the first player goes, then the second player should
+ put down his symbol, which will be different from the symbol of the first player.
+
Keep alternating moves until one of the players has drawn a row of three symbols or until no one can win.
+ The first player to draw three of his or her symbols in a row, whether it is horizontal, vertical, or diagonal,
+ has won tic-tac-toe.
The first player go first. Though traditionally, the first player goes with "X",
+ you can allow the first player to decide whether he wants to go with "X"s or "O"s.
+
These symbols will be placed on the table, in the attempt to have three of them in a row.
+ Have the second player go second.
+
After the first player goes, then the second player should
+ put down his symbol, which will be different from the symbol of the first player.
+
Keep alternating moves until one of the players has drawn a row of three symbols or until no one can win.
+ The first player to draw three of his or her symbols in a row, whether it is horizontal, vertical, or diagonal,
+ has won tic-tac-toe.
The first player go first. Though traditionally, the first player goes with "X",
+ you can allow the first player to decide whether he wants to go with "X"s or "O"s.
+
These symbols will be placed on the table, in the attempt to have three of them in a row.
+ Have the second player go second.
+
After the first player goes, then the second player should
+ put down his symbol, which will be different from the symbol of the first player.
+
Keep alternating moves until one of the players has drawn a row of three symbols or until no one can win.
+ The first player to draw three of his or her symbols in a row, whether it is horizontal, vertical, or diagonal,
+ has won tic-tac-toe.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/4-SECTION/index.html b/homework/week-2-project/4-SECTION/index.html
new file mode 100644
index 0000000..324453f
--- /dev/null
+++ b/homework/week-2-project/4-SECTION/index.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Welcome
+
+
+
+
+
+
+
Elif's Web Design Page
+
+
+
+
+
+
+
+
+
Elif's Web Design Adventure
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Donec nec odio in libero volutpat blandit a a velit.
+ Maecenas efficitur, neque a convallis consectetur
+
+
+
+
+
+
+
Subscribe to my E-mail
+
+
+
+
+
+
+
+
+
History of Elif
+
I was born on October 3, 1990 in Bursa.
+ I was always a working and good student during my school life.
+ I studied computer and instructional technologies at bahcesehir university in istanbul.
+ then I got a masters degree in information technology.
+ I also worked for 2 years.
+
+
+
+
Now of Elif
+
I came to Belgium with my family 1,5 years ago.
+ I live in Sint-Katelijne-Waver.
+ I go to the nederlands course and the integration course.
+ I also started hyf course.
+ In my other free time I do homework and spend time with my daughter.
+
+
+
+
Future of Elif
+
I want a peaceful life with my family.
+ I want to find a job in the computer field.
+ I want to improve myself in my language and software sector.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/4-SECTION/services.html b/homework/week-2-project/4-SECTION/services.html
new file mode 100644
index 0000000..ae43f48
--- /dev/null
+++ b/homework/week-2-project/4-SECTION/services.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/5-FOOTER/index.html b/homework/week-2-project/5-FOOTER/index.html
new file mode 100644
index 0000000..7ef3aba
--- /dev/null
+++ b/homework/week-2-project/5-FOOTER/index.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Welcome
+
+
+
+
+
+
+
Elif's Web Design Page
+
+
+
+
+
+
+
+
+
Elif's Web Design Adventure
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Donec nec odio in libero volutpat blandit a a velit.
+ Maecenas efficitur, neque a convallis consectetur
+
+
+
+
+
+
+
Subscribe to my E-mail
+
+
+
+
+
+
+
+
+
History of Elif
+
I was born on October 3, 1990 in Bursa.
+ I was always a working and good student during my school life.
+ I studied computer and instructional technologies at bahcesehir university in istanbul.
+ then I got a masters degree in information technology.
+ I also worked for 2 years.
+
+
+
+
Now of Elif
+
I came to Belgium with my family 1,5 years ago.
+ I live in Sint-Katelijne-Waver.
+ I go to the nederlands course and the integration course.
+ I also started hyf course.
+ In my other free time I do homework and spend time with my daughter.
+
+
+
+
Future of Elif
+
I want a peaceful life with my family.
+ I want to find a job in the computer field.
+ I want to improve myself in my language and software sector.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/5-FOOTER/services.html b/homework/week-2-project/5-FOOTER/services.html
new file mode 100644
index 0000000..a579537
--- /dev/null
+++ b/homework/week-2-project/5-FOOTER/services.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Services
+
+
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum.
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/6-ARTICLE/index.html b/homework/week-2-project/6-ARTICLE/index.html
new file mode 100644
index 0000000..7ef3aba
--- /dev/null
+++ b/homework/week-2-project/6-ARTICLE/index.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Welcome
+
+
+
+
+
+
+
Elif's Web Design Page
+
+
+
+
+
+
+
+
+
Elif's Web Design Adventure
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Donec nec odio in libero volutpat blandit a a velit.
+ Maecenas efficitur, neque a convallis consectetur
+
+
+
+
+
+
+
Subscribe to my E-mail
+
+
+
+
+
+
+
+
+
History of Elif
+
I was born on October 3, 1990 in Bursa.
+ I was always a working and good student during my school life.
+ I studied computer and instructional technologies at bahcesehir university in istanbul.
+ then I got a masters degree in information technology.
+ I also worked for 2 years.
+
+
+
+
Now of Elif
+
I came to Belgium with my family 1,5 years ago.
+ I live in Sint-Katelijne-Waver.
+ I go to the nederlands course and the integration course.
+ I also started hyf course.
+ In my other free time I do homework and spend time with my daughter.
+
+
+
+
Future of Elif
+
I want a peaceful life with my family.
+ I want to find a job in the computer field.
+ I want to improve myself in my language and software sector.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/6-ARTICLE/services.html b/homework/week-2-project/6-ARTICLE/services.html
new file mode 100644
index 0000000..5edb7f6
--- /dev/null
+++ b/homework/week-2-project/6-ARTICLE/services.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Services
+
+
+
+
+
+
+
Elif's Web Design Page
+
+
+
+
+
+
+
+
Subscribe to my E-mail
+
+
+
+
+
+
+
+
+
Services
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum.
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum.
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/7-ASIDE/index.html b/homework/week-2-project/7-ASIDE/index.html
new file mode 100644
index 0000000..7ef3aba
--- /dev/null
+++ b/homework/week-2-project/7-ASIDE/index.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Welcome
+
+
+
+
+
+
+
Elif's Web Design Page
+
+
+
+
+
+
+
+
+
Elif's Web Design Adventure
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Donec nec odio in libero volutpat blandit a a velit.
+ Maecenas efficitur, neque a convallis consectetur
+
+
+
+
+
+
+
Subscribe to my E-mail
+
+
+
+
+
+
+
+
+
History of Elif
+
I was born on October 3, 1990 in Bursa.
+ I was always a working and good student during my school life.
+ I studied computer and instructional technologies at bahcesehir university in istanbul.
+ then I got a masters degree in information technology.
+ I also worked for 2 years.
+
+
+
+
Now of Elif
+
I came to Belgium with my family 1,5 years ago.
+ I live in Sint-Katelijne-Waver.
+ I go to the nederlands course and the integration course.
+ I also started hyf course.
+ In my other free time I do homework and spend time with my daughter.
+
+
+
+
Future of Elif
+
I want a peaceful life with my family.
+ I want to find a job in the computer field.
+ I want to improve myself in my language and software sector.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homework/week-2-project/7-ASIDE/services.html b/homework/week-2-project/7-ASIDE/services.html
new file mode 100644
index 0000000..a9bbd26
--- /dev/null
+++ b/homework/week-2-project/7-ASIDE/services.html
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Elif's Web Design Page / Services
+
+
+
+
+
+
+
Elif's Web Design Page
+
+
+
+
+
+
+
+
Subscribe to my E-mail
+
+
+
+
+
+
+
+
+
Services
+
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet,
+ consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+
+
+
Lorem ipsum dolor
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet,
+ consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+
+
+
Lorem ipsum dolor
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.
+ Donec aliquet lorem a congue vestibulum. Lorem ipsum dolor sit amet,
+ consectetur adipiscing elit.
+ Etiam non interdum nulla, sed hendrerit nisl.