Skip to content

Commit

Permalink
ht/rename callout
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-tillman committed Aug 10, 2023
1 parent ac3b208 commit a540c3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions h2o-dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,13 @@
border-left: solid 4px #999;
}

.callout--warning {
.callout--info {
padding-left: 55px;
border-left-color: #00a0cc;
background-color: rgb(0 150 200 / 0.15);
}

.callout--warning::before {
.callout--info::before {
content: '⚠';
font-size: 32px;
font-weight: 200;
Expand All @@ -273,7 +273,7 @@
left: 10px;
}

.callout--warning a {
.callout--info a {
color: #00a0cc;
}

Expand Down Expand Up @@ -591,7 +591,7 @@ <h1><span>H<sub>2</sub>O</span></h1>
</div>
<h2>Get started with H<sub>2</sub>O in 3 easy steps</h2>
<p>1. Download H<sub>2</sub>O. This is a zip file that contains everything you need to get started.</p>
<p class="callout callout--warning">By default, this setup is open. If you want to secure your installation, follow the <a href="https://docs.h2o.ai/h2o/latest-stable/h2o-docs/security.html" target="_blank">Security Guidelines.</a></p>
<p class="callout callout--info">By default, this setup is open. If you want to secure your installation, follow the <a href="https://docs.h2o.ai/h2o/latest-stable/h2o-docs/security.html" target="_blank">Security Guidelines.</a></p>
<p>2. From your terminal, run:</p>

<button class="btn copy_button" id="btnCopy1" data-clipboard-target='#to_copy1'></button>
Expand Down Expand Up @@ -619,7 +619,7 @@ <h2>Use H<sub>2</sub>O directly from Python</h2>
<p class="terminal" id="to_copy12">
pip install matplotlib<br/>
</p>
<p class="callout callout--warning">By default, this setup is open. If you want to secure your installation, follow the <a href="https://docs.h2o.ai/h2o/latest-stable/h2o-docs/security.html" target="_blank">Security Guidelines.</a></p>
<p class="callout callout--info">By default, this setup is open. If you want to secure your installation, follow the <a href="https://docs.h2o.ai/h2o/latest-stable/h2o-docs/security.html" target="_blank">Security Guidelines.</a></p>
<p>At the command line, copy and paste these commands one line at a time:</p>
<button class="btn copy_button" id="btnCopy2" data-clipboard-target='#to_copy2'></button>
<p class="terminal" id="to_copy2">
Expand All @@ -639,7 +639,7 @@ <h2>Conda Installation</h2>
<div id="quickstart-r" style="display:none">
<h2>Use H<sub>2</sub>O directly from R</h2>

<p class="callout callout--warning">By default, this setup is open. If you want to secure your installation, follow the <a href="https://docs.h2o.ai/h2o/latest-stable/h2o-docs/security.html" target="_blank">Security Guidelines.</a></p>
<p class="callout callout--info">By default, this setup is open. If you want to secure your installation, follow the <a href="https://docs.h2o.ai/h2o/latest-stable/h2o-docs/security.html" target="_blank">Security Guidelines.</a></p>

<p>Copy and paste these commands into R one line at a time:</p>
<button class="btn copy_button" id="btnCopy3" data-clipboard-target='#to_copy3'></button>
Expand Down

0 comments on commit a540c3a

Please sign in to comment.