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

New website #472

Merged
merged 43 commits into from Aug 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ab76943
Extract meta.html
s4nchez Apr 25, 2020
23ee28a
Extract pre_header.html
s4nchez Apr 25, 2020
1044918
Add new layout css/js
s4nchez Apr 25, 2020
36f81d4
First stab at navigation
s4nchez Apr 25, 2020
1aee36c
Fix menu hiding
s4nchez Apr 25, 2020
8c8af2f
First stab at content
s4nchez Apr 25, 2020
943fa3f
Fix spinner
s4nchez Apr 25, 2020
bfbce0d
First stab at search
s4nchez Apr 25, 2020
8f3d5b7
Fix broken links
s4nchez Apr 25, 2020
a3918af
Remove extra </body>
s4nchez Apr 25, 2020
ead6651
Basic code highlighting
s4nchez Apr 25, 2020
316d38d
Reintroduce site.css
s4nchez Apr 25, 2020
c2c3135
drop search
s4nchez May 25, 2020
30f9c33
tweak code alignment
s4nchez May 25, 2020
e52a926
use latest layout
s4nchez May 25, 2020
40c733e
add new logo
s4nchez May 25, 2020
c2bfc90
logo takes you back home
s4nchez May 25, 2020
6b396f4
Remove spinner loading business
s4nchez May 25, 2020
9d461ff
Add landing page placeholder
s4nchez May 26, 2020
29ecdeb
Add landing page placeholder
s4nchez May 26, 2020
29ee8c5
Update footer links
s4nchez Jun 19, 2020
d8c08ff
Update header links
s4nchez Jun 19, 2020
118e2f6
Copy
s4nchez Jul 1, 2020
ad91c02
Copy
s4nchez Jul 1, 2020
86b3ff8
Copy
s4nchez Jul 2, 2020
ecb906c
code snippets
s4nchez Jul 2, 2020
d0bd2f0
sales pitch
s4nchez Jul 2, 2020
91353ea
Copy
s4nchez Jul 6, 2020
e7c9c7a
Real contributors
s4nchez Jul 6, 2020
3adf0ef
Fix image alignment
s4nchez Jul 7, 2020
e2aae6a
Show all levels of navigation
s4nchez Jul 7, 2020
21c560b
Fix spacing when code description is placed below
s4nchez Jul 7, 2020
7422acf
Show active navigation item
s4nchez Jul 7, 2020
0cce9fc
New tagline
s4nchez Jul 7, 2020
14552f0
Better logos
s4nchez Jul 7, 2020
5887690
Replace favicons
s4nchez Jul 7, 2020
899388f
Reuse meta tags in landing page
s4nchez Jul 7, 2020
c6be634
Link to modules overview
s4nchez Jul 7, 2020
55c3c19
Remove stock avatars
s4nchez Jul 8, 2020
7ecaead
Use /img/ as standard image location
s4nchez Jul 8, 2020
b40a1cc
Remove unused images
s4nchez Jul 8, 2020
a8190ec
Replace default favicon.png
s4nchez Jul 8, 2020
4977d5c
Copy
s4nchez Jul 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/docs/css/bootstrap.min.css

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions src/docs/css/codehilite.css
@@ -0,0 +1,89 @@
.codehilite code, .codehilite pre {
padding: 6px 0px 6px 12px;
margin-bottom: 16px;
}

/* Solarized Dark
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX ROLE
--------- -------- ------------------------------------------
base03 #002b36 background
base01 #586e75 comments / secondary content
base1 #93a1a1 body text / default code / primary content
orange #cb4b16 constants
red #dc322f regex, special keywords
blue #268bd2 reserved keywords
cyan #2aa198 strings, numbers
green #859900 operators, other keywords
*/

.codehilite { background-color: #002b36; color: #93a1a1 }
.codehilite .c { color: #586e75 } /* Comment */
.codehilite .err { color: #93a1a1 } /* Error */
.codehilite .g { color: #93a1a1 } /* Generic */
.codehilite .k { color: #859900 } /* Keyword */
.codehilite .l { color: #93a1a1 } /* Literal */
.codehilite .n { color: #93a1a1 } /* Name */
.codehilite .o { color: #859900 } /* Operator */
.codehilite .x { color: #cb4b16 } /* Other */
.codehilite .p { color: #93a1a1 } /* Punctuation */
.codehilite .cm { color: #586e75 } /* Comment.Multiline */
.codehilite .cp { color: #859900 } /* Comment.Preproc */
.codehilite .c1 { color: #586e75 } /* Comment.Single */
.codehilite .cs { color: #859900 } /* Comment.Special */
.codehilite .gd { color: #2aa198 } /* Generic.Deleted */
.codehilite .ge { color: #93a1a1; font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #dc322f } /* Generic.Error */
.codehilite .gh { color: #cb4b16 } /* Generic.Heading */
.codehilite .gi { color: #859900 } /* Generic.Inserted */
.codehilite .go { color: #93a1a1 } /* Generic.Output */
.codehilite .gp { color: #93a1a1 } /* Generic.Prompt */
.codehilite .gs { color: #93a1a1; font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #cb4b16 } /* Generic.Subheading */
.codehilite .gt { color: #93a1a1 } /* Generic.Traceback */
.codehilite .kc { color: #cb4b16 } /* Keyword.Constant */
.codehilite .kd { color: #268bd2 } /* Keyword.Declaration */
.codehilite .kn { color: #859900 } /* Keyword.Namespace */
.codehilite .kp { color: #859900 } /* Keyword.Pseudo */
.codehilite .kr { color: #268bd2 } /* Keyword.Reserved */
.codehilite .kt { color: #dc322f } /* Keyword.Type */
.codehilite .ld { color: #93a1a1 } /* Literal.Date */
.codehilite .m { color: #2aa198 } /* Literal.Number */
.codehilite .s { color: #2aa198 } /* Literal.String */
.codehilite .na { color: #93a1a1 } /* Name.Attribute */
.codehilite .nb { color: #B58900 } /* Name.Builtin */
.codehilite .nc { color: #268bd2 } /* Name.Class */
.codehilite .no { color: #cb4b16 } /* Name.Constant */
.codehilite .nd { color: #268bd2 } /* Name.Decorator */
.codehilite .ni { color: #cb4b16 } /* Name.Entity */
.codehilite .ne { color: #cb4b16 } /* Name.Exception */
.codehilite .nf { color: #268bd2 } /* Name.Function */
.codehilite .nl { color: #93a1a1 } /* Name.Label */
.codehilite .nn { color: #93a1a1 } /* Name.Namespace */
.codehilite .nx { color: #93a1a1 } /* Name.Other */
.codehilite .py { color: #93a1a1 } /* Name.Property */
.codehilite .nt { color: #268bd2 } /* Name.Tag */
.codehilite .nv { color: #268bd2 } /* Name.Variable */
.codehilite .ow { color: #859900 } /* Operator.Word */
.codehilite .w { color: #93a1a1 } /* Text.Whitespace */
.codehilite .mf { color: #2aa198 } /* Literal.Number.Float */
.codehilite .mh { color: #2aa198 } /* Literal.Number.Hex */
.codehilite .mi { color: #2aa198 } /* Literal.Number.Integer */
.codehilite .mo { color: #2aa198 } /* Literal.Number.Oct */
.codehilite .sb { color: #586e75 } /* Literal.String.Backtick */
.codehilite .sc { color: #2aa198 } /* Literal.String.Char */
.codehilite .sd { color: #93a1a1 } /* Literal.String.Doc */
.codehilite .s2 { color: #2aa198 } /* Literal.String.Double */
.codehilite .se { color: #cb4b16 } /* Literal.String.Escape */
.codehilite .sh { color: #93a1a1 } /* Literal.String.Heredoc */
.codehilite .si { color: #2aa198 } /* Literal.String.Interpol */
.codehilite .sx { color: #2aa198 } /* Literal.String.Other */
.codehilite .sr { color: #dc322f } /* Literal.String.Regex */
.codehilite .s1 { color: #2aa198 } /* Literal.String.Single */
.codehilite .ss { color: #2aa198 } /* Literal.String.Symbol */
.codehilite .bp { color: #268bd2 } /* Name.Builtin.Pseudo */
.codehilite .vc { color: #268bd2 } /* Name.Variable.Class */
.codehilite .vg { color: #268bd2 } /* Name.Variable.Global */
.codehilite .vi { color: #268bd2 } /* Name.Variable.Instance */
.codehilite .il { color: #2aa198 } /* Literal.Number.Integer.Long */