docrb-html 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +21 -0
  3. data/.gitignore +2 -0
  4. data/.rubocop.yml +52 -0
  5. data/Gemfile +7 -0
  6. data/Gemfile.lock +37 -0
  7. data/assets/breadcrumb.scss +25 -0
  8. data/assets/checkbox.scss +34 -0
  9. data/assets/class_header.scss +75 -0
  10. data/assets/class_mod_name.scss +8 -0
  11. data/assets/component_list.scss +4 -0
  12. data/assets/container.scss +9 -0
  13. data/assets/doc_box.scss +79 -0
  14. data/assets/documentation_block.scss +5 -0
  15. data/assets/favicon.ico +0 -0
  16. data/assets/fonts.scss +105 -0
  17. data/assets/footer.scss +15 -0
  18. data/assets/images/balance.svg +9 -0
  19. data/assets/images/breadcrumb_separator.svg +1 -0
  20. data/assets/images/checkbox-off.svg +1 -0
  21. data/assets/images/checkbox-on.svg +1 -0
  22. data/assets/images/chevron.svg +1 -0
  23. data/assets/images/docrb-label.svg +20 -0
  24. data/assets/images/github.svg +11 -0
  25. data/assets/images/home.svg +1 -0
  26. data/assets/images/inherited.svg +1 -0
  27. data/assets/images/override.svg +1 -0
  28. data/assets/images/questionmark.svg +1 -0
  29. data/assets/images/rubygems.svg +9 -0
  30. data/assets/images/user.svg +12 -0
  31. data/assets/js/filtering.js +66 -0
  32. data/assets/links.scss +16 -0
  33. data/assets/markdown.scss +41 -0
  34. data/assets/method_argument.scss +75 -0
  35. data/assets/method_display.scss +27 -0
  36. data/assets/method_list.scss +51 -0
  37. data/assets/project_header.scss +55 -0
  38. data/assets/reference.scss +36 -0
  39. data/assets/shared.scss +23 -0
  40. data/assets/style.scss +43 -0
  41. data/assets/symbol.scss +5 -0
  42. data/assets/tab_bar.scss +22 -0
  43. data/assets/text_block.scss +23 -0
  44. data/assets/type_definition.scss +3 -0
  45. data/assets/typedef.scss +6 -0
  46. data/bin/console +15 -0
  47. data/bin/setup +8 -0
  48. data/exe/docrb-html +12 -0
  49. data/lib/renderer/component/breadcrumb.rb +14 -0
  50. data/lib/renderer/component/checkbox.rb +9 -0
  51. data/lib/renderer/component/class_header.rb +14 -0
  52. data/lib/renderer/component/class_mod_name.rb +9 -0
  53. data/lib/renderer/component/component_list.rb +15 -0
  54. data/lib/renderer/component/doc_box.rb +38 -0
  55. data/lib/renderer/component/documentation_block.rb +9 -0
  56. data/lib/renderer/component/footer.rb +9 -0
  57. data/lib/renderer/component/markdown.rb +9 -0
  58. data/lib/renderer/component/method_argument.rb +106 -0
  59. data/lib/renderer/component/method_display.rb +9 -0
  60. data/lib/renderer/component/method_list.rb +9 -0
  61. data/lib/renderer/component/project_header.rb +9 -0
  62. data/lib/renderer/component/reference.rb +24 -0
  63. data/lib/renderer/component/symbol.rb +9 -0
  64. data/lib/renderer/component/tab_bar.rb +9 -0
  65. data/lib/renderer/component/text_block.rb +15 -0
  66. data/lib/renderer/component/type_definition.rb +9 -0
  67. data/lib/renderer/component/typedef.rb +9 -0
  68. data/lib/renderer/component.rb +50 -0
  69. data/lib/renderer/core_extensions.rb +11 -0
  70. data/lib/renderer/defs/specialized_object.rb +172 -0
  71. data/lib/renderer/defs/specialized_projection.rb +31 -0
  72. data/lib/renderer/defs.rb +180 -0
  73. data/lib/renderer/helpers.rb +82 -0
  74. data/lib/renderer/metadata.rb +44 -0
  75. data/lib/renderer/page.rb +17 -0
  76. data/lib/renderer/template.rb +38 -0
  77. data/lib/renderer/version.rb +5 -0
  78. data/lib/renderer.rb +129 -0
  79. data/renderer.gemspec +31 -0
  80. data/script/makecomponent +23 -0
  81. data/script/reload.js +14 -0
  82. data/script/serve +2 -0
  83. data/script/watch +17 -0
  84. data/templates/base.erb +25 -0
  85. data/templates/breadcrumb.erb +28 -0
  86. data/templates/checkbox.erb +8 -0
  87. data/templates/class_header.erb +53 -0
  88. data/templates/class_mod_name.erb +3 -0
  89. data/templates/component_list.erb +21 -0
  90. data/templates/doc_box.erb +82 -0
  91. data/templates/documentation_block.erb +18 -0
  92. data/templates/footer.erb +9 -0
  93. data/templates/markdown.erb +3 -0
  94. data/templates/method_argument.erb +29 -0
  95. data/templates/method_display.erb +28 -0
  96. data/templates/method_list.erb +25 -0
  97. data/templates/project_header.erb +38 -0
  98. data/templates/reference.erb +14 -0
  99. data/templates/symbol.erb +3 -0
  100. data/templates/tab_bar.erb +7 -0
  101. data/templates/text_block.erb +16 -0
  102. data/templates/type_definition.erb +4 -0
  103. data/templates/typedef.erb +3 -0
  104. metadata +178 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 200b61391aab2d93241b13ee9f089477bad237db0c55b14a3aa75c25fe6039dc
