Skip to content

Commit dbde6a3

Browse files
committed
Add Raft-only logo to page header
1 parent 8f60bbd commit dbde6a3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
path = raftscope-replay
66
url = https://github.com/ongardie/raftscope/
77
branch = replay
8+
[submodule "logo"]
9+
path = logo
10+
url = https://github.com/raft/logo/

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@
4545

4646
<body>
4747

48-
<!-- HEADER -->
49-
<div class="container page-header">
50-
<h1>The Raft Consensus Algorithm</h1>
48+
<div class="container" style="margin-top: 50px">
49+
<h1>
50+
The Raft Consensus Algorithm
51+
<img src="logo/annie-solo.png" style="width: 200px; height: 190px; margin: -40px auto;" />
52+
</h1>
5153
</div>
5254

5355
<!-- MAIN -->

logo

Submodule logo added at 3d2c4d5

0 commit comments

Comments
 (0)