Skip to content

Commit

Permalink
Merge pull request #1162 from spencerckhuang/hotfix/FA-fix
Browse files Browse the repository at this point in the history
Hotfix: Updated FontAwesome link
  • Loading branch information
spencerckhuang authored Oct 29, 2024
2 parents e3cfa80 + b88d245 commit 3a635eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion semesterly/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">

<script src="https://kit.fontawesome.com/2ab9935212.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/cd2a8cc816.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="{% static 'js/splash.js'%}"></script>

Expand Down
2 changes: 1 addition & 1 deletion semesterly/templates/notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"
integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/2ab9935212.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/cd2a8cc816.js" crossorigin="anonymous"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion timetable/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"
integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/2ab9935212.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/cd2a8cc816.js" crossorigin="anonymous"></script>

{% block css_block %}{% endblock %}
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand Down
2 changes: 1 addition & 1 deletion timetable/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"
integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/2ab9935212.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/cd2a8cc816.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="{% static 'js/splash.js'%}"></script>
<!-- Google Analytics script -->
Expand Down
2 changes: 1 addition & 1 deletion timetable/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"
integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/2ab9935212.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/cd2a8cc816.js" crossorigin="anonymous"></script>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
Expand Down
2 changes: 1 addition & 1 deletion timetable/templates/timetable.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" type="text/css" rel="stylesheet"
integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw=="
crossorigin="anonymous">
<script src="https://kit.fontawesome.com/2ab9935212.js" crossorigin="anonymous"></script> <link rel="stylesheet" type="text/css"
<script src="https://kit.fontawesome.com/cd2a8cc816.js" crossorigin="anonymous"></script> <link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/css/flat-ui.min.css">
<link rel="stylesheet" type="text/css" href="{% static 'css/full-calendar.min.css'%}">
<link rel="stylesheet" type="text/css" href="{% static 'css/ball-clip-rotate-multiple.css'%}">
Expand Down

0 comments on commit 3a635eb

Please sign in to comment.