-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
66 lines (66 loc) · 2.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
layout: start
title: x64dbg
slides: yes
---
<script>
if(document.referrer.indexOf("adf.ly") > -1) {
alert("The website you came from does not support x64dbg in any way. Consider donating if you want to support us :)");
}
</script>
<section class="panel start dark" data-section-name="start" id="start">
<div class="container">
<div class="row" style="margin-top:5%;padding-bottom:100px;">
<div class="col-md-4">
<h1 class="title">x64dbg</h1>
<h1>
<small>An open-source x64/x32 debugger for windows.</small>
</h1>
<br>
<h4>Check out the <a target="_blank" href="https://blog.x64dbg.com">blog</a>!</h4>
<br>
<p>
<a class="btn btn-primary btn-lg" href="https://snapshots.x64dbg.com" target="_blank" role="button">Download »</a>
<a class="btn btn-primary btn-lg" href="https://source.x64dbg.com" target="_blank" role="button">Source »</a>
<a class="btn btn-primary btn-lg" href="https://github.com/sponsors/mrexodia?metadata_source=x64dbg-site" target="_blank" role="button">Donate</a>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lrsjng.jquery-qrcode/0.7.0/jquery.qrcode.min.js"></script>
</p>
</div>
<div class="col-md-8">
{% include carousel.html %}
</div>
</div>
</div>
</section>
<section class="panel features " data-section-name="features" id="features">
<div class="container">
<!-- Example row of columns -->
<h2>Features</h2>
<div class="row">
<div class="col-md-7">
<div class="greencol">
{% capture features %}{% include features.md %}{% endcapture %}{{ features | markdownify }}
</div>
</div>
</div>
</div>
</section>
<section class="panel overview" data-section-name="overview" id="overview">
<div class="container">
<h2>Overview</h2>
{% include overview.html %}
</div>
</section>
<section class="panel credits" data-section-name="credits" id="credits">
<div class="container">
<h2>Credits</h2>
{% capture credits %}{% include credits.md %}{% endcapture %}{{ credits | markdownify }}
</div>
</section>
<section class="panel contact" data-section-name="contact" id="contact">
<div class="container">
<h2>Contact</h2>
{% capture contact %}{% include contact.md %}{% endcapture %}{{ contact | markdownify }}
</div>
</section>