Skip to content

Commit 580b360

Browse files
committed
Add the 'open projects' icon
1 parent 99c15a6 commit 580b360

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

assets/images/open_projects.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,25 @@
2323

2424
<div style="width: 100%;">
2525
<center>
26-
<div style="width: 25%; display:inline-block;">
26+
<div style="width: 20%; display:inline-block;">
2727
<div><a href="{{ '/learn' | relative_url }}"><img style="box-shadow: none;" width="128" src="{{'/assets/images/start.svg' | relative_url}}"></a></div>
2828
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Learn</font></div>
2929
</div><!--
30-
--><div style="width: 25%; display:inline-block;">
30+
--><div style="width: 20%; display:inline-block;">
3131
<div><a href="/doc/v{% include root_stable_version_short %}"><img style="box-shadow: none;" width="128" src="{{'/assets/images/doc.svg' | relative_url}}"></a></div>
3232
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Reference</font></div>
3333
</div><!--
34-
--><div style="width: 25%; display:inline-block;">
34+
--><div style="width: 20%; display:inline-block;">
3535
<div><a href="https://root-forum.cern.ch"><img style="box-shadow: none;" width="128" src="{{'/assets/images/forum.svg' | relative_url}}"></a></div>
3636
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Forum</font></div>
3737
</div><!--
38-
--><div style="width: 25%; display:inline-block;">
38+
--><div style="width: 20%; display:inline-block;">
3939
<div><a href="{{ '/gallery' | relative_url }}"><img style="box-shadow: none;" width="128" src="{{'/assets/images/gallery.svg' | relative_url}}"></a></div>
4040
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Gallery</font></div>
41+
</div><!--
42+
--><div style="width: 20%; display:inline-block;">
43+
<div><a href="/open_projects"><img style="box-shadow: none;" width="128" src="{{'/assets/images/open_projects.svg' | relative_url}}"></a></div>
44+
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Open Projects</font></div>
4145
</div>
4246
</center>
4347
</div>

0 commit comments

Comments
 (0)