Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pypy.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PyPy
pypy.org
Commits
4765db826f05
Commit
4765db826f05
authored
4 years ago
by
Ram Rachum
Browse files
Options
Downloads
Patches
Plain Diff
Make download link more prominent
parent
3b91efac72c6
No related branches found
Branches containing commit
No related tags found
1 merge request
!17
Make download link more prominent
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/assets/css/styles.css
+11
-0
11 additions, 0 deletions
public/assets/css/styles.css
public/images/download.svg
+1
-0
1 addition, 0 deletions
public/images/download.svg
public/index.html
+4
-1
4 additions, 1 deletion
public/index.html
with
16 additions
and
1 deletion
public/assets/css/styles.css
+
11
−
0
View file @
4765db82
...
...
@@ -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
;
}
This diff is collapsed.
Click to expand it.
public/images/download.svg
0 → 100644
+
1
−
0
View file @
4765db82
<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
This diff is collapsed.
Click to expand it.
public/index.html
+
4
−
1
View file @
4765db82
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment