File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ header img {
7171
7272footer {
7373 background-color : # 333 ;
74+ padding : 1ex 0 0 0 ;
7475 position : fixed;
7576 bottom : 0 ;
7677 width : 100% ;
@@ -106,3 +107,7 @@ footer div p {
106107footer div p : nth-of-type (2 ) {
107108 display : none;
108109}
110+
111+ .social {
112+ width : 18em ;
113+ }
Original file line number Diff line number Diff line change @@ -113,3 +113,7 @@ footer div {
113113.fa-twitter .fa-github .fa-hashtag {
114114 font-family : 'awesome' ;
115115}
116+
117+ .social {
118+ width : 36em ;
119+ }
Original file line number Diff line number Diff line change 1313 < link rel ="stylesheet " media ="only screen and (max-width: 640px) "
1414 href ="./css/mobile.css ">
1515 < link rel ="stylesheet " href ="./font/font-awesome-4.7.0/css/font-awesome.min.css ">
16-
16+ < script async src =" https://platform.twitter.com/widgets.js " charset =" utf-8 " > </ script >
1717 < meta name ="viewport " content ="width=device-width, initial-scale=1.0,
1818 minimum-scale=1.0 ">
1919</ head >
6161 < p > Powered by < strong > HTML5</ strong > </ p >
6262 </ div >
6363
64- < div >
65- < a href ="https://twitter.com/rhstyleguide " target ="_blank ">
66- < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
64+ < div class ="social ">
65+ < a href ="https://twitter.com/rhstyleguide?ref_src=twsrc%5Etfw " target ="_blank "> < img src ="font/fontawesome/svgs/brands/twitter.svg " width ="48em " /> </ a >
6766 < a href ="https://github.com/StyleGuides " target ="_blank ">
68- < i class =" fa fa- github" aria-hidden =" true " > </ i > </ a >
67+ < img src =" font/fontawesome/svgs/brands/ github.svg " width =" 48em " / ></ a >
6968 < a href ="http://webchat.freenode.net/ " target ="_blank ">
70- < i class =" fa fa- hashtag" aria-hidden =" true " > </ i > </ a >
69+ < img src =" font/fontawesome/svgs/solid/ hashtag.svg " width =" 48em " / ></ a >
7170 </ div >
7271 </ footer >
7372</ body >
You can’t perform that action at this time.
0 commit comments