Skip to content

Commit 0ac4563

Browse files
committed
refactor: Replace logo in README and docs
1 parent 2283dc4 commit 0ac4563

File tree

6 files changed

+5
-10
lines changed

6 files changed

+5
-10
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
<p align="center" >
42
<a href="https://www.fibratus.io" >
53
<img src="logo.png" alt="Fibratus">
@@ -41,7 +39,7 @@ In a nutshell, the Fibratus mantra is defined by the pillars of **realtime behav
4139
alternatively install via `msiexec` in silent mode
4240

4341
```
44-
$ msiexec /i fibratus-2.3.0-amd64.msi /qn
42+
$ msiexec /i fibratus-2.4.0-amd64.msi /qn
4543
```
4644

4745
### Quick start
@@ -55,7 +53,7 @@ $ msiexec /i fibratus-2.3.0-amd64.msi /qn
5553
$ VaultCmd.exe /listcreds:"Windows Credentials" /all
5654
```
5755

58-
`Credential discovery via VaultCmd.exe` rule should trigger and emit the alert to the [Eventlog](https://www.fibratus.io/#/alerts/senders/eventlog). Check the short demo [here](https://www.fibratus.io/alerts/senders/images/eventlog.gif).
56+
`Credential discovery via VaultCmd tool` rule should trigger and emit the alert to the [Eventlog](https://www.fibratus.io/#/alerts/senders/eventlog). Check the short demo [here](https://www.fibratus.io/alerts/senders/images/eventlog.gif).
5957

6058
### Documentation
6159

@@ -86,6 +84,3 @@ Free code signing provided by [SignPath.io], certificate by
8684
<p align="center">
8785
Developed with ❤️ by <strong>Nedim Šabić Šabić</strong>
8886
</p>
89-
<p align="center">
90-
Logo designed with ❤️ by <strong><a name="logo" target="_blank" href="https://github.com/karinkasweet/">Karina Slizova</a></strong>
91-
</p>

docs/_coverpage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- _coverpage.md -->
22

3-
<div>
4-
<img src='logo.png'></img>
3+
<div style='margin-top: 150px'>
4+
<img src='logo.png' height="800px" width="800px"></img>
55
</div>
66

77
# fibratus <small>2.3.0</small>

docs/favicon.ico

-28.2 KB
Binary file not shown.

docs/logo.png

269 KB
Loading

docs/themes/fibratus.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ section.cover {
776776

777777
section.cover.show {
778778
display: flex;
779-
background: linear-gradient(#6da9e2,#c7def4) !important;
779+
background: linear-gradient(#1180e0,#c7def4) !important;
780780
}
781781

782782
section.cover.has-mask .mask {

logo.png

254 KB
Loading

0 commit comments

Comments
 (0)