diff --git a/project/build/awareness/index.html b/project/build/awareness/index.html
index 5656987..cb197ce 100644
--- a/project/build/awareness/index.html
+++ b/project/build/awareness/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/blog/index.html b/project/build/blog/index.html
index 903abf8..42eb004 100644
--- a/project/build/blog/index.html
+++ b/project/build/blog/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/contact/index.html b/project/build/contact/index.html
index 266b005..2c86e9f 100644
--- a/project/build/contact/index.html
+++ b/project/build/contact/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/documents/index.html b/project/build/documents/index.html
index 92a700f..92382c6 100644
--- a/project/build/documents/index.html
+++ b/project/build/documents/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/index.html b/project/build/index.html
index 13c6982..041e726 100644
--- a/project/build/index.html
+++ b/project/build/index.html
@@ -19,7 +19,7 @@
-
+
@@ -92,8 +92,8 @@
Colourful teaming
src="/static/img/strategy.png"
alt="The Ankh Morpork guard"
class="card__image" />
-
-
Looking forward
+
+
Looking forward
@@ -104,8 +104,8 @@
Looking forward
src="/static/img/threat-landscape.png"
alt="Disc world"
class="card__image" />
-
-
Digital defence @home
+
+
Digital defence @home
@@ -116,8 +116,8 @@
Digital defence @home
src="/static/img/ipa.png"
alt="Sisters again"
class="card__image" />
-
-
IPA project
+
+
IPA project
diff --git a/project/build/ipa/index.html b/project/build/ipa/index.html
index 3c39600..b9eb106 100644
--- a/project/build/ipa/index.html
+++ b/project/build/ipa/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/pentesting/index.html b/project/build/pentesting/index.html
index e420196..2a0000a 100644
--- a/project/build/pentesting/index.html
+++ b/project/build/pentesting/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/projects/index.html b/project/build/projects/index.html
index 1a22483..4df97df 100644
--- a/project/build/projects/index.html
+++ b/project/build/projects/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/static/css/base_style.css b/project/build/static/css/base_style.css
index 601978b..b91c418 100644
--- a/project/build/static/css/base_style.css
+++ b/project/build/static/css/base_style.css
@@ -203,7 +203,7 @@ nav ul {
padding: 0.5rem 0.5rem;
position: absolute;
top: 85%;
- background: #ff9933; /* Black background with 0.4 opacity */
+ background: rgba(0, 0, 0, 0.8);/*#ff9933; Black background with 0.4 opacity */
color: black; /* Grey text */
}
@@ -213,6 +213,7 @@ nav ul {
font-weight: normal;
font-style: normal;
font-size: 1.0em;
+ color: #ff9933;
}
.card__body__in__page {
diff --git a/project/build/teaming/index.html b/project/build/teaming/index.html
index fd998af..baaad2b 100644
--- a/project/build/teaming/index.html
+++ b/project/build/teaming/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/build/thankyou/index.html b/project/build/thankyou/index.html
index 96e4f87..2402181 100644
--- a/project/build/thankyou/index.html
+++ b/project/build/thankyou/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/project/recipes/templates/recipes/recipes.html b/project/recipes/templates/recipes/recipes.html
index b865acf..1866208 100644
--- a/project/recipes/templates/recipes/recipes.html
+++ b/project/recipes/templates/recipes/recipes.html
@@ -50,8 +50,8 @@
Colourful teaming
src="{{ url_for('static', filename='img/strategy.png') }}"
alt="The Ankh Morpork guard"
class="card__image" />
-
-
Looking forward
+
+
Looking forward
@@ -62,8 +62,8 @@
Looking forward
src="{{ url_for('static', filename='img/threat-landscape.png') }}"
alt="Disc world"
class="card__image" />
-
-
Digital defence @home
+
+
Digital defence @home
@@ -74,8 +74,8 @@
Digital defence @home
src="{{ url_for('static', filename='img/ipa.png') }}"
alt="Sisters again"
class="card__image" />
-
-
IPA project
+
+
IPA project
diff --git a/project/static/css/base_style.css b/project/static/css/base_style.css
index 601978b..b91c418 100644
--- a/project/static/css/base_style.css
+++ b/project/static/css/base_style.css
@@ -203,7 +203,7 @@ nav ul {
padding: 0.5rem 0.5rem;
position: absolute;
top: 85%;
- background: #ff9933; /* Black background with 0.4 opacity */
+ background: rgba(0, 0, 0, 0.8);/*#ff9933; Black background with 0.4 opacity */
color: black; /* Grey text */
}
@@ -213,6 +213,7 @@ nav ul {
font-weight: normal;
font-style: normal;
font-size: 1.0em;
+ color: #ff9933;
}
.card__body__in__page {
diff --git a/project/templates/base.html b/project/templates/base.html
index 2cdcdf5..311309c 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -19,7 +19,7 @@
- {{ font_awesome.load_js() }}
+ {{ font_awesome.load_css() }}
{% block styling %}