Redesign main page (#571)

This commit is contained in:
pollfly
2023-05-24 15:32:40 +03:00
committed by GitHub
parent c4972a58ea
commit 0e4e2e89a3
5 changed files with 130 additions and 6 deletions

View File

@@ -66,14 +66,42 @@ while ClearML ensures your work is reproducible and scalable.
</div>
Want a more in depth introduction to ClearML? Choose where you want to get started:
* **Data Scientists** start [here](ds/ds_first_steps.md) - learn how to use ClearML's
experiment tracking and management tools, and more!
* **MLOps Engineers** start [here](mlops/mlops_first_steps.md) - learn how to use ClearML's
automation, orchestration, and tracking tools
* **DevOps Engineers** start [here](../deploying_clearml/clearml_server.md#deployment) - learn how
to deploy and configure a ClearML Server
<div class="cml-card">
<ol>
<li>
<i>
<img src="/docs/latest/icons/ico-data-scientist.svg" />
</i>
<h4>Data Scientists</h4>
<p>Learn how to use ClearML's experiment tracking and management tools, and more!</p>
<span class="btn-link">
<a href="getting_started/ds/ds_first_steps">START HERE</a>
</span>
</li>
<li>
<i>
<img src="/docs/latest/icons/ico-mlops-engineer.svg" />
</i>
<h4>MLOps Engineers</h4>
<p>Learn how to use ClearML's automation, orchestration, and tracking tools</p>
<span class="btn-link">
<a href="getting_started/mlops/mlops_first_steps">START HERE</a>
</span>
</li>
<li>
<i>
<img src="/docs/latest/icons/ico-devops-engineer.svg" />
</i>
<h4>DevOps Engineers</h4>
<p>Learn learn how to deploy and configure a ClearML Server</p>
<span class="btn-link">
<a href="./deploying_clearml/clearml_server#deployment">START HERE</a>
</span>
</li>
</ol>
</div>
## What Can You Do with ClearML?