Skip to content

Commit

Permalink
attack banner on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Aug 31, 2023
1 parent 006469a commit ef35da1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
Binary file added attack-theme/static/images/ATTACKCon-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions attack-theme/static/style/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -590,17 +590,21 @@ pre {

/*TWITTER*/
// twitter container in the home page
.twitter-card {
width: to-rem(400);
.attack-box {
width: to-rem(350);
max-width: 100%;
height: to-rem(400);
height: to-rem(450);
margin: 0 auto;
border: 3px solid #dfdfdf;
padding: 3px;
display: flex;
flex-direction: column;
iframe {
border: 1px solid border-color(body) !important;
border-radius: .25rem;
}

}

/******/

/*BREADCRUMBS*/
Expand Down
15 changes: 13 additions & 2 deletions attack-theme/templates/general/attack-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,22 @@
<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 class="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="attack-box">
<img width="100%" height="50%" src="/theme/images/ATTACKCon-4.png">
<center>
<hr>
<h2 class="attack-box-heading">
ATT&amp;CKcon 4.0 will be held on <strong>Oct 24-25</strong> in McLean, VA.
<br>
<a href="https://na.eventscloud.com/attackcon4/">Click here</a> for more details and to register.
</h2>
</center>
</div>
</div>
{% else %}
<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.
Expand Down

0 comments on commit ef35da1

Please sign in to comment.