-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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;" | ||
|
@@ -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"> | ||
|
@@ -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 () }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters