Skip to content

Commit

Permalink
Remove Twitter widget on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Jul 7, 2023
1 parent 2d195b7 commit 85b10a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions attack-theme/templates/general/attack-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<div class="col mb-5 home-left-col">
<p class="text-justify">MITRE ATT&CK<sup>&reg;</sup> is a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations. The ATT&CK knowledge base is used as a foundation for the development of specific threat models and methodologies in the private sector, in government, and in the cybersecurity product and service community.</p>
<p class="text-justify">With the creation of ATT&CK, MITRE is fulfilling its mission to solve problems for a safer world &mdash; by bringing communities together to develop more effective cybersecurity. ATT&CK is open and available to any person or organization for use at no charge.</p>
</div>
<div class="col">
<div class="py-1">
<img src="{{ parsed.logo_landingpage }}" class="rounded mx-auto d-block pb-4 attack-logo-bold">
</div>
Expand Down Expand Up @@ -56,12 +58,11 @@
</td>
</tr>
</table>
</div>
<div class="col">
<div class="twitter-card">
<!-- The Twitter feed no longer works with Twitter's 2023 API changes -->
<!-- <div class="twitter-card">
<a class="twitter-timeline" href="https://twitter.com/MITREattack?ref_src=twsrc%5Etfw" data-theme="light" data-height="388">Tweets by MITREattack</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div> -->
</div>
{% else %}
<p class="text-justify">
Expand Down

0 comments on commit 85b10a3

Please sign in to comment.