File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 5
5
padding : 40px 15px ;
6
6
text-align : center;
7
7
}
8
+
9
+ .icons {
10
+ padding-right : 13px ;
11
+ font-size : large;
12
+ }
13
+ .icons > li > a {
14
+ padding-top : 15px !important ;
15
+ padding-bottom : 15px !important ;
16
+ padding : 10px 8px ;
17
+ }
Original file line number Diff line number Diff line change 26
26
<![endif]-->
27
27
< link href ="{{url_for('static', filename='css/bootstrap-table.min.css')}} " rel ="stylesheet ">
28
28
< link href ="{{url_for('static', filename='css/flag-sprites.min.css')}} " rel ="stylesheet " type ="text/css " />
29
+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.13.0/css/all.css " integrity ="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V " crossorigin ="anonymous ">
29
30
</ head >
30
31
31
32
< body >
49
50
< li > < a href ="#about "> About</ a > </ li > #} {#
50
51
< li > < a href ="#contact "> Contact</ a > </ li > #}
51
52
</ ul >
52
- < ul class ="nav navbar-nav navbar-right ">
53
- < li > < a href ="https://github.com/lnxg33k/MHA "> < img alt =" Brand "
54
- src =" {{url_for('static', filename='imgs/gh.png')}} " style =" height: 17px; " > </ a > </ li >
53
+ < ul class ="nav navbar-nav navbar-right icons ">
54
+ < li > < a href ="https://github.com/lnxg33k/MHA " target =" _blank " > < i class =" fab fa-github " > </ i > </ a > </ li >
55
+ < li > < a href =" https://twitter.com/lnxg33k " target =" _blank " > < i class =" fab fa-twitter " > </ i > </ a > </ li >
55
56
</ ul >
56
57
</ div >
57
58
<!--/.nav-collapse -->
You can’t perform that action at this time.
0 commit comments