Skip to content

Commit 2d41069

Browse files
committed
day 27
1 parent 60e8737 commit 2d41069

File tree

7 files changed

+56
-3
lines changed

7 files changed

+56
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ day9.md
1414
day10.md
1515
01_02_03_days_backup.md
1616
test.md
17-
27_Day
1817
28_Day
1918
29_Day
2019
30_Day

26_Day/26_day_dom_day_6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
1. Visualize the countries array as follows
3232

33-
![Countries](./../images/projects/dom_mini_project_countries_day_6.1.gif)
33+
![Motivation](./../images/projects/dom_mini_project_countries_day_6.1.gif)
3434

3535
🎉 CONGRATULATIONS ! 🎉
3636

37-
[<< Day 25](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/25_Day/25_day_dom_day_5.md) | [Day 27>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/27_Day/27_day_dom_day_7.md)
37+
[<< Day 25](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/25_Day/25_day_dom_day_5.md) | [Day 27>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/27_Day/27_day_dom_day_7.md)

27_Day/27_day_dom_day_7.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<div align="center">
2+
<h1> 30 Days Of JavaScript</h1>
3+
<a class="header-badge" target="_blank" href="https://www.linkedin.com/in/asabeneh/">
4+
<img src="https://img.shields.io/badge/style--5eba00.svg?label=LinkedIn&logo=linkedin&style=social">
5+
</a>
6+
<a class="header-badge" target="_blank" href="https://twitter.com/Asabeneh">
7+
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/asabeneh?style=social">
8+
</a>
9+
10+
<sub>Author:
11+
<a href="https://www.linkedin.com/in/asabeneh/" target="_blank">Asabeneh Yetayeh</a><br>
12+
<small> January, 2020</small>
13+
</sub>
14+
15+
</div>
16+
17+
[<< Day 26](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/26_Day/26_day_dom_day_6.md) | [Day 28>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/28_Day/28_day_dom_day_8.md)
18+
19+
![Thirty Days Of JavaScript](../images/banners/day_1_27.png)
20+
21+
- [Day 27](#day-27)
22+
- [Exercises](#exercises)
23+
- [Exercise: Level 1](#exercise-level-1)
24+
25+
# Day 27
26+
27+
## Exercises
28+
29+
### Exercise: Level 1
30+
31+
1. Create the following using HTML, CSS, and JavaScript
32+
33+
![Slider](./../images/projects/dom_mini_project_slider_day_7.1.gif)
34+
35+
🎉 CONGRATULATIONS ! 🎉
36+
37+
[<< Day 26](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/26_Day/26_day_dom_day_6.md) | [Day 28>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/28_Day/28_day_dom_day_8.md)

27_Day/27_day_starter/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>30DaysOfJavaScript:11 Day </title>
6+
</head>
7+
8+
<body>
9+
<h1>30DaysOfJavaScript:11 Day</h1>
10+
<h2>Destructuring and Spread</h2>
11+
12+
<script src="./data/countries_data.js"></script>
13+
<script src="./scripts/main.js"></script>
14+
15+
</body>
16+
17+
</html>

27_Day/27_day_starter/scripts/main.js

Whitespace-only changes.
2.61 MB
Loading
2.61 MB
Loading

0 commit comments

Comments
 (0)