File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 15
15
background : url ("./assets/img/us-weather.png" ) no-repeat; }
16
16
.picture-button # animals {
17
17
background : url ("./assets/img/animals.png" ) no-repeat; }
18
+ .picture-button # todo {
19
+ background : url ("./assets/img/redux.jpeg" ) no-repeat; }
18
20
.picture-button # usage {
19
21
background : url ("./assets/img/cellusage.png" ) no-repeat; }
20
22
.picture-button # chat {
Original file line number Diff line number Diff line change @@ -2,17 +2,20 @@ <h1>Angular 2 Mashup</h1>
2
2
< div class ="container ">
3
3
4
4
< div class ="row ">
5
- < div class ="col-md-2 "> </ div >
6
5
< div class ="col-md-3 ">
7
6
< a id ="weather " class ="picture-button " href ="./#/weather "> </ a >
8
7
< div class ="pic-caption "> Real Time Weather & Traffic</ div >
9
8
</ div >
10
- < div class ="col-md-2 "> </ div >
9
+ < div class ="col-md-1 "> </ div >
10
+ < div class ="col-md-3 ">
11
+ < a id ="todo " class ="picture-button " href ="./#/redux/todo "> </ a >
12
+ < div class ="pic-caption "> Redux Todo List</ div >
13
+ </ div >
14
+ < div class ="col-md-1 "> </ div >
11
15
< div class ="col-md-3 ">
12
16
< a id ="animals " class ="picture-button " href ="./#/animalgame "> </ a >
13
17
< div class ="pic-caption "> Guess the Animal Game</ div >
14
18
</ div >
15
- < div class ="col-md-2 "> </ div >
16
19
</ div >
17
20
18
21
< div class ="row ">
Original file line number Diff line number Diff line change 23
23
& #animals {
24
24
background : url (" ./assets/img/animals.png" ) no-repeat ;
25
25
}
26
+ & #todo {
27
+ background : url (" ./assets/img/redux.jpeg" ) no-repeat ;
28
+ }
26
29
& #usage {
27
30
background : url (" ./assets/img/cellusage.png" ) no-repeat ;
28
31
}
You can’t perform that action at this time.
0 commit comments