Update default.html
Update the html with the new ART.io pages.
This commit is contained in:
+10
-11
@@ -13,24 +13,23 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/3.12.0/js-yaml.min.js" ></script>
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header" style="background-image: url('https://redcanary.com/wp-content/uploads/product-features-bg.png');
|
||||
<section class="page-header" style="background-image: url('assets/images/product-features-bg.png');
|
||||
background-position: center center; background-size: cover ">
|
||||
<div style="margin-bottom: 20px;">
|
||||
<div style="display: inline-block; width: 300px;">
|
||||
<img src="https://redcanary.com/wp-content/uploads/Atomic-Red-Team-Logo.png" width="200px"/>
|
||||
<img src="assets/images/Atomic-Red-Team-Logo.png" width="200px"/>
|
||||
</div>
|
||||
<div style="display: inline-block; width: 60%; max-width: 750px; text-align: left">
|
||||
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
|
||||
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/" class="btn">Philosophy</a>
|
||||
<a href="use-cases" class="btn">Use Cases</a>
|
||||
<a href="testing" class="btn">Get Started</a>
|
||||
<a href="contributing" class="btn">Contributing</a>
|
||||
<a href="apis" class="btn">APIs</a>
|
||||
<a href="related" class="btn">Related</a>
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
||||
<a href="/" class="btn">Home</a>
|
||||
<a href="atomicredteam" class="btn">Atomic Red Team</a>
|
||||
<a href="invokeatomic" class="btn">Invoke-AtomicRedTeam</a>
|
||||
<a href="atomictestharnesses" class="btn">AtomicTestHarnesses</a>
|
||||
<a href="chainreactor" class="btn">Chain Reactor</a>
|
||||
<!-- <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a> -->
|
||||
<a href="https://slack.atomicredteam.io/" class="btn">Join on Slack</a>
|
||||
</section>
|
||||
|
||||
@@ -39,7 +38,7 @@
|
||||
|
||||
<footer class="site-footer" style="text-align: center; margin-top: 100px">
|
||||
<a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by
|
||||
<p><a href="https://www.redcanary.com"><img src="https://redcanary.com/wp-content/uploads/header_logo1.png" height="50px" alt="Red Canary"/></a></p>
|
||||
<p><a href="https://www.redcanary.com"><img src="assets/images/header_logo1.png" height="50px" alt="Red Canary"/></a></p>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
@@ -54,7 +53,7 @@
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
<script src="{{ base.url | prepend: site.url }}/assets/javascripts/{{ page.path | replace: 'md', 'js' }}"></script>
|
||||
<!-- <script src="{{ base.url | prepend: site.url }}/assets/javascripts/{{ page.path | replace: 'md', 'js' }}"></script> -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user