Skip to content

Commit

Permalink
day 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jan 30, 2020
1 parent d215262 commit 6c3be24
Show file tree
Hide file tree
Showing 10 changed files with 2,083 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ day9.md
day10.md
01_02_03_days_backup.md
test.md
30_Day
31_Day
test.html
res.js
2 changes: 1 addition & 1 deletion 29_Day/29_day_dom_day_9.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[<< Day 27](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master27_Day27_day_dom_day_7.md) | [Day 29>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/29_Day/29_day_dom_day_9.md)

![Thirty Days Of JavaScript](../images/banners/day_1_28.png)
![Thirty Days Of JavaScript](../images/banners/day_1_29.png)

- [Day 29](#day-29)
- [Exercises](#exercises)
Expand Down
52 changes: 52 additions & 0 deletions 30_Day/30_day_dom_day_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<div align="center">
<h1> 30 Days Of JavaScript</h1>
<a class="header-badge" target="_blank" href="https://www.linkedin.com/in/asabeneh/">
<img src="https://img.shields.io/badge/style--5eba00.svg?label=LinkedIn&logo=linkedin&style=social">
</a>
<a class="header-badge" target="_blank" href="https://twitter.com/Asabeneh">
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/asabeneh?style=social">
</a>

<sub>Author:
<a href="https://www.linkedin.com/in/asabeneh/" target="_blank">Asabeneh Yetayeh</a><br>
<small> January, 2020</small>
</sub>

</div>

[<< Day 29](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master29_Day29_day_dom_day_9.md) | [Day 30>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/30_Day/30_day_dom_day_10.md)

![Thirty Days Of JavaScript](../images/banners/day_1_30.png)

- [Day 30](#day-30)
- [Exercises](#exercises)
- [Exercise: Level 1](#exercise-level-1)
- [Exercise: Level 2](#exercise-level-2)
- [Exercise: Level 3](#exercise-level-3)

# Day 30

## Exercises

### Exercise: Level 1

1. Create the following animation using (HTML, CSS, JS)

![Countries daata](./../images/projects/dom_mini_project_countries_object_day_10.1.gif)

2. Validate the following form using regex.

![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.1.png)

![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.png)


### Exercise: Level 2

### Exercise: Level 3

🌕 Your journey to greatness completed successfully. You reached high level of greatness. Now, you are much greater than ever before. I knew what it takes to reach to this level and you made to this point. You are a real hero. Now, it is time to celebrate your success with a friend or with a family. I am looking forward to seeing you in an other challenge.

~![Congratulations](./../images/projects/congratulations.gif)

[<< Day 29](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master29_Day29_day_dom_day_9.md) | [Day 30>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/30_Day/30_day_dom_day_10.md)
Loading

0 comments on commit 6c3be24

Please sign in to comment.