Skip to content

Commit

Permalink
remove footer for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Jan 23, 2024
1 parent e667784 commit 5dc0df9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
26 changes: 4 additions & 22 deletions modules/benefactors/templates/benefactors.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
</ol>

<div class="container pb-3">
<div class="getting-started">
<div class="clearfix pb-3">
<div class="clearfix">

<div class="working-with-attack">
<div class="my-5">
<h1>Benefactors Program</h1>
<p>
Become an ATT&CK Benefactor! Benefactors help propel the evolution of ATT&CK through financial
Expand All @@ -45,8 +43,6 @@ <h1>Benefactors</h1>
contact us at [email protected] with any questions or for more information about becoming a
benefactor.
</p>


<a href="https://mitre-engenuity.org/cybersecurity/center-for-threat-informed-defense/donate/">
<button type="button" class="slide-button">
<span class="slide-button-text">
Expand All @@ -57,7 +53,6 @@ <h1>Benefactors</h1>
</span>
</button>
</a>

<a class="pl-2" href="mailto:[email protected]">
<button type="button" class="slide-button slide-button-secondary">
<span class="slide-button-text">
Expand All @@ -68,12 +63,10 @@ <h1>Benefactors</h1>
</span>
</button>
</a>

<br>
<br>
<br>
<div id="meta-sponsor-box" style="display:none">

<h4>ATT&CK Benefactors</h4>
<h5>Thanks to the following companies who have supported ATT&CK!</h5>
<div id="sponsor-box" style="background-color:lightgray; padding:2em; border-radius: 1em;"
Expand All @@ -97,7 +90,6 @@ <h5 id="support-level-header"><b>Support</b></h5>
<div class="grid-row grid-gap">
<div class="tablet:grid-col-1">
<button class="usa-button usa-button--big usa-button--unstyled" id="button-left"><</button>

</div>
{% for n in range(5) %}
<div class="usa-card tablet:grid-col-fill tablet:square-5 square-15">
Expand All @@ -110,26 +102,16 @@ <h5 id="support-level-header"><b>Support</b></h5>
</div>
</div>
{% endfor %}

<div class="tablet:grid-col-1">
<button class="usa-button usa-button--big usa-button--unstyled" id="button-right">></button>

</div>


<div class="tablet:grid-col-1">
<button class="usa-button usa-button--big usa-button--unstyled" id="button-right">></button>
</div>
</div>
</div>
</div>
</div>




</div>
</div>
</div>
</div>
{% endblock %}
{% block scripts %}
{{ super () }}
Expand Down
10 changes: 4 additions & 6 deletions modules/resources/templates/learn-more-about-attack.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<li class="breadcrumb-item">Learn More About ATT&amp;CK</li>
</ol>

<div class="container pb-5 mb-5">
<div class="container pb-3">
<div class="working-with-attack">
<h1>Learn More About ATT&amp;CK</h1>
<div class="learn-about-attack-content">
<div class="my-5">
<h2>Featured MITRE Presentations</h2>
<div class="my-5">
<h2>Featured MITRE Presentations</h2>
<p>
The featured presentations highlight applications, new techniques, and current topics of interest to ATT&CK.
All MITRE presentations were developed by members of the ATT&amp;CK team at MITRE.
Expand Down Expand Up @@ -129,8 +129,6 @@ <h2>Reading Materials</h2>
</div>
</div>
</div>
</div>

{% endblock %}

{% block scripts %} {{ super () }}
Expand Down

0 comments on commit 5dc0df9

Please sign in to comment.