Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Redirect permanent /drupal/content/reference-guide https://root.cern/doc/master/
Redirect permanent /drupal/content/users-guide https://root.cern/manual/
Redirect permanent /guides/reference-guide/ https://root.cern/doc/master/
Redirect permanent /root-user-guides-and-manuals/ https://root.cern/get_started/
Redirect permanent /open_projects https://root-project.github.io/open_projects/
Redirect permanent /releases /install/all_releases/

RedirectMatch 301 ^/root/htmldoc/T(.*)\.html$ https://root.cern/doc/master/classT$1.html
RedirectMatch 301 ^/root/htmldoc/T([^.]*)$ https://root.cern/doc/doc/master/classT$1.html
Expand Down
1 change: 1 addition & 0 deletions assets/images/open_projects.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,25 @@

<div style="width: 100%;">
<center>
<div style="width: 25%; display:inline-block;">
<div style="width: 20%; display:inline-block;">
<div><a href="{{ '/learn' | relative_url }}"><img style="box-shadow: none;" width="128" src="{{'/assets/images/start.svg' | relative_url}}"></a></div>
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Learn</font></div>
</div><!--
--><div style="width: 25%; display:inline-block;">
--><div style="width: 20%; display:inline-block;">
<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>
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Reference</font></div>
</div><!--
--><div style="width: 25%; display:inline-block;">
--><div style="width: 20%; display:inline-block;">
<div><a href="https://root-forum.cern.ch"><img style="box-shadow: none;" width="128" src="{{'/assets/images/forum.svg' | relative_url}}"></a></div>
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Forum</font></div>
</div><!--
--><div style="width: 25%; display:inline-block;">
--><div style="width: 20%; display:inline-block;">
<div><a href="{{ '/gallery' | relative_url }}"><img style="box-shadow: none;" width="128" src="{{'/assets/images/gallery.svg' | relative_url}}"></a></div>
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Gallery</font></div>
</div><!--
--><div style="width: 20%; display:inline-block;">
<div><a href="/open_projects"><img style="box-shadow: none;" width="128" src="{{'/assets/images/open_projects.svg' | relative_url}}"></a></div>
<div style="padding: 20px 0"><font color="#346295" style="font-weight:bold;" size="3">Open Projects</font></div>
</div>
</center>
</div>
Expand Down
Loading