├── day1 ├── first-file.txt └── second.txt ├── index.html └── readme.md /day1/first-file.txt: -------------------------------------------------------------------------------- 1 | Everyone is enjoying Git and GitHub lesson. 2 | We are writing some text on the first file. 3 | This is the second line on the first file. 4 | 5 | -------------------------------------------------------------------------------- /day1/second.txt: -------------------------------------------------------------------------------- 1 | This is the second file 2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Portofoli 8 | 19 | 20 | 21 |

Asabeneh Yetayeh, Motomi Yamagata-Salo

22 |

A fullstack developer based at Helsinki, Finland

23 |

Web Development

24 | 30 | 33 | 34 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Git and Git Lesson 2 | 3 | ## Git 4 | 5 | ## GitHub 6 | ### dkdkdkdk 7 | 8 | I love Git and Gith 9 | - DevOps 10 | - Linux 11 | - Python 12 | - Git 13 | - GitHub 14 | - Front End 15 | - HTML 16 | - CSS 17 | - React 18 | - Backend 19 | - Python/Node/Java/PHP 20 | - SQL/MongoDB 21 | 22 | Ordered List 23 | 1. HTML 24 | 2. CSS 25 | 3. JS 26 | 4. React 27 | 28 | ```js 29 | 30 | const names = ['Mikko','Hanna','Sami'] 31 | 32 | names.forEach((name) => { 33 | console.log(name) 34 | }) 35 | 36 | ``` 37 | ![Yaktocat](https://octodex.github.com/images/yaktocat.png) 38 | 39 | If you want to learn more about **markdown** check out this [link](https://guides.github.com/features/mastering-markdown/) 40 | 41 |
42 | Artificial Intelligence 43 | 50 |
51 | 52 | 53 | --------------------------------------------------------------------------------