File tree Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 1010 header {
1111 margin-top : 20px ;
1212 line-height : 100px ;
13- font-size : 36px ;
14- font-weight : 100 ;
13+ & h1 {
14+ font-size : 36px ;
15+ font-weight : 100 ;
16+ }
17+ & .buttons {
18+ top : calc (~ "25% - 100px" );
19+ }
1520 }
1621
1722 footer {
7883
7984 header {
8085 margin-top : 10px ;
81- padding : 0 50px ;
82- font-size : 18px ;
83- font-weight : 300 ;
84- line-height : auto;
86+ padding : 0 10px ;
87+ & h1 {
88+ font-size : 18px ;
89+ font-weight : 300 ;
90+ line-height : auto;
91+ }
92+ & .buttons {
93+ top : calc (~ "25% - 70px" );
94+ }
8595 }
8696
8797 footer {
Original file line number Diff line number Diff line change 2727 </ head >
2828 < body ng-app ="app " ng-controller ="appController as app ">
2929 < header >
30- Cisco VPN Client Password Decoder
30+ < h1 > Cisco VPN Client Password Decoder</ h1 >
31+ < div class ="buttons ">
32+ < a class ="github-button " href ="https://github.com/artemkin " data-count-href ="/artemkin/followers " data-count-api ="/users/artemkin#followers " data-count-aria-label ="# followers on GitHub " aria-label ="Follow @artemkin on GitHub "> Follow @artemkin</ a >
33+ < a class ="github-button " href ="https://github.com/artemkin/cisco-password-decoder " data-icon ="octicon-star " data-count-href ="/artemkin/cisco-password-decoder/stargazers " data-count-api ="/repos/artemkin/cisco-password-decoder#stargazers_count " data-count-aria-label ="# stargazers on GitHub " aria-label ="Star artemkin/cisco-password-decoder on GitHub "> Star</ a >
34+ </ div >
3135 </ header >
3236
3337 < div class ="section3d ">
7983 < img src ="shield.svg ">
8084 This is completely safe. Client-side decryption does not require sending any data outside your computer.
8185 </ footer >
86+ < script async defer id ="github-bjs " src ="https://buttons.github.io/buttons.js "> </ script >
8287 </ body >
8388</ html >
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ header {
2121 width : 100% ;
2222 text-align : center;
2323 box-sizing : border-box;
24+ & .buttons {
25+ position : absolute;
26+ text-align : center;
27+ width : 300px ;
28+ margin-left : -150px ;
29+ left : 50% ;
30+ }
2431}
2532
2633footer {
You can’t perform that action at this time.
0 commit comments