File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ social:
37
37
icon : twitter
38
38
link : https://twitter.com/studentrobotics
39
39
- title : YouTube
40
- icon : youtube-play
40
+ icon : youtube
41
41
link : https://youtube.com/user/StudentRobotics
42
42
- title : Instagram
43
43
icon : instagram
44
44
link : https://www.instagram.com/student_robotics/
45
45
- title : Facebook
46
- icon : facebook-official
46
+ icon : facebook
47
47
link : https://facebook.com/StudentRobotics
48
48
- title : LinkedIn
49
49
icon : linkedin
Original file line number Diff line number Diff line change @@ -48,8 +48,11 @@ <h4> </h4>
48
48
< div class ="column d-6-12 text-right ">
49
49
< ul class ="social-media-links ">
50
50
{% for account in site.social %}
51
- < li > < a href ="{{ account.link }} "> < i class ="fa fa-{{ account.icon }} " aria-hidden ="true "
52
- title ="{{ account.title }} "> </ i > </ a > </ li >
51
+ < li >
52
+ < a href ="{{ account.link }} ">
53
+ < i class ="fa-brands fa-{{ account.icon }} " aria-hidden ="true " title ="{{ account.title }} "> </ i >
54
+ </ a >
55
+ </ li >
53
56
{% endfor %}
54
57
</ ul >
55
58
</ div >
Original file line number Diff line number Diff line change 6
6
< title > {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</ title >
7
7
< meta name ="description " content ="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %} ">
8
8
9
- < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn .com/font-awesome/4.7 .0/css/font-awesome .min.css ">
9
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare .com/ajax/libs/ font-awesome/6.2 .0/css/all .min.css " integrity =" sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A== " crossorigin =" anonymous " referrerpolicy =" no-referrer " / >
10
10
< link rel ="stylesheet " href ="{{ '/css/main.css' | prepend: site.baseurl }} ">
11
11
12
12
{% if page.extra_css %}
Original file line number Diff line number Diff line change 1
1
< nav class ="{{ include.class }} ">
2
2
< div class ="{{ include.class }} mobile-navigation ">
3
3
< ul >
4
- < li > < a id ="navigation_toggle " href ="# "> < i class ="fa fa-fw fa-bars "> </ i > </ a > </ li >
4
+ < li > < a id ="navigation_toggle " href ="# "> < i class ="fa-solid fa-fw fa-bars "> </ i > </ a > </ li >
5
5
</ ul >
6
6
</ div >
7
7
< ul id ="navigation " class ="full-navigation mobile-collapsed ">
You can’t perform that action at this time.
0 commit comments