We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f60bbd commit dbde6a3Copy full SHA for dbde6a3
.gitmodules
@@ -5,3 +5,6 @@
5
path = raftscope-replay
6
url = https://github.com/ongardie/raftscope/
7
branch = replay
8
+[submodule "logo"]
9
+ path = logo
10
+ url = https://github.com/raft/logo/
index.html
@@ -45,9 +45,11 @@
45
46
<body>
47
48
- <!-- HEADER -->
49
- <div class="container page-header">
50
- <h1>The Raft Consensus Algorithm</h1>
+ <div class="container" style="margin-top: 50px">
+ <h1>
+ The Raft Consensus Algorithm
51
+ <img src="logo/annie-solo.png" style="width: 200px; height: 190px; margin: -40px auto;" />
52
+ </h1>
53
</div>
54
55
<!-- MAIN -->
logo
0 commit comments