Skip to content

Commit

Permalink
temporarily add router website until we really fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Jul 5, 2020
1 parent e2d70a5 commit bb45f7c
Show file tree
Hide file tree
Showing 42 changed files with 126 additions and 5 deletions.
10 changes: 5 additions & 5 deletions firebase.json
@@ -1,12 +1,12 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "/router/**",
"destination": "/router/index.html"
},
{
"source": "**",
"destination": "/index.html"
Expand Down
60 changes: 60 additions & 0 deletions public/router/index.html
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/favicon.png" />
<title>Reach Router: Next Generation Routing for React</title>
<style>
html {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body { margin: 0}
* { box-sizing: border-box }
code {
font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono', 'Liberation Mono', Menlo, Courier, monospace;
}

.markdown table {
border-collapse: collapse;
border: solid 1px #aaa;
}
.markdown td {
border-bottom: solid 1px #ccc;
padding: 10px;
}
.markdown td:first-child {
text-align: right;
}
.markdown th {
background: #eee;
}

.markdown th {
text-align: left;
padding: 10px;
border-bottom: solid 1px #aaa;

}
</style>

<style>
/*
Name: Base16 Summerfruit Light
Author: Christopher Corley (http://cscorley.github.io/)
Prism template by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/prism/)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
*/
pre > code { display: block; } code[class*="language-"], pre[class*="language-"] { font-size: 14px; line-height: 1.375; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; padding-left: 20px; border-left: solid 5px #eee; background: #fff; color: #303030; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #E0E0E0; } pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #E0E0E0; } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; } /* Inline code */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #B0B0B0; } .token.punctuation { color: #303030; } .token.namespace { opacity: .7; } .token.operator, .token.boolean, .token.number { color: #FD8900; } .token.property { color: #ABA800; } .token.tag { color: #3777E6; } .token.string { color: #1faaaa; } .token.selector { color: #AD00A1; } .token.attr-name { color: #FD8900; } .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #1faaaa; } .token.attr-value, .token.keyword, .token.control, .token.directive, .token.unit { color: #30af40; } .token.statement, .token.regex, .token.atrule { color: #1faaaa; } .token.placeholder, .token.variable { color: #3777E6; } .token.deleted { text-decoration: line-through; } .token.inserted { border-bottom: 1px dotted #151515; text-decoration: none; } .token.italic { font-style: italic; } .token.important, .token.bold { font-weight: bold; } .token.important { color: #FF0086; } .token.entity { cursor: help; } pre > code.highlight { outline: 0.4em solid #FF0086; outline-offset: .4em; } .line-numbers .line-numbers-rows { border-right-color: #E0E0E0 !important; } .line-numbers-rows > span:before { color: #D0D0D0 !important; } .line-highlight { background: rgba(21, 21, 21, 0.2) !important; background: -webkit-linear-gradient(left, rgba(21, 21, 21, 0.2) 70%, rgba(21, 21, 21, 0)) !important; background: linear-gradient(to right, rgba(21, 21, 21, 0.2) 70%, rgba(21, 21, 21, 0)) !important; }
.markdown p > code { background: #fafafa; color: #454545; padding: 2px 4px; border-radius: 3px; font-size-adjust: 0.45; }
</style>
</head>
<body>
<div id="root">
</div>

<script type="text/javascript" src="/router/static/js/vendors~app~vendor.4982872f.chunk.js"></script><script type="text/javascript" src="/router/static/js/vendors~app.6755dc85.chunk.js"></script><script type="text/javascript" src="/router/static/js/app.f4d1301c.js"></script><script type="text/javascript" src="/router/static/js/vendor.f4d1301c.js"></script></body>
</html>

1 change: 1 addition & 0 deletions public/router/static/js/0.94cd3f75.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/router/static/js/1.41891795.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/router/static/js/10.c6ce23af.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb45f7c

Please sign in to comment.