parent
d215262816
commit
6c3be24135
@ -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)
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>30DaysOfJavaScript:30 </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<script src="./data/countries_data.js"></script>
|
||||
<script src="./scripts/main.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 4.1 MiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 64 KiB |
Loading…
Reference in new issue