4
+ data.tar.gz: aaf92fbb661440906dc79bb162120742aa011b3b8146cee054804ce9b8de9b4e
5
+ SHA512:
6
+ metadata.gz: 1fa73fa5f492a15fe21bfcb3c3594a850ea04fb61e056196d2f07c78dd0fd90226508a0f09c80e65b2b870e96ee6d80cea5e1304a2ea3c2dea77c20b7877b718
7
+ data.tar.gz: 48b3d0bde1125d8de36ab89cc1ad7b5030fde1f9b6bef9ff76bce01ef2c3853b91bc8765a4d9d7266846515e1aadae92e63f3fbb3e6a3a620a3b89a6ffe0ab93
data/.editorconfig ADDED
@@ -0,0 +1,21 @@
1
+ root = true
2
+
3
+ [*]
4
+ end_of_line = lf
5
+ indent_size = 4
6
+ indent_style = space
7
+ insert_final_newline = true
8
+ tab_width = 8
9
+ trim_trailing_whitespace = true
10
+
11
+ [*.gemspec]
12
+ indent_size = 2
13
+
14
+ [*.rb]
15
+ indent_size = 2
16
+
17
+ [*.yml]
18
+ indent_size = 2
19
+
20
+ [./bin/*]
21
+ indent_size = 2
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ work/
2
+ output/
data/.rubocop.yml ADDED
@@ -0,0 +1,52 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.2
3
+ NewCops: enable
4
+
5
+ Style/StringLiterals:
6
+ Enabled: true
7
+ EnforcedStyle: double_quotes
8
+
9
+ Style/StringLiteralsInInterpolation:
10
+ Enabled: true
11
+ EnforcedStyle: double_quotes
12
+
13
+ Layout/LineLength:
14
+ Max: 120
15
+
16
+ Metrics/ClassLength:
17
+ Enabled: false
18
+
19
+ Metrics/MethodLength:
20
+ Enabled: false
21
+
22
+ Metrics/BlockLength:
23
+ Enabled: false
24
+
25
+ Metrics/PerceivedComplexity:
26
+ Enabled: false
27
+
28
+ Metrics/CyclomaticComplexity:
29
+ Enabled: false
30
+
31
+ Lint/ShadowingOuterLocalVariable:
32
+ Exclude:
33
+ - bin/*
34
+
35
+ Metrics/AbcSize:
36
+ Enabled: false
37
+
38
+ Metrics/ModuleLength:
39
+ Enabled: false
40
+
41
+ Lint/BooleanSymbol:
42
+ Enabled: false
43
+
44
+ Style/Documentation:
45
+ Enabled: false
46
+
47
+ Naming/MethodParameterName:
48
+ Enabled: false
49
+
50
+ Style/FrozenStringLiteralComment:
51
+ Exclude:
52
+ - lib/renderer/helpers.rb
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gemspec
6
+
7
+ gem "byebug", "~> 11.1"
data/Gemfile.lock ADDED
@@ -0,0 +1,37 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ docrb-html (0.2.0)
5
+ nokogiri (~> 1.14)
6
+ sassc (~> 2.4)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ byebug (11.1.3)
12
+ ffi (1.15.5)
13
+ mini_portile2 (2.8.1)
14
+ nokogiri (1.14.2)
15
+ mini_portile2 (~> 2.8.0)
16
+ racc (~> 1.4)
17
+ nokogiri (1.14.2-arm64-darwin)
18
+ racc (~> 1.4)
19
+ nokogiri (1.14.2-x86_64-darwin)
20
+ racc (~> 1.4)
21
+ nokogiri (1.14.2-x86_64-linux)
22
+ racc (~> 1.4)
23
+ racc (1.6.2)
24
+ sassc (2.4.0)
25
+ ffi (~> 1.9)
26
+
27
+ PLATFORMS
28
+ arm64-darwin-22
29
+ x86_64-darwin-22
30
+ x86_64-linux
31
+
32
+ DEPENDENCIES
33
+ byebug (~> 11.1)
34
+ docrb-html!
35
+
36
+ BUNDLED WITH
37
+ 2.4.2
@@ -0,0 +1,25 @@
1
+ div.breadcrumb-base {
2
+ padding-left: 17px;
3
+ padding-right: 40px;
4
+ background-color: #161617;
5
+ height: 57px;
6
+ display: flex;
7
+ align-items: center;
8
+ overflow-x: scroll;
9
+ overflow-y: hidden;
10
+
11
+ div.link {
12
+ cursor: pointer;
13
+ display: flex;
14
+ align-items: center;
15
+ @include body;
16
+ a {
17
+ color: white;
18
+ font-weight: 400;
19
+
20
+ .padded {
21
+ padding: 0 8px 0 10px;
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,34 @@
1
+ div.checkbox-base {
2
+ display: flex;
3
+ align-items: center;
4
+ cursor: pointer;
5
+
6
+ svg {
7
+ margin-right: 8px;
8
+ }
9
+
10
+ .label {
11
+ @include body($weight: 500);
12
+ color: white;
13
+ }
14
+
15
+ label {
16
+ user-select: none;
17
+ display: flex;
18
+ align-items: center;
19
+ cursor: pointer;
20
+ }
21
+
22
+ input {
23
+ display: none;
24
+ + label > svg {
25
+ &.checkbox-on { display: none; }
26
+ &.checkbox-off { display: inline; }
27
+ }
28
+ }
29
+
30
+ input:checked + label > svg {
31
+ &.checkbox-on { display: inline; }
32
+ &.checkbox-off { display: none; }
33
+ }
34
+ }
@@ -0,0 +1,75 @@
1
+ div.class-header-base {
2
+ padding-left: 52px;
3
+ padding-right: 40px;
4
+ background-color: #101010;
5
+ min-height: 240px;
6
+ display: flex;
7
+ justify-content: space-between;
8
+
9
+ .class {
10
+ margin-top: 46px;
11
+ }
12
+
13
+ .type {
14
+ font-family: 'IBM Plex Mono', monospace;
15
+ font-size: 16px;
16
+ color: white;
17
+ }
18
+
19
+ .class-name {
20
+ @include body($weight: 300, $size: 64);
21
+ color: white;
22
+ }
23
+
24
+ .def-link {
25
+ a {
26
+ font-family: 'IBM Plex Mono', monospace;
27
+ font-size: 16px;
28
+ }
29
+ }
30
+
31
+ .defs {
32
+ @include body($weight: 300);
33
+ color: white;
34
+ margin-left: 6px;
35
+ }
36
+
37
+ .chevron-container {
38
+ &[open] {
39
+ summary {
40
+ svg {
41
+ rotation: 180deg;
42
+ rotate: 180deg;
43
+ }
44
+ .collapsed { display: none; }
45
+ .open { display: inline; }
46
+ }
47
+ }
48
+
49
+ summary {
50
+ user-select: none;
51
+ @include body($weight: 500);
52
+ select: none;
53
+ color: #FFFFFF;
54
+ display: flex;
55
+ margin-top: 18px;
56
+ margin-left: 10px;
57
+ cursor: pointer;
58
+ svg { margin-right: 8px }
59
+ .open { display: none };
60
+ }
61
+
62
+ .toggles {
63
+ display: flex;
64
+ flex-direction: row;
65
+ margin: 22px 10px 30px;
66
+
67
+ .column {
68
+ margin-right: 50px;
69
+ display: flex;
70
+ flex-direction: column;
71
+ row-gap: 8px;
72
+ }
73
+ }
74
+ }
75
+ }
@@ -0,0 +1,8 @@
1
+ div.class-mod-name-base {
2
+ display: flex;
3
+ flex-direction: column;
4
+ .type-name {
5
+ @include body($size: 24);
6
+ color: white;
7
+ }
8
+ }
@@ -0,0 +1,4 @@
1
+ div.component-list-base {
2
+ margin: 27px 52px;
3
+ .no-margin { margin: 8px 0 0 0; }
4
+ }
@@ -0,0 +1,9 @@
1
+ @mixin container {
2
+ display: flex;
3
+ align-items: center;
4
+
5
+ .decoration {
6
+ margin-right: 8px;
7
+ margin-left: -20px;
8
+ }
9
+ }
@@ -0,0 +1,79 @@
1
+ div.doc-box-base {
2
+ margin: 44px 46px;
3
+ display: flex;
4
+ flex-wrap: wrap-reverse;
5
+ flex-direction: row;
6
+ column-gap: 38px;
7
+
8
+ .heading {
9
+ @include body($size: 24);
10
+ color: #FFFFFF;
11
+ padding-bottom: 12px;
12
+ }
13
+
14
+ .left {
15
+ flex: 1;
16
+ max-width: 100%;
17
+ flex-wrap: wrap;
18
+
19
+ .section-container {
20
+ margin: 25px 0 0;
21
+ }
22
+
23
+ .horizontal-container {
24
+ display: flex;
25
+ column-gap: 50px;
26
+ }
27
+
28
+ .link-column {
29
+ display: flex;
30
+ flex-direction: column;
31
+ row-gap: 8px;
32
+ padding-left: 12px;
33
+ }
34
+
35
+ .attribute-container {
36
+ margin-bottom: 12px;
37
+
38
+ .decoration {
39
+ display: inline-block;
40
+ margin-right: 8px;
41
+ margin-left: -18px;
42
+ }
43
+
44
+ .name {
45
+ @include mono;
46
+ color: white;
47
+ }
48
+
49
+ .label {
50
+ @include label;
51
+ }
52
+
53
+ .faded {
54
+ @include faded;
55
+ }
56
+ }
57
+ }
58
+
59
+ .right {
60
+ padding-right: 54px;
61
+ margin-bottom: 48px;
62
+
63
+ h3 {
64
+ @include body($size: 24);
65
+ color: #FFFFFF;
66
+ padding-bottom: 12px;
67
+ }
68
+
69
+ > div {
70
+ margin-bottom: 5px;
71
+ }
72
+
73
+ a {
74
+ color: #FFF;
75
+ @include body;
76
+ text-decoration: none;
77
+ }
78
+ }
79
+ }
@@ -0,0 +1,5 @@
1
+ div.documentation-block-base {
2
+ .faded {
3
+ @include faded;
4
+ }
5
+ }
Binary file
data/assets/fonts.scss ADDED
@@ -0,0 +1,105 @@
1
+ @mixin mono($size: 16, $weight: 400) {
2
+ font-family: 'IBM Plex Mono', monospace;
3
+ font-size: #{$size}px;
4
+ font-weight: $weight;
5
+ }
6
+
7
+
8
+ @mixin body($size: 16, $weight: 400) {
9
+ font-family: Inter, Helvetica Neue, Helvetica, sans-serif;
10
+ font-size: #{$size}px;
11
+ font-weight: $weight;
12
+ }
13
+
14
+ @mixin faded {
15
+ @include body;
16
+ color: #707070;
17
+ margin-top: 5px;
18
+ }
19
+
20
+ @mixin label {
21
+ background-color: #29292B;
22
+ border-radius: 3px;
23
+ padding: 3px 6px;
24
+ @include body($weight: 500, $size: 11);
25
+ color: #A7A7A7;
26
+ letter-spacing: 0.79px;
27
+ text-align: center;
28
+ text-transform: uppercase;
29
+ margin-left: 8px;
30
+ }
31
+
32
+ div.highlight {
33
+ background-color: #242426;
34
+ padding: 8px;
35
+ margin-bottom: 24px;
36
+ border-radius: 3px;
37
+ overflow: scroll;
38
+ line-height: 20px;
39
+ }
40
+
41
+ .highlight .hll { background-color: #424242 }
42
+ .highlight { color: hsl(219, 28%, 88%); }
43
+ .highlight .c { color: hsl(221, 12%, 69%) } /* Comment */
44
+ .highlight .err { color: #d54e53 } /* Error */
45
+ .highlight .k { color: hsl(300, 30%, 68%) } /* Keyword */
46
+ .highlight .l { color: #e78c45 } /* Literal */
47
+ .highlight .n { color: white } /* Name */
48
+ .highlight .o { color: hsl(13, 93%, 66%) } /* Operator */
49
+ .highlight .p { color: hsl(180, 36%, 54%) } /* Punctuation */
50
+ .highlight .cm { color: #969896 } /* Comment.Multiline */
51
+ .highlight .cp { color: #969896 } /* Comment.Preproc */
52
+ .highlight .c1 { color: #969896 } /* Comment.Single */
53
+ .highlight .cs { color: #969896 } /* Comment.Special */
54
+ .highlight .gd { color: #d54e53 } /* Generic.Deleted */
55
+ .highlight .ge { font-style: italic } /* Generic.Emph */
56
+ .highlight .gh { color: #eaeaea; font-weight: bold } /* Generic.Heading */
57
+ .highlight .gi { color: #b9ca4a } /* Generic.Inserted */
58
+ .highlight .gp { color: #969896; font-weight: bold } /* Generic.Prompt */
59
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
60
+ .highlight .gu { color: #70c0b1; font-weight: bold } /* Generic.Subheading */
61
+ .highlight .kc { color: hsl(300, 30%, 68%) } /* Keyword.Constant */
62
+ .highlight .kd { color: hsl(357, 79%, 65%) } /* Keyword.Declaration */
63
+ .highlight .kn { color: #70c0b1 } /* Keyword.Namespace */
64
+ .highlight .kp { color: #c397d8 } /* Keyword.Pseudo */
65
+ .highlight .kr { color: hsl(300, 30%, 68%) } /* Keyword.Reserved */
66
+ .highlight .kt { color: #e7c547 } /* Keyword.Type */
67
+ .highlight .ld { color: #b9ca4a } /* Literal.Date */
68
+ .highlight .m { color: hsl(32, 93%, 66%) } /* Literal.Number */
69
+ .highlight .s { color: hsl(114, 31%, 68%) } /* Literal.String */
70
+ .highlight .na { color: hsl(357, 79%, 65%) } /* Name.Attribute */
71
+ .highlight .nb { color: #eaeaea } /* Name.Builtin */
72
+ .highlight .nc { color: hsl(300, 30%, 68%) } /* Name.Class */
73
+ .highlight .no { color: #579AD1} /* Name.Constant */
74
+ .highlight .nd { color: #70c0b1 } /* Name.Decorator */
75
+ .highlight .ni { color: hsl(32, 93%, 66%) } /* Name.Entity */
76
+ .highlight .ne { color: #d54e53 } /* Name.Exception */
77
+ .highlight .nf { color: hsl(180, 36%, 54%) } /* Name.Function */
78
+ .highlight .nl { color: hsl(32, 93%, 66%) } /* Name.Label */
79
+ .highlight .nn { color: #e7c547 } /* Name.Namespace */
80
+ .highlight .nx { color: #7aa6da } /* Name.Other */
81
+ .highlight .py { color: hsl(32, 93%, 66%) } /* Name.Property */
82
+ .highlight .nt { color: #70c0b1 } /* Name.Tag */
83
+ .highlight .nv { color: hsl(357, 79%, 65%) } /* Name.Variable */
84
+ .highlight .ow { color: #70c0b1 } /* Operator.Word */
85
+ .highlight .w { color: #eaeaea } /* Text.Whitespace */
86
+ .highlight .mf { color: hsl(32, 93%, 66%) } /* Literal.Number.Float */
87
+ .highlight .mh { color: hsl(32, 93%, 66%) } /* Literal.Number.Hex */
88
+ .highlight .mi { color: hsl(32, 93%, 66%) } /* Literal.Number.Integer */
89
+ .highlight .mo { color: hsl(32, 93%, 66%) } /* Literal.Number.Oct */
90
+ .highlight .sb { color: hsl(114, 31%, 68%) } /* Literal.String.Backtick */
91
+ .highlight .sc { color: hsl(114, 31%, 68%) } /* Literal.String.Char */
92
+ .highlight .sd { color: hsl(114, 31%, 68%) } /* Literal.String.Doc */
93
+ .highlight .s2 { color: #8CC98F } /* Literal.String.Double */
94
+ .highlight .se { color: hsl(114, 31%, 68%) } /* Literal.String.Escape */
95
+ .highlight .sh { color: hsl(114, 31%, 68%) } /* Literal.String.Heredoc */
96
+ .highlight .si { color: hsl(0, 0%, 100%) } /* Literal.String.Interpol */
97
+ .highlight .sx { color: #b9ca4a } /* Literal.String.Other */
98
+ .highlight .sr { color: #b9ca4a } /* Literal.String.Regex */
99
+ .highlight .s1 { color: #8CC98F } /* Literal.String.Single */
100
+ .highlight .ss { color: #CF91C9 } /* Literal.String.Symbol */
101
+ .highlight .bp { color: #eaeaea } /* Name.Builtin.Pseudo */
102
+ .highlight .vc { color: hsl(357, 79%, 65%) } /* Name.Variable.Class */
103
+ .highlight .vg { color: hsl(357, 79%, 65%)} /* Name.Variable.Global */
104
+ .highlight .vi { color: hsl(357, 79%, 65%)} /* Name.Variable.Instance */
105
+ .highlight .il { color: #e78c45 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,15 @@
1
+ div.footer-base {
2
+ margin: 30px 46px;
3
+ padding-top: 10px;
4
+ border-top: 1px solid #707070;
5
+ color: #707070;
6
+ @include body($size: 13);
7
+ display: flex;
8
+ justify-content: space-between;
9
+
10
+ a {
11
+ font-size: inherit;
12
+ color: inherit;
13
+ border-color: #707070;
14
+ }
15
+ }
@@ -0,0 +1,9 @@
1
+ <svg width="15px" height="14px" viewBox="0 0 15 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
+ <g id="Components" transform="translate(-967.000000, -98.000000)" fill="#FFFFFF" fill-rule="nonzero">
4
+ <g id="Metadata" transform="translate(758.000000, 64.000000)">
5
+ <path d="M217.20937,34.1538462 L217.20937,35.0851822 L220.848897,36.3007287 L223.49265,35.4189474 L223.953414,36.8006478 L221.746405,37.5374089 L224,43.7404858 C223.205127,44.5690688 222.086336,45.0850202 220.848897,45.0850202 C219.61073,45.0850202 218.492667,44.5690688 217.697794,43.7404858 L219.949934,37.5374089 L217.20937,36.6221053 L217.20937,46.5425101 L220.120992,46.5425101 L220.120992,48 L212.841936,48 L212.841936,46.5425101 L215.753558,46.5425101 L215.753558,36.6221053 L213.010811,37.5374089 L215.264406,43.7404858 C214.470261,44.5690688 213.35147,45.0850202 212.114031,45.0850202 C210.875864,45.0850202 209.757801,44.5690688 208.962928,43.7404858 L211.215068,37.5374089 L209.009514,36.8013765 L209.470278,35.4182186 L212.114031,36.3 L215.753558,35.0851822 L215.753558,34.1538462 L217.20937,34.1538462 Z M219.423658,43.2551417 C219.850939,43.4963563 220.338635,43.6275304 220.848897,43.6275304 C221.358431,43.6275304 221.846128,43.4963563 222.274136,43.2558704 L220.848897,39.3293927 L219.423658,43.2551417 Z M210.688792,43.2551417 C211.116072,43.4963563 211.603769,43.6275304 212.114031,43.6275304 C212.623565,43.6275304 213.111261,43.4963563 213.53927,43.2558704 L212.114031,39.3293927 L210.688792,43.2551417 Z" id="Balance"></path>
6
+ </g>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="31" height="59" xmlns="http://www.w3.org/2000/svg"><path d="M1 1l28 29L1 58" stroke="#1C1C1E" stroke-width="2" fill="none" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22px" height="22px" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="20" height="20" rx="2" stroke="#979797" stroke-width="2" fill="none" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg"><g stroke-width="2" fill="none" fill-rule="evenodd"><rect stroke="#6200EE" fill="#6200EE" x="1" y="1" width="20" height="20" rx="2"/><path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" d="m4.2961 11.446 4.1913 4.2424 9.2129-9.2071"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="22px" height="22px" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1 1)" stroke="#FFF" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><circle stroke-width="2" cx="10" cy="10" r="10"/><g stroke-width="1.5"><path d="M6 10.533l4 4 4-4M6 6l4 4 4-4"/></g></g></svg>
@@ -0,0 +1,20 @@
1
+ <svg width="112px" height="37px" viewBox="0 0 112 37" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
+ <g id="Artboard" transform="translate(-1312.000000, 0.000000)">
4
+ <g id="Group-4" transform="translate(1312.000000, 0.000000)">
5
+ <path d="M0,0 L112,0 L112,34 C112,35.6568542 110.656854,37 109,37 L3,37 C1.34314575,37 2.02906125e-16,35.6568542 0,34 L0,0 L0,0 Z" id="Rectangle" fill="#161617"></path>
6
+ <g id="Group-Copy">
7
+ <g transform="translate(13.000000, 4.000000)">
8
+ <g id="book-open" stroke-linecap="round" stroke-linejoin="round">
9
+ <g transform="translate(0.000000, 5.117647)">
10
+ <path d="M0,0 L6.7876161,0 C9.28674734,0 11.3126935,2.05006457 11.3126935,4.57894737 L11.3126935,20.6052632 C11.3126935,18.7086011 9.79323388,17.1710526 7.91888545,17.1710526 L0,17.1710526 L0,0 Z" id="Path" stroke="#636363" stroke-width="2"></path>
11
+ <path d="M23.0294118,0 L16.2417957,0 C13.7426644,0 11.7167183,2.05006457 11.7167183,4.57894737 L11.7167183,20.6052632 C11.7167183,18.7086011 13.2361779,17.1710526 15.1105263,17.1710526 L23.0294118,17.1710526 L23.0294118,0 Z" id="Path" stroke="#636363" stroke-width="2"></path>
12
+ </g>
13
+ </g>
14
+ <path d="M35.2783187,22.1764706 C40.3159978,22.1764706 43.1864934,19.0279212 43.1946715,13.7612568 C43.1946715,8.5518387 40.3650661,5.42782346 35.5727285,5.42782346 L30.3714885,5.42782346 L30.3714885,22.1764706 L35.2783187,22.1764706 Z M35.1883602,20.8025581 L31.9007839,20.8025581 L31.9007839,6.80173592 L35.48277,6.80173592 C39.547261,6.80173592 41.7062663,9.42689008 41.7144444,13.7612568 C41.7144444,18.1365137 39.5063708,20.8025581 35.1883602,20.8025581 Z M50.1191479,22.4381682 C53.3740119,22.4381682 55.6475099,19.7803018 55.6475099,15.9529743 C55.6475099,12.1011125 53.3740119,9.44324618 50.1191479,9.44324618 C46.8642838,9.44324618 44.5907858,12.1011125 44.5907858,15.9529743 C44.5907858,19.7803018 46.8642838,22.4381682 50.1191479,22.4381682 Z M50.1191479,21.105146 C47.5103498,21.105146 46.0546568,18.7662236 46.0546568,15.9529743 C46.0546568,13.1397249 47.5103498,10.7680903 50.1191479,10.7680903 C52.7279459,10.7680903 54.1836389,13.1397249 54.1836389,15.9529743 C54.1836389,18.7662236 52.7279459,21.105146 50.1191479,21.105146 Z M62.4002444,22.4381682 C65.0172205,22.4381682 66.8572819,20.786202 67.1925819,18.512704 L65.7205329,18.512704 C65.3852328,20.1156019 64.0685667,21.105146 62.4002444,21.105146 C59.9386513,21.105146 58.3112193,18.9624968 58.3112193,15.903906 C58.3112193,12.8616712 59.9877196,10.7680903 62.4002444,10.7680903 C64.1912375,10.7680903 65.4015889,11.9211954 65.7123548,13.3441762 L67.1844039,13.3441762 C66.8409258,11.0134319 64.8945498,9.44324618 62.3757103,9.44324618 C59.088134,9.44324618 56.8473482,12.174715 56.8473482,15.9529743 C56.8473482,19.6985213 59.0227096,22.4381682 62.4002444,22.4381682 Z M70.412398,22.1764706 L70.412398,14.0638446 C70.412398,12.1992492 71.8435568,10.8498708 73.8062889,10.8498708 C74.1906572,10.8498708 74.5504914,10.9152952 74.6813403,10.9316513 L74.6813403,9.45142423 C74.485067,9.44324618 74.149767,9.42689008 73.9126035,9.42689008 C72.3342398,9.42689008 70.9848615,10.2774073 70.4778224,11.5450051 L70.3715077,11.5450051 L70.3715077,9.61498524 L68.956705,9.61498524 L68.956705,22.1764706 L70.412398,22.1764706 Z M81.5730965,22.4381682 C84.6562215,22.4381682 86.7416243,19.8293701 86.7416243,15.9284401 C86.7416243,12.0602223 84.6480434,9.44324618 81.5485623,9.44324618 C79.2505302,9.44324618 78.2119178,10.882583 77.7130567,12.011154 L77.5822079,12.011154 L77.5822079,5.42782346 L76.1183369,5.42782346 L76.1183369,22.1764706 L77.5331396,22.1764706 L77.5331396,19.8457262 L77.7130567,19.8457262 C78.2200959,20.9988313 79.2832424,22.4381682 81.5730965,22.4381682 Z M81.3931794,21.105146 C78.9561204,21.105146 77.5576738,18.9379626 77.5576738,15.903906 C77.5576738,12.8943834 78.9397643,10.7680903 81.3931794,10.7680903 C83.9120189,10.7680903 85.2777533,13.0088761 85.2777533,15.903906 C85.2777533,18.831648 83.8956628,21.105146 81.3931794,21.105146 Z" id="Docrb" fill="#636363" fill-rule="nonzero"></path>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="17px" height="18px" viewBox="0 0 17 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
3
+ <g id="Components" transform="translate(-964.000000, -157.000000)" stroke="#FFFFFF" stroke-width="1.5">
4
+ <g id="Metadata" transform="translate(758.000000, 64.000000)">
5
+ <g id="github" transform="translate(207.000000, 94.000000)">
6
+ <path d="M5.32653741,13.7171983 C1.52186783,14.8585991 1.52186783,11.8148635 0,11.4343965 M10.6530748,16 L10.6530748,13.0551857 C10.7108169,12.3211868 10.4502792,11.597779 9.93779693,11.0691482 C12.3271294,10.8028214 14.8382113,9.89731 14.8382113,5.74261083 C14.8380161,4.68021545 14.4293555,3.65856412 13.6968105,2.88910864 C14.0436867,1.95963285 14.0191603,0.932252464 13.6283264,0.020387784 C13.6283264,0.020387784 12.7304244,-0.245939086 10.6530748,1.14656998 C8.90902118,0.673894375 7.07059104,0.673894375 5.32653741,1.14656998 C3.24918782,-0.245939086 2.3512858,0.020387784 2.3512858,0.020387784 C1.96045187,0.932252464 1.93592555,1.95963285 2.28280175,2.88910864 C1.54479257,3.66427178 1.1357111,4.69515708 1.14134231,5.76543884 C1.14134231,9.88970066 3.65248279,10.795212 6.04181529,11.0919762 C5.53550476,11.6151667 5.27545696,12.3289149 5.32653741,13.0551857 L5.32653741,16" id="Shape"></path>
7
+ </g>
8
+ </g>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="14px" height="15px" xmlns="http://www.w3.org/2000/svg"><g stroke="#FFF" stroke-width="1.333" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M1 5.667L7 1l6 4.667V13c0 .736-.597 1.333-1.333 1.333H2.333A1.333 1.333 0 011 13V5.667z"/><path d="M5 14.333V7.667h4v6.666"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg"><g stroke="#FFF" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M7.875 4.75 11 7.875 7.875 11"/><path d="M1 1v4.375c0 1.3807 1.1193 2.5 2.5 2.5H11"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg"><g stroke="#FFF" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M6 11V1M1 6l5-5 5 5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="15px" height="15px" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1 1)" stroke="#D8D8D8" stroke-width="1.3333" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><circle cx="6.6667" cy="6.6667" r="6.6667"/><path d="M4.7267 4.6667c.3236-.92 1.2636-1.4724 2.2248-1.3076.9611.165 1.6633.999 1.6618 1.9742 0 1.3334-2 2-2 2M6.6667 10h.0066"/></g></svg>
@@ -0,0 +1,9 @@
1
+ <svg width="22px" height="18px" viewBox="0 0 22 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
+ <g id="Components" transform="translate(-963.000000, -126.000000)" stroke="#FFFFFF" stroke-width="1.5">
4
+ <g id="Metadata" transform="translate(758.000000, 64.000000)">
5
+ <path d="M210.476449,63.3581513 C210.651227,63.1322944 210.920706,63 211.20629,63 L220.486223,63 C220.771808,63 221.041286,63.1322944 221.216064,63.3581513 L225.49911,68.8965728 C225.638456,69.0764127 225.706478,69.3013785 225.690124,69.5282974 C225.67377,69.7552164 225.57419,69.9681035 225.410495,70.1261024 L216.487483,78.7414247 C216.315391,78.9076167 216.085496,79.000501 215.846257,79.000501 C215.607018,79.000501 215.377123,78.9076167 215.205031,78.7414247 L206.282018,70.1261024 C206.118323,69.9681035 206.018744,69.7552164 206.002389,69.5282974 C205.986035,69.3013785 206.054058,69.0764127 206.193403,68.8965728 L210.476449,63.3581513 Z" id="Path"></path>
6
+ </g>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="17px" height="18px" viewBox="0 0 17 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
3
+ <g id="Components" transform="translate(-965.000000, -65.000000)" stroke="#FFFFFF" stroke-width="2">
4
+ <g id="Metadata" transform="translate(758.000000, 64.000000)">
5
+ <g id="user" transform="translate(208.000000, 2.000000)">
6
+ <path d="M14.2222222,16 L14.2222222,14.2222222 C14.2222222,12.2585431 12.6303458,10.6666667 10.6666667,10.6666667 L3.55555556,10.6666667 C1.59187645,10.6666667 0,12.2585431 0,14.2222222 L0,16" id="Path"></path>
7
+ <circle id="Oval" cx="7.11111111" cy="3.55555556" r="3.55555556"></circle>
8
+ </g>
9
+ </g>
10
+ </g>
11
+ </g>
12
+ </svg>