Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyled by whitespace #1686

Merged
merged 3 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions docs/content/html-docs/interact/callstack-visual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@
</script><!-- Default Statcounter code for 2
https://bgoonz-blog.netlify.app/ -->
<script type="text/javascript">
var sc_project=12702211;
var sc_invisible=0;
var sc_security="011fbeb6";
var sc_text=3;
var sc_project=12702211;
var sc_invisible=0;
var sc_security="011fbeb6";
var sc_text=3;
var scJsHost = "https:///";
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
Expand Down
533 changes: 533 additions & 0 deletions docs/content/html-docs/interact/clock/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/content/html-docs/interact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,10 @@
</script><!-- Default Statcounter code for 2
https://bgoonz-blog.netlify.app/ -->
<script type="text/javascript">
var sc_project=12702211;
var sc_invisible=0;
var sc_security="011fbeb6";
var sc_text=3;
var sc_project=12702211;
var sc_invisible=0;
var sc_security="011fbeb6";
var sc_text=3;
var scJsHost = "https:///";
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
Expand Down
533 changes: 533 additions & 0 deletions docs/content/html-docs/interact/jupyter-notebooks/index.html

Large diffs are not rendered by default.

533 changes: 533 additions & 0 deletions docs/content/html-docs/interact/other-sites/index.html

Large diffs are not rendered by default.

666 changes: 666 additions & 0 deletions docs/content/html-docs/interact/video-chat/index.html

Large diffs are not rendered by default.

533 changes: 533 additions & 0 deletions docs/content/html-docs/interview/index.html

Large diffs are not rendered by default.

533 changes: 533 additions & 0 deletions docs/content/html-docs/interview/job-search-nav/index.html

Large diffs are not rendered by default.

1,029 changes: 1,029 additions & 0 deletions docs/content/html-docs/interview/review-concepts/index.html

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions docs/content/html-docs/javascript/arrow-functions/arguments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<title>Page Not Found</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol';
background: rgb(14, 30, 37);
color: white;
overflow: hidden;
margin: 0;
padding: 0;
}

h1 {
margin: 0;
font-size: 22px;
line-height: 24px;
}

.main {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}

.card {
position: relative;
display: flex;
flex-direction: column;
width: 75%;
max-width: 364px;
padding: 24px;
background: white;
color: rgb(14, 30, 37);
border-radius: 8px;
box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

a {
margin: 0;
text-decoration: none;
font-weight: 600;
line-height: 24px;
color: #007067;
}

a svg {
position: relative;
top: 2px;
}

a:hover,
a:focus {
text-decoration: underline;
text-decoration-color: #f4bb00;
}

a:hover svg path {
fill: #007067;
}

p:last-of-type {
margin-bottom: 0;
}
</style>
</head>
<body>
<div class="main">
<div class="card">
<div class="header">
<h1>Page Not Found</h1>
</div>
<div class="body">
<p>Looks like you've followed a broken link or entered a URL that doesn't exist on this site.</p>
<p>
<a id="back-link" href="/">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path
fill="#007067"
d="M11.9998836,4.09370803 L8.55809517,7.43294953 C8.23531459,7.74611298 8.23531459,8.25388736 8.55809517,8.56693769 L12,11.9062921 L9.84187871,14 L4.24208544,8.56693751 C3.91930485,8.25388719 3.91930485,7.74611281 4.24208544,7.43294936 L9.84199531,2 L11.9998836,4.09370803 Z"
/>
</svg>
Back to our site
</a>
</p>
<hr />
<p>
If this is your site, and you weren't expecting a 404 for this path, please visit Netlify's
<a
href="https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking"
>"page not found" support guide</a
>
for troubleshooting tips.
</p>
</div>
</div>
</div>
<script>
(function () {
if (document.referrer && document.location.host && document.referrer.match(new RegExp('^https?://' + document.location.host))) {
document.getElementById('back-link').setAttribute('href', document.referrer);
}
})();
</script>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<title>Page Not Found</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol';
background: rgb(14, 30, 37);
color: white;
overflow: hidden;
margin: 0;
padding: 0;
}

h1 {
margin: 0;
font-size: 22px;
line-height: 24px;
}

.main {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}

.card {
position: relative;
display: flex;
flex-direction: column;
width: 75%;
max-width: 364px;
padding: 24px;
background: white;
color: rgb(14, 30, 37);
border-radius: 8px;
box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

a {
margin: 0;
text-decoration: none;
font-weight: 600;
line-height: 24px;
color: #007067;
}

a svg {
position: relative;
top: 2px;
}

a:hover,
a:focus {
text-decoration: underline;
text-decoration-color: #f4bb00;
}

a:hover svg path {
fill: #007067;
}

p:last-of-type {
margin-bottom: 0;
}
</style>
</head>
<body>
<div class="main">
<div class="card">
<div class="header">
<h1>Page Not Found</h1>
</div>
<div class="body">
<p>Looks like you've followed a broken link or entered a URL that doesn't exist on this site.</p>
<p>
<a id="back-link" href="/">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path
fill="#007067"
d="M11.9998836,4.09370803 L8.55809517,7.43294953 C8.23531459,7.74611298 8.23531459,8.25388736 8.55809517,8.56693769 L12,11.9062921 L9.84187871,14 L4.24208544,8.56693751 C3.91930485,8.25388719 3.91930485,7.74611281 4.24208544,7.43294936 L9.84199531,2 L11.9998836,4.09370803 Z"
/>
</svg>
Back to our site
</a>
</p>
<hr />
<p>
If this is your site, and you weren't expecting a 404 for this path, please visit Netlify's
<a
href="https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking"
>"page not found" support guide</a
>
for troubleshooting tips.
</p>
</div>
</div>
</div>
<script>
(function () {
if (document.referrer && document.location.host && document.referrer.match(new RegExp('^https?://' + document.location.host))) {
document.getElementById('back-link').setAttribute('href', document.referrer);
}
})();
</script>
</body>
</html>
882 changes: 882 additions & 0 deletions docs/content/html-docs/javascript/arrow-functions/index.html

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions docs/content/html-docs/javascript/arrow-functions/rest_parameters.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<title>Page Not Found</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol';
background: rgb(14, 30, 37);
color: white;
overflow: hidden;
margin: 0;
padding: 0;
}

h1 {
margin: 0;
font-size: 22px;
line-height: 24px;
}

.main {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}

.card {
position: relative;
display: flex;
flex-direction: column;
width: 75%;
max-width: 364px;
padding: 24px;
background: white;
color: rgb(14, 30, 37);
border-radius: 8px;
box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

a {
margin: 0;
text-decoration: none;
font-weight: 600;
line-height: 24px;
color: #007067;
}

a svg {
position: relative;
top: 2px;
}

a:hover,
a:focus {
text-decoration: underline;
text-decoration-color: #f4bb00;
}

a:hover svg path {
fill: #007067;
}

p:last-of-type {
margin-bottom: 0;
}
</style>
</head>
<body>
<div class="main">
<div class="card">
<div class="header">
<h1>Page Not Found</h1>
</div>
<div class="body">
<p>Looks like you've followed a broken link or entered a URL that doesn't exist on this site.</p>
<p>
<a id="back-link" href="/">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path
fill="#007067"
d="M11.9998836,4.09370803 L8.55809517,7.43294953 C8.23531459,7.74611298 8.23531459,8.25388736 8.55809517,8.56693769 L12,11.9062921 L9.84187871,14 L4.24208544,8.56693751 C3.91930485,8.25388719 3.91930485,7.74611281 4.24208544,7.43294936 L9.84199531,2 L11.9998836,4.09370803 Z"
/>
</svg>
Back to our site
</a>
</p>
<hr />
<p>
If this is your site, and you weren't expecting a 404 for this path, please visit Netlify's
<a
href="https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking"
>"page not found" support guide</a
>
for troubleshooting tips.
</p>
</div>
</div>
</div>
<script>
(function () {
if (document.referrer && document.location.host && document.referrer.match(new RegExp('^https?://' + document.location.host))) {
document.getElementById('back-link').setAttribute('href', document.referrer);
}
})();
</script>
</body>
</html>
674 changes: 674 additions & 0 deletions docs/content/html-docs/javascript/asyncjs/index.html

Large diffs are not rendered by default.

Loading