File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 6666 "polyfills" : " src/polyfills.ts" ,
6767 "tsConfig" : " src/tsconfig.spec.json" ,
6868 "karmaConfig" : " src/karma.conf.js" ,
69- "styles" : [" styles.css " ],
69+ "styles" : [" styles.scss " ],
7070 "scripts" : [],
7171 "assets" : [" src/favicon.ico" , " src/assets" ]
7272 }
Original file line number Diff line number Diff line change 1- < my-app > loading</ my-app >
1+ < my-app > loading</ my-app >
2+
3+ < footer >
4+ < div class ="icon-grid ">
5+ < a href ="https://www.linkedin.com/in/eric-feldberg-62a758297 " target ="_blank "> < img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/512px-LinkedIn_logo_initials.png "> </ a >
6+ < a href ="https://www.instagram.com/nodulldayz/ " target ="_blank "> < img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/128px-Instagram_logo_2016.svg.png "> </ a >
7+ < a href ="https://flickr.com/photos/nodulldays/ " target ="_blank "> < img alt ="Flickr logo - SuperTinyIcons " src ="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Flickr_logo_-_SuperTinyIcons.svg/512px-Flickr_logo_-_SuperTinyIcons.svg.png "> </ a >
8+ </ div >
9+ </ footer >
Original file line number Diff line number Diff line change @@ -39,3 +39,25 @@ header {
3939 color : #d9a74a ;
4040 }
4141}
42+
43+ footer {
44+ position : absolute ;
45+ bottom : 0 ;
46+ border-top : 1px solid #313b3f ;
47+ padding : 5px 5px 1px 5px ;
48+ box-sizing : border-box ;
49+ width : 100% ;
50+ .icon-grid {
51+ justify-content : center ;
52+ display : grid ;
53+ grid-column-gap : 10px ;
54+ grid-template-columns : repeat (3 , 35px );
55+ a {
56+ width : 35px ;
57+ display : block ;
58+ img {
59+ width : 100% ;
60+ }
61+ }
62+ }
63+ }
You can’t perform that action at this time.
0 commit comments