Skip to content

Commit 6c02bb6

Browse files
authored
Merge pull request #20 from gpotter2/master
Add installation animation
2 parents 0809905 + 7acacdd commit 6c02bb6

File tree

5 files changed

+51
-5
lines changed

5 files changed

+51
-5
lines changed

download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ subtitle: Download scapy on GitHub or PyPI
44
date: 2019
55
---
66

7-
<link rel="stylesheet" href="/css/button.css">
7+
<link rel="stylesheet" href="./css/button.css">
88

99
# Download scapy:
1010

@@ -31,4 +31,4 @@ date: 2019
3131

3232
## Python versions support
3333

34-
<img src="https://raw.githubusercontent.com/secdev/scapy/master/doc/scapy/graphics/scapy_version_timeline.jpg" alt="Scapy versions" />
34+
<img src="https://raw.githubusercontent.com/secdev/scapy/master/doc/scapy/graphics/scapy_version_timeline.jpg" alt="Scapy versions" />

img/404.png

100644100755
File mode changed.

img/animation-scapy-install.svg

Lines changed: 44 additions & 0 deletions
Loading

img/logo.png

100644100755
File mode changed.

index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ date: 2019
2525
</ul>
2626
{% endraw %}
2727

28-
<link rel="stylesheet" href="/css/button.css">
29-
<link rel="stylesheet" href="/css/table.css">
28+
<link rel="stylesheet" href="./css/button.css">
29+
<link rel="stylesheet" href="./css/table.css">
3030

3131
Scapy Project
3232
=============
@@ -36,7 +36,7 @@ The same code base now runs natively on both Python 2 and Python 3.
3636

3737
{% raw %}
3838
<div>
39-
<a href="/download" class="button button_main">
39+
<a href="./download" class="button button_main">
4040
DOWNLOAD SCAPY
4141
</a>
4242
</div>
@@ -45,6 +45,8 @@ The same code base now runs natively on both Python 2 and Python 3.
4545
{: .box-note}
4646
## [Get started with Scapy](https://scapy.readthedocs.io/en/latest/introduction.html)
4747

48+
![Scapy installation](./img/animation-scapy-install.svg)
49+
4850
## Help, documentation
4951

5052

0 commit comments

Comments
 (0)