Commit b49d7721 authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[tools] Improve tools landing page

- Fix link to older tool versions
- Adapt card style to versions page

NOTRY=true

Change-Id: Id857cc1220605d9bf62e1b810bd46c5766633383
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2767228
Commit-Queue: Patrick Thier <pthier@chromium.org>
Auto-Submit: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarPatrick Thier <pthier@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73485}
parent 815502d8
......@@ -30,6 +30,7 @@ a:link, a:visited {
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 2px;
}
a:hover, a:active {
background-color: white;
......@@ -42,12 +43,16 @@ a:hover, a:active {
background-color: #000000;
grid-gap: 15px;
}
.grid-2{
grid-template-columns: auto auto;
}
.card {
text-align: center;
padding: 10px 50px 10px 50px ;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
background-color: #121212;
width: auto;
border-radius: 10px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
......@@ -95,13 +100,15 @@ dd, dt {
<dt><a href="./zone-stats/index.html">Zone Stats</a></dt>
<dd>Analyse zone memory usage.</dd>
</div>
</dl>
<dl class="grid-container grid-2">
<div class="card">
<dt><a href="https://v8.dev/tools">Other V8 Versions</a></dt>
<dd>Check out the V8 website for available tool versions.</dd>
<dt><a href="https://v8.dev/tools/versions">Other V8 Versions</a></dt>
<dd>Archived versions of V8 tools</dd>
</div>
<div class="card">
<dt><a href="https://v8.dev">V8.Dev</a></dt>
<dd>Check out the V8 website for more information.</dd>
<dd>The main V8 website.</dd>
</div>
</dl>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment