Skip to content

Commit

Permalink
Removed fpnt awesome dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarzh committed Jul 29, 2024
1 parent be31e58 commit bf5002a
Show file tree
Hide file tree
Showing 45 changed files with 24 additions and 91 deletions.
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from flask_frozen import Freezer
from project import create_app
from flask_font_awesome import FontAwesome


# Call the application factory function to construct a Flask application
# instance using the development configuration
app = create_app()
font_awesome = FontAwesome(app)

# Create an instance of Freezer for generating the static files from
# the Flask application routes ('/', '/breakfast', etc.)
Expand Down
2 changes: 0 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from flask_frozen import Freezer
from project import create_app
from flask_font_awesome import FontAwesome

# Call the application factory function to construct a Flask application
# instance using the development configuration
app = create_app()
font_awesome = FontAwesome(app)

# Create an instance of Freezer for generating the static files from
# the Flask application routes ('/', '/breakfast', etc.)
Expand Down
16 changes: 12 additions & 4 deletions project/blog/templates/blog/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,30 @@ <h1>On Wizardry</h1>
<hr class="light">
<div class="row">
<div class="column service-box">
<em class="material-icons md-64 text-primary">usb</em>
<img
src="{{ url_for('static', filename='img/icon-usb.png') }}"
alt="USB icon" />
<h3>Works with your device</h3>
<p class="text-muted">Wizards like to use instruments specially made for the purposes of practicing magic. The wizard's staff is a familiar and intuitive example; it stores magic that a wizard can use all at once.</p>
</div>
<div class="column service-box">
<em class="fa fa-4x fa-paper-plane text-primary"></em>
<img
src="{{ url_for('static', filename='img/icon-paper-plane.png') }}"
alt="Paper plane icon" />
<h3>Transportation</h3>
<p class="text-muted">The broomstick is the device for magically enhanced travel favoured by <a href="https://wyrd.tymyrddin.dev/about/">witches</a>. <br />While associated with witches, wizards have been known to use them in extremis.</p>
</div>
<div class="column service-box">
<em class="fa fa-4x fa-solid fa-newspaper text-primary"></em>
<img
src="{{ url_for('static', filename='img/icon-newspaper.png') }}"
alt="Newspaper icon" />
<h3>Up to Date</h3>
<p class="text-muted">For surveilling all possible times and spaces of the multiverse, wizards have now advanced to the omniscope which is, sadly, very expensive monetarily to produce and very expensive magically to operate.</p>
</div>
<div class="column service-box">
<em class="fa fa-4x fa-heart text-primary"></em>
<img
src="{{ url_for('static', filename='img/icon-heart.png') }}"
alt="Heart icon" />
<h3>With Love</h3>
<p class="text-muted">Wizards usually vie for the top position, the Archchancellor. Being invited in one of the orders, each wizard fights for the higher positions in the order, and fights off other wizards and other orders.</p>
</div>
Expand Down
2 changes: 0 additions & 2 deletions project/build/404/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->


Expand Down
18 changes: 12 additions & 6 deletions project/build/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/page_style.css">
Expand Down Expand Up @@ -59,22 +57,30 @@ <h1>On Wizardry</h1>
<hr class="light">
<div class="row">
<div class="column service-box">
<em class="material-icons md-64 text-primary">usb</em>
<img
src="/static/img/icon-usb.png"
alt="USB icon" />
<h3>Works with your device</h3>
<p class="text-muted">Wizards like to use instruments specially made for the purposes of practicing magic. The wizard's staff is a familiar and intuitive example; it stores magic that a wizard can use all at once.</p>
</div>
<div class="column service-box">
<em class="fa fa-4x fa-paper-plane text-primary"></em>
<img
src="/static/img/icon-paper-plane.png"
alt="Paper plane icon" />
<h3>Transportation</h3>
<p class="text-muted">The broomstick is the device for magically enhanced travel favoured by <a href="https://wyrd.tymyrddin.dev/about/">witches</a>. <br />While associated with witches, wizards have been known to use them in extremis.</p>
</div>
<div class="column service-box">
<em class="fa fa-4x fa-solid fa-newspaper text-primary"></em>
<img
src="/static/img/icon-newspaper.png"
alt="Newspaper icon" />
<h3>Up to Date</h3>
<p class="text-muted">For surveilling all possible times and spaces of the multiverse, wizards have now advanced to the omniscope which is, sadly, very expensive monetarily to produce and very expensive magically to operate.</p>
</div>
<div class="column service-box">
<em class="fa fa-4x fa-heart text-primary"></em>
<img
src="/static/img/icon-heart.png"
alt="Heart icon" />
<h3>With Love</h3>
<p class="text-muted">Wizards usually vie for the top position, the Archchancellor. Being invited in one of the orders, each wizard fights for the higher positions in the order, and fights off other wizards and other orders.</p>
</div>
Expand Down
2 changes: 0 additions & 2 deletions project/build/bbh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->


Expand Down
2 changes: 0 additions & 2 deletions project/build/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blog_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/completely-different/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/courses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->


Expand Down
2 changes: 0 additions & 2 deletions project/build/cracked-architecture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/cracked-surveillance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/credentials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/data-retention-legislation-eu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/defendable-internet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/eu-os-funding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
6 changes: 0 additions & 6 deletions project/build/font_awesome/static/js/all.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions project/build/fvey-alliance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->


Expand Down
2 changes: 0 additions & 2 deletions project/build/gdpr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/ghost-stories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/grey-areas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/iccpr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->


Expand Down
2 changes: 0 additions & 2 deletions project/build/information-war-technology/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/internet-insecurity-trends/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/labs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->


Expand Down
2 changes: 0 additions & 2 deletions project/build/legitimisation-patterns/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/new-password/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/not-enough/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/nowai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/oecd-recommendations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/panopticon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/registration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/page_style.css">
Expand Down
2 changes: 0 additions & 2 deletions project/build/scenario-logics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script>

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">
Expand Down
Loading

0 comments on commit bf5002a

Please sign in to comment.