Skip to content

Commit 83e9dfc

Browse files
author
Joseph Damiba
committed
Site updated at 2019-08-15 22:08:16 UTC
1 parent 327315d commit 83e9dfc

File tree

1,119 files changed

+8139
-3654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,119 files changed

+8139
-3654
lines changed

404.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<!-- Fonts -->
2121
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2222
rel="stylesheet" type="text/css"/>
23+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
24+
2325
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2426

2527
<!-- code highlighting -->
@@ -28,7 +30,7 @@
2830

2931
<!-- Main Stylesheets -->
3032
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
31-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
33+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3234

3335
<!-- LOCAL DEV STYLESHEET -->
3436
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

all_static/css/main.css

Lines changed: 15 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7339,6 +7339,10 @@ div#notebook {
73397339
margin-top: 80px; }
73407340

73417341
.page.\--home .hero {
7342+
background-position: center;
7343+
background-repeat: no-repeat;
7344+
background-size: 110% 110%;
7345+
background-image: url(https://plotly-tutorials.s3-us-west-1.amazonaws.com/assets/api/images/api-bg-img.png);
73427346
width: 100%;
73437347
height: 400px;
73447348
max-height: 500px;
@@ -7361,31 +7365,8 @@ div#notebook {
73617365
overflow: hidden; }
73627366
@media (max-width: 584px) {
73637367
.page.\--home .hero {
7364-
height: 100vh; } }
7365-
.page.\--home .hero .hero-bg {
7366-
height: 400px;
7367-
left: 50% !important;
7368-
margin-left: -1665px;
7369-
top: -50px !important;
7370-
width: 3330px;
7371-
position: absolute;
7372-
z-index: 1; }
7373-
@media (max-width: 584px) {
7374-
.page.\--home .hero .hero-bg {
7375-
height: 100vh;
7376-
left: 50% !important;
7377-
margin-left: -1200px;
7378-
top: -169px !important;
7379-
width: 2400px;
7380-
position: absolute;
7381-
z-index: 1;
7382-
-webkit-transform: scale(0.65) !important;
7383-
-ms-transform: scale(0.65) !important;
7384-
transform: scale(0.65) !important; } }
7385-
.page.\--home .hero .hero-bg img {
7386-
position: absolute;
7387-
top: 0;
7388-
left: 0; }
7368+
height: 100vh;
7369+
background-size: cover; } }
73897370
.page.\--home .hero .\--welcome {
73907371
position: relative;
73917372
z-index: 2;
@@ -7405,16 +7386,20 @@ div#notebook {
74057386
-webkit-flex-wrap: wrap;
74067387
-ms-flex-wrap: wrap;
74077388
flex-wrap: wrap;
7408-
color: #626262;
7389+
color: #fff;
74097390
margin-top: 120px;
7410-
max-width: 580px;
7391+
max-width: 700px;
74117392
text-align: center; }
74127393
@media (max-width: 584px) {
74137394
.page.\--home .hero .\--welcome {
74147395
margin-top: 110px; } }
7396+
.page.\--home .hero .\--welcome h2 {
7397+
font-size: 28pt;
7398+
font-family: "Asap", sans-serif;
7399+
margin-bottom: 0;
7400+
margin-top: 20px; }
74157401
.page.\--home .hero .\--welcome h1, .page.\--home .hero .\--welcome section.section h2, section.section .page.\--home .hero .\--welcome h2 {
74167402
width: 100%;
7417-
font-size: 5rem;
74187403
margin: 0;
74197404
font-weight: 100;
74207405
color: #2391fe;
@@ -7430,7 +7415,8 @@ div#notebook {
74307415
.page.\--home .hero .\--welcome p, .page.\--home .hero .\--welcome section.section div.content-box, section.section .page.\--home .hero .\--welcome div.content-box {
74317416
padding: 0 40px; } }
74327417
.page.\--home .hero .\--welcome span {
7433-
color: white;
7418+
color: #fff;
7419+
font-size: 14pt;
74347420
text-transform: uppercase;
74357421
letter-spacing: 2px; }
74367422

api/index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -167,12 +169,6 @@
167169
<main class="page --home --api">
168170
<div class="--wrap-top">
169171
<section class="hero">
170-
<div class="hero-bg">
171-
<img src="https://s3-us-west-1.amazonaws.com/plotly-tutorials/assets/api/images/api-home-bg.jpg" data-depth="0.3" alt=""
172-
class="layer">
173-
<img src="https://s3-us-west-1.amazonaws.com/plotly-tutorials/assets/api/images/api-home-front.png" data-depth="0.1" alt=""
174-
class="layer">
175-
</div>
176172
<div class="--wrap-inner">
177173
<div class="--welcome layer"><span class="meta">Welcome to the</span>
178174
<h2>Plotly Open Source Graphing Libraries</h2>

ggplot2/aes/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

ggplot2/animations/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

ggplot2/axis-text/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

ggplot2/axis-ticks/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

ggplot2/axis-title/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

ggplot2/box-plots/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

ggplot2/cumulative-animations/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<!-- Fonts -->
2222
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700"
2323
rel="stylesheet" type="text/css"/>
24+
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet"/>
25+
2426
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2527

2628
<!-- code highlighting -->
@@ -29,7 +31,7 @@
2931

3032
<!-- Main Stylesheets -->
3133
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
32-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=9739c634de">
34+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=7ce96b3003">
3335

3436
<!-- LOCAL DEV STYLESHEET -->
3537
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->

0 commit comments

Comments
 (0)