mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Redesign first docs page (#536)
This commit is contained in:
parent
35f1816cb1
commit
744e9aaafc
@ -25,9 +25,14 @@ while ClearML ensures your work is reproducible and scalable.
|
||||
<br/>
|
||||
|
||||
|
||||
**Friendly tutorials to get you started:**
|
||||
<div className="tbl-1">
|
||||
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th colspan="2">
|
||||
Friendly tutorials to get you started:</th>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/allegroai/clearml/blob/master/docs/tutorials/Getting_Started_1_Experiment_Management.ipynb"><b>Step 1</b></a> - Experiment Management</td>
|
||||
@ -50,11 +55,13 @@ while ClearML ensures your work is reproducible and scalable.
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
![Webapp gif](../img/gif/webapp_screenshots.gif)
|
||||
|
||||
### Read a Little More
|
||||
|
||||
<div class="max-w-75">
|
||||
<div class="max-w-75 align-center">
|
||||
|
||||
![Architecture diagram](../img/clearml_architecture.png)
|
||||
|
||||
|
@ -73,6 +73,11 @@ html[data-theme="dark"] a:hover {
|
||||
color: var(--ifm-color-primary-lightest);
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.max-w-75 {
|
||||
max-width: 75%;
|
||||
}
|
||||
@ -612,6 +617,15 @@ html[data-theme="dark"] .footer__link-item:hover {
|
||||
}
|
||||
}
|
||||
|
||||
.tbl-1 > table {
|
||||
width: 100%;
|
||||
display: inline-table;
|
||||
margin: 48px 0;
|
||||
}
|
||||
|
||||
.tbl-1 > thead {
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .markdown thead th {
|
||||
color: var(--ifm-color-gray-600);
|
||||
|
Loading…
Reference in New Issue
Block a user