Skip to content
Snippets Groups Projects
Commit 4765db826f05 authored by Ram Rachum's avatar Ram Rachum
Browse files

Make download link more prominent

parent 3b91efac72c6
No related branches found
No related tags found
1 merge request!17Make download link more prominent
......@@ -267,3 +267,14 @@
transform: rotate(-45deg);
}
#download {
background: #FCC;
border-radius: 5px;
text-align: center;
padding: 10px;
font-size: 120%;
font-weight: bold;
color: black;
display: block;
text-shadow: 0px 0px 5px white;
}
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>
\ No newline at end of file
......@@ -75,7 +75,10 @@
<div class="row">
<div class="column pb-4">
<img alt="PyPy logo" src="images/pypy-logo.svg" style="width: 350px;"><p>A <a class="reference external" href="http://speed.pypy.org/">fast</a>, <a class="reference external" href="compat.html">compliant</a> alternative implementation of <a class="reference external" href="http://python.org/">Python</a></p>
<p class="button"><a class="reference external" href="download.html">Get Started</a> : Download and install</p>
<a id="download" href="download.html">
<img src="images/download.svg">
Download PyPy
</a>
<p class="button"><a class="reference external" href="features.html">What is PyPy</a> : Features</p>
<p class="button"><a class="reference external" href="https://doc.pypy.org">Documentation</a> (external link)</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment