File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 < h1 > danny greg</ h1 >
88 < div > < img src ="codercat.jpg " alt =""> </ div >
9- < p > < img src ="octocat.png " alt ="" /> I work at < a href ="http://github.com/dannygreg "> GitHub</ a > .</ p >
10- < p > < img src ="twitter.png " alt ="" /> I have < a href ="http://www.twitter.com/dannygreg "> Twitter</ a > .</ p >
9+ < p > < img class =" bullet " src ="octocat.png " alt ="" /> I work at < a id =" github " href ="http://github.com/dannygreg "> GitHub</ a > .</ p >
10+ < p > < img class =" bullet " src ="twitter.png " alt ="" /> I have < a id = twitter href ="http://www.twitter.com/dannygreg "> Twitter</ a > .</ p >
1111
1212 < script type ="text/javascript ">
1313 var _gauges = _gauges || [ ] ;
Original file line number Diff line number Diff line change @@ -20,10 +20,21 @@ div {
2020}
2121
2222a {
23- color : orange;
2423 text-decoration : none;
2524}
2625
26+ a # twitter {
27+ color : # 33CCFF ;
28+ }
29+
30+ img .bullet {
31+ margin-top : 20px ;
32+ }
33+
34+ a # github {
35+ color : # F08C00 ;
36+ }
37+
2738a : hover {
2839 text-decoration : underline;
2940}
You can’t perform that action at this time.
0 commit comments