Custom Templates for DeepL backed up and EmailMonkey. GS University was also re-downloaded. Then small scripts updated like for Chubb.

This commit is contained in:
Norm Rasmussen
2025-02-25 17:01:36 -05:00
parent 74d46e88f4
commit a62a76f5d1
288 changed files with 9886 additions and 152 deletions

View File

@ -1,4 +1,35 @@
{% include "header" %}
<div class="custom-page faq-page">
<div class="np-max-width">
<div class="row">
<div class="col-xs-12">
<h2>{{ custom_page.headline }}</h2>
<h3>{{ custom_page.subheadline }}</h3>
<div class="faq-content">{{ custom_page.content }}</div>
</div>
</div>
</div>
</div>
{% include "footer" %}
<style>
.faq-content {
background: #f3f3f3;
color: #000;
}
.faq-content p {
background: #f3f3f3 !important;
color: #000 !important;
}
.faq-content span {
background: #f3f3f3 !important;
color: #000 !important;
}
.faq-page {
padding: 0 20px;
}
</style>
{% comment %} {% include "header" %}
<main class="faq">
<div class="np-max-width faq" style="width: 100%;">
<div class="faq-container">
@ -346,4 +377,4 @@
}
});
});
</script>
</script> {% endcomment %}