insights4you-jekyll-theme 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,90 @@
1
- .highlight pre,pre.highlight{max-height:30rem;margin:1.5rem 0;overflow:auto;border-radius:var(--tblr-border-radius)}.highlight{margin:0}.highlight code>*{margin:0!important;padding:0!important}.highlight .c,.highlight .c1{color:#a0aec0}.highlight .nc,.highlight .nt,.highlight .nx{color:#ff8383}.highlight .na,.highlight .p{color:#ffe484}.highlight .dl,.highlight .s,.highlight .s2{color:#b5f4a5}.highlight .k{color:#93ddfd}.highlight .mi,.highlight .s1{color:#d9a9ff}.card-sponsor{background:var(--tblr-primary-lt) no-repeat center/100% 100%;border-color:var(--tblr-primary);min-height:316px}.dropdown-menu-demo{display:inline-block;width:100%;position:relative;top:0;margin-bottom:1rem!important}.demo-icon-preview{position:sticky;top:0}.demo-icon-preview i,.demo-icon-preview svg{width:15rem;height:15rem;font-size:15rem;stroke-width:1.5;margin:0 auto;display:block}.demo-icon-preview-icon pre{margin:0;user-select:all}.demo-dividers>p{opacity:.2;user-select:none}.demo-icons-list{display:flex;flex-wrap:wrap;padding:0;margin:0 -2px -1px 0;list-style:none}.demo-icons-list>*{flex:1 0 4rem}.demo-icons-list-wrap{overflow:hidden}.demo-icons-list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;text-align:center;padding:.5rem;border-right:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);border-bottom:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);color:inherit;cursor:pointer}.demo-icons-list-item .icon{width:1.5rem;height:1.5rem;font-size:1.5rem}.demo-icons-list-item:hover{text-decoration:none}
2
- /*# sourceMappingURL=theme.min.css.map */
1
+ /* Variáveis Globais */
2
+ :root {
3
+ --tblr-font-sans: 'Nova Square', Arial, sans-serif;
4
+ --tblr-font-mono: 'Syne Mono', monospace;
5
+ }
6
+
7
+ body {
8
+ font-family: var(--tblr-font-sans);
9
+ font-size: 1rem;
10
+ line-height: 1.6;
11
+ color: var(--tblr-body-color);
12
+ }
13
+
14
+ .browser {
15
+ width: 100%;
16
+ margin: 0 auto;
17
+ border-radius: 12px;
18
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
19
+ overflow: hidden;
20
+ }
21
+
22
+ /* Browser Header */
23
+ .browser-header {
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 10px;
27
+ }
28
+
29
+ .browser-dots {
30
+ display: flex;
31
+ gap: 6px;
32
+ margin-right: 10px;
33
+ }
34
+
35
+ .browser-dot {
36
+ width: 12px;
37
+ height: 12px;
38
+ border-radius: 50%;
39
+ }
40
+
41
+ .red {
42
+ background-color: #ff5f56;
43
+ }
44
+
45
+ .yellow {
46
+ background-color: #ffbd2e;
47
+ }
48
+
49
+ .green {
50
+ background-color: #27c93f;
51
+ }
52
+
53
+ /* Estilo da Barra de Endereços */
54
+ .url-bar {
55
+ flex-grow: 1;
56
+ display: flex;
57
+ align-items: center;
58
+ border: 1px solid #e5e7eb;
59
+ border-radius: 6px;
60
+ padding: 4px 8px;
61
+ background-color: #fff;
62
+ }
63
+
64
+ .browser-input {
65
+ display: flex;
66
+ align-items: center;
67
+ text-decoration: none;
68
+ color: #6b7280;
69
+ font-size: 14px;
70
+ gap: 8px;
71
+ width: 100%;
72
+ }
73
+
74
+ .browser-input svg {
75
+ width: 16px;
76
+ height: 16px;
77
+ fill: currentColor;
78
+ }
79
+
80
+ /* Browser Content */
81
+ .browser-content {
82
+ padding: 10px;
83
+ text-align: center;
84
+ }
85
+
86
+ .browser-image {
87
+ width: 100%;
88
+ height: auto;
89
+ border-radius: 8px;
90
+ }
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
metadata CHANGED
@@ -1,35 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insights4you-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcio Paiva Barbosa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-20 00:00:00.000000000 Z
11
+ date: 2025-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '3.9'
20
- - - "<"
17
+ - - "~>"
21
18
  - !ruby/object:Gem::Version
22
- version: '5.0'
19
+ version: 4.4.1
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '3.9'
30
- - - "<"
26
+ version: 4.4.1
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll-feed
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
31
32
  - !ruby/object:Gem::Version
32
- version: '5.0'
33
+ version: '0.15'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.15'
33
41
  - !ruby/object:Gem::Dependency
34
42
  name: jekyll-seo-tag
35
43
  requirement: !ruby/object:Gem::Requirement
@@ -58,10 +66,53 @@ dependencies:
58
66
  - - "~>"
59
67
  - !ruby/object:Gem::Version
60
68
  version: '2.4'
61
- description: A professional and responsive Jekyll theme designed for documentation
62
- sites, admin panels, and project showcases. It includes customizable layouts, modern
63
- design elements, and support for responsive design to ensure compatibility across
64
- devices.
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '13.0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '13.0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rspec
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '3.12'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '3.12'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rubocop
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '1.50'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '1.50'
111
+ description: "A sleek and modern Jekyll theme inspired by the [Tabler Admin Dashboard](https://github.com/tabler).
112
+ \nThis theme offers a clean, professional, and responsive interface, making it ideal
113
+ for developers, \ncontent creators, and businesses. Whether you're building documentation
114
+ sites, admin panels, or \nproject showcases, this theme provides a minimal-effort
115
+ solution with customizable layouts and \nmodern design elements.\n"
65
116
  email:
66
117
  - mpaivabarbosa@gmail.com
67
118
  executables: []
@@ -71,10 +122,25 @@ files:
71
122
  - LICENSE
72
123
  - README.md
73
124
  - _includes/footer.html
74
- - _includes/header.html
75
- - _includes/sidebar.html
76
- - _layouts/base.html
125
+ - _includes/head.html
126
+ - _includes/header-logo.html
127
+ - _includes/header-navbar.html
128
+ - _includes/header-svg.html
129
+ - _includes/ui/button.html
130
+ - _includes/ui/empty.html
131
+ - _includes/ui/icon.html
132
+ - _includes/ui/illustration.html
133
+ - _layouts/default.html
134
+ - _layouts/error.html
135
+ - _layouts/home.html
77
136
  - assets/css/theme.min.css
137
+ - assets/images/android-chrome-192x192.png
138
+ - assets/images/android-chrome-512x512.png
139
+ - assets/images/apple-touch-icon.png
140
+ - assets/images/favicon-16x16.png
141
+ - assets/images/favicon-32x32.png
142
+ - assets/images/favicon.ico
143
+ - assets/images/site.webmanifest
78
144
  - assets/js/theme.js
79
145
  homepage: https://github.com/marciopaiva/insights4you-jekyll-theme
80
146
  licenses:
@@ -84,7 +150,11 @@ metadata:
84
150
  documentation_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/#readme
85
151
  source_code_uri: https://github.com/marciopaiva/insights4you-jekyll-theme
86
152
  wiki_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/wiki
153
+ changelog_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/blob/main/CHANGELOG.md
87
154
  plugin_type: theme
155
+ funding_uri: https://github.com/sponsors/marciopaiva
156
+ usage_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/wiki/Usage
157
+ examples_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/tree/main/example-site
88
158
  post_install_message:
89
159
  rdoc_options: []
90
160
  require_paths:
@@ -93,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
163
  requirements:
94
164
  - - "~>"
95
165
  - !ruby/object:Gem::Version
96
- version: '3.1'
166
+ version: '3.0'
97
167
  required_rubygems_version: !ruby/object:Gem::Requirement
98
168
  requirements:
99
169
  - - ">="
@@ -1,405 +0,0 @@
1
- <!-- BEGIN NAVBAR -->
2
- <header class="navbar navbar-expand-md d-print-none">
3
- <div class="container-xl">
4
- <!-- BEGIN NAVBAR TOGGLER -->
5
- <button
6
- class="navbar-toggler"
7
- type="button"
8
- data-bs-toggle="collapse"
9
- data-bs-target="#navbar-menu"
10
- aria-controls="navbar-menu"
11
- aria-expanded="false"
12
- aria-label="Toggle navigation"
13
- >
14
- <span class="navbar-toggler-icon"></span>
15
- </button>
16
- <!-- END NAVBAR TOGGLER -->
17
- <!-- BEGIN NAVBAR LOGO -->
18
- <div
19
- class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3"
20
- >
21
- <a href=".">
22
- <svg
23
- xmlns="http://www.w3.org/2000/svg"
24
- xmlns:xlink="http://www.w3.org/1999/xlink"
25
- version="1.1"
26
- id="Layer_1"
27
- viewBox="0 0 2512 512"
28
- width="200"
29
- height="50"
30
- xml:space="preserve"
31
- >
32
- <rect
33
- x="153.607"
34
- y="155.37"
35
- style="fill: #78c3e0"
36
- width="201.275"
37
- height="201.275"
38
- />
39
- <g>
40
- <path
41
- style="fill: #1e7eeb"
42
- d="M354.876,371.827H153.604c-8.388,0-15.191-6.802-15.191-15.191V155.364 c0-8.388,6.802-15.191,15.191-15.191h201.272c8.388,0,15.191,6.802,15.191,15.191v201.272 C370.067,365.026,363.266,371.827,354.876,371.827z M168.795,341.445h170.891V170.555H168.795V341.445z"
43
- />
44
- <path
45
- style="fill: #238fb9"
46
- d="M421.337,407.906H102.334V104.094h72.915c2.576,0,4.999-0.647,7.124-1.777 c6.646-1.621,11.584-7.598,11.584-14.742V16.95c0-8.388-6.802-15.191-15.191-15.191c-8.388,0-15.191,6.802-15.191,15.191v56.763 H87.144c-8.388,0-15.191,6.802-15.191,15.191v72.915H15.191C6.802,161.818,0,168.621,0,177.009S6.802,192.2,15.191,192.2h56.763 v48.61H45.591c-8.388,0-15.191,6.802-15.191,15.191s6.802,15.191,15.191,15.191h26.362v48.61H15.191 C6.802,319.8,0,326.603,0,334.991s6.802,15.191,15.191,15.191h56.763v72.915c0,8.388,6.802,15.191,15.191,15.191h72.915v56.763 c0,8.388,6.802,15.191,15.191,15.191c8.388,0,15.191-6.802,15.191-15.191v-56.763h48.61v26.362c0,8.388,6.802,15.191,15.191,15.191 c8.388,0,15.191-6.802,15.191-15.191v-26.362h48.61v56.763c0,8.388,6.802,15.191,15.191,15.191s15.191-6.802,15.191-15.191v-56.763 h72.915c8.388,0,15.191-6.802,15.191-15.191S429.726,407.906,421.337,407.906z"
47
- />
48
- <path
49
- style="fill: #d63939"
50
- d="M496.809,319.8h-56.763v-48.61h26.362c8.388,0,15.191-6.802,15.191-15.191 s-6.802-15.191-15.191-15.191h-26.362V192.2h56.763c8.388,0,15.191-6.802,15.191-15.191c0-8.388-6.802-15.191-15.191-15.191 h-56.763V88.904c0-8.388-6.802-15.191-15.191-15.191h-72.915V16.95c0-8.388-6.802-15.191-15.191-15.191S321.56,8.562,321.56,16.95 v56.763h-48.61V47.351c0-8.388-6.802-15.191-15.191-15.191s-15.191,6.802-15.191,15.191v40.223c0,0.225,0.024,0.444,0.033,0.665 c-0.009,0.222-0.033,0.441-0.033,0.665c0,8.388,6.802,15.191,15.191,15.191h151.906v223.285c-1.429,2.241-2.189,4.835-2.189,7.612 c0,8.388,6.802,15.191,15.191,15.191h70.624c8.388,0,15.191-6.802,15.191-15.191S501.68,319.8,496.809,319.8z"
51
- />
52
- </g>
53
- <!-- Texto "Insights4YOU" -->
54
- <text
55
- x="-300"
56
- y="330"
57
- font-family="Nova Square, sans-serif"
58
- font-size="190"
59
- font-weight="bold"
60
- fill="#1e7eeb"
61
- >
62
- {{ site.title }}
63
- </text>
64
- </svg>
65
- </a>
66
- </div>
67
- <!-- END NAVBAR LOGO -->
68
- <div class="navbar-nav flex-row order-md-last">
69
- <div class="nav-item d-none d-md-flex me-3">
70
- <div class="btn-list">
71
- <a
72
- href="https://github.com/tabler/tabler"
73
- class="btn btn-5"
74
- target="_blank"
75
- rel="noreferrer"
76
- >
77
- <svg
78
- xmlns="http://www.w3.org/2000/svg"
79
- width="24"
80
- height="24"
81
- viewBox="0 0 24 24"
82
- fill="none"
83
- stroke="currentColor"
84
- stroke-width="2"
85
- stroke-linecap="round"
86
- stroke-linejoin="round"
87
- class="icon icon-tabler icons-tabler-outline icon-tabler-brand-github"
88
- >
89
- <path stroke="none" d="M0 0h24v24H0z" fill="none" />
90
- <path
91
- d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5"
92
- />
93
- </svg>
94
- Source code
95
- </a>
96
- </div>
97
- </div>
98
- <div class="d-none d-md-flex">
99
- <div class="nav-item">
100
- <a
101
- href="?theme=dark"
102
- class="nav-link px-0 hide-theme-dark"
103
- title="Enable Dark Mode"
104
- data-bs-toggle="tooltip"
105
- data-bs-placement="bottom"
106
- >
107
- <!-- Download SVG icon from http://tabler.io/icons/icon/moon -->
108
- <svg
109
- xmlns="http://www.w3.org/2000/svg"
110
- width="24"
111
- height="24"
112
- viewBox="0 0 24 24"
113
- fill="none"
114
- stroke="currentColor"
115
- stroke-width="2"
116
- stroke-linecap="round"
117
- stroke-linejoin="round"
118
- class="icon icon-1"
119
- >
120
- <path
121
- d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"
122
- />
123
- </svg>
124
- </a>
125
- <a
126
- href="?theme=light"
127
- class="nav-link px-0 hide-theme-light"
128
- title="Enable Light Mode"
129
- data-bs-toggle="tooltip"
130
- data-bs-placement="bottom"
131
- >
132
- <!-- Download SVG icon from http://tabler.io/icons/icon/sun -->
133
- <svg
134
- xmlns="http://www.w3.org/2000/svg"
135
- width="24"
136
- height="24"
137
- viewBox="0 0 24 24"
138
- fill="none"
139
- stroke="currentColor"
140
- stroke-width="2"
141
- stroke-linecap="round"
142
- stroke-linejoin="round"
143
- class="icon icon-1"
144
- >
145
- <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />
146
- <path
147
- d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7"
148
- />
149
- </svg>
150
- </a>
151
- </div>
152
- <div class="nav-item dropdown d-none d-md-flex me-3">
153
- <a
154
- href="#"
155
- class="nav-link px-0"
156
- data-bs-toggle="dropdown"
157
- tabindex="-1"
158
- aria-label="Show Notifications"
159
- >
160
- <!-- Download SVG icon from http://tabler.io/icons/icon/bell -->
161
- <svg
162
- xmlns="http://www.w3.org/2000/svg"
163
- width="24"
164
- height="24"
165
- viewBox="0 0 24 24"
166
- fill="none"
167
- stroke="currentColor"
168
- stroke-width="2"
169
- stroke-linecap="round"
170
- stroke-linejoin="round"
171
- class="icon icon-1"
172
- >
173
- <path
174
- d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6"
175
- />
176
- <path d="M9 17v1a3 3 0 0 0 6 0v-1" />
177
- </svg>
178
- <span class="badge bg-red"></span>
179
- </a>
180
- <div
181
- class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card"
182
- >
183
- <div class="card">
184
- <div class="card-header">
185
- <h3 class="card-title">Last updates</h3>
186
- </div>
187
- <div class="list-group list-group-flush list-group-hoverable">
188
- <div class="list-group-item">
189
- <div class="row align-items-center">
190
- <div class="col-auto">
191
- <span
192
- class="status-dot status-dot-animated bg-red d-block"
193
- ></span>
194
- </div>
195
- <div class="col text-truncate">
196
- <a href="#" class="text-body d-block">Example 1</a>
197
- <div class="d-block text-secondary text-truncate mt-n1">
198
- Change deprecated html tags to text decoration classes
199
- (#29604)
200
- </div>
201
- </div>
202
- <div class="col-auto">
203
- <a href="#" class="list-group-item-actions">
204
- <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
205
- <svg
206
- xmlns="http://www.w3.org/2000/svg"
207
- width="24"
208
- height="24"
209
- viewBox="0 0 24 24"
210
- fill="none"
211
- stroke="currentColor"
212
- stroke-width="2"
213
- stroke-linecap="round"
214
- stroke-linejoin="round"
215
- class="icon text-muted icon-2"
216
- >
217
- <path
218
- d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
219
- />
220
- </svg>
221
- </a>
222
- </div>
223
- </div>
224
- </div>
225
- <div class="list-group-item">
226
- <div class="row align-items-center">
227
- <div class="col-auto">
228
- <span class="status-dot d-block"></span>
229
- </div>
230
- <div class="col text-truncate">
231
- <a href="#" class="text-body d-block">Example 2</a>
232
- <div class="d-block text-secondary text-truncate mt-n1">
233
- justify-content:between ⇒ justify-content:space-between
234
- (#29734)
235
- </div>
236
- </div>
237
- <div class="col-auto">
238
- <a href="#" class="list-group-item-actions show">
239
- <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
240
- <svg
241
- xmlns="http://www.w3.org/2000/svg"
242
- width="24"
243
- height="24"
244
- viewBox="0 0 24 24"
245
- fill="none"
246
- stroke="currentColor"
247
- stroke-width="2"
248
- stroke-linecap="round"
249
- stroke-linejoin="round"
250
- class="icon text-yellow icon-2"
251
- >
252
- <path
253
- d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
254
- />
255
- </svg>
256
- </a>
257
- </div>
258
- </div>
259
- </div>
260
- <div class="list-group-item">
261
- <div class="row align-items-center">
262
- <div class="col-auto">
263
- <span class="status-dot d-block"></span>
264
- </div>
265
- <div class="col text-truncate">
266
- <a href="#" class="text-body d-block">Example 3</a>
267
- <div class="d-block text-secondary text-truncate mt-n1">
268
- Update change-version.js (#29736)
269
- </div>
270
- </div>
271
- <div class="col-auto">
272
- <a href="#" class="list-group-item-actions">
273
- <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
274
- <svg
275
- xmlns="http://www.w3.org/2000/svg"
276
- width="24"
277
- height="24"
278
- viewBox="0 0 24 24"
279
- fill="none"
280
- stroke="currentColor"
281
- stroke-width="2"
282
- stroke-linecap="round"
283
- stroke-linejoin="round"
284
- class="icon text-muted icon-2"
285
- >
286
- <path
287
- d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
288
- />
289
- </svg>
290
- </a>
291
- </div>
292
- </div>
293
- </div>
294
- <div class="list-group-item">
295
- <div class="row align-items-center">
296
- <div class="col-auto">
297
- <span
298
- class="status-dot status-dot-animated bg-green d-block"
299
- ></span>
300
- </div>
301
- <div class="col text-truncate">
302
- <a href="#" class="text-body d-block">Example 4</a>
303
- <div class="d-block text-secondary text-truncate mt-n1">
304
- Regenerate package-lock.json (#29730)
305
- </div>
306
- </div>
307
- <div class="col-auto">
308
- <a href="#" class="list-group-item-actions">
309
- <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
310
- <svg
311
- xmlns="http://www.w3.org/2000/svg"
312
- width="24"
313
- height="24"
314
- viewBox="0 0 24 24"
315
- fill="none"
316
- stroke="currentColor"
317
- stroke-width="2"
318
- stroke-linecap="round"
319
- stroke-linejoin="round"
320
- class="icon text-muted icon-2"
321
- >
322
- <path
323
- d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
324
- />
325
- </svg>
326
- </a>
327
- </div>
328
- </div>
329
- </div>
330
- </div>
331
- </div>
332
- </div>
333
- </div>
334
- </div>
335
- </div>
336
- </div>
337
- </header>
338
- <header class="navbar-expand-md">
339
- <div class="collapse navbar-collapse" id="navbar-menu">
340
- <div class="navbar">
341
- <div class="container-xl">
342
- <div class="row flex-fill align-items-center">
343
- <div class="col">
344
- <!-- BEGIN NAVBAR MENU -->
345
- <ul class="navbar-nav page-center">
346
- <li class="nav-item active">
347
- <a class="nav-link" href="./">
348
- <span class="nav-link-icon d-md-none d-lg-inline-block">
349
- <!-- Download SVG icon from http://tabler.io/icons/icon/home -->
350
- <svg
351
- xmlns="http://www.w3.org/2000/svg"
352
- width="24"
353
- height="24"
354
- viewBox="0 0 24 24"
355
- fill="none"
356
- stroke="currentColor"
357
- stroke-width="2"
358
- stroke-linecap="round"
359
- stroke-linejoin="round"
360
- class="icon icon-1"
361
- >
362
- <path d="M5 12l-2 0l9 -9l9 9l-2 0" />
363
- <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" />
364
- <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" />
365
- </svg>
366
- </span>
367
- <span class="nav-link-title"> Home </span>
368
- </a>
369
- </li>
370
- <li class="nav-item">
371
- <a class="nav-link" href="./">
372
- <span class="nav-link-icon d-md-none d-lg-inline-block">
373
- <svg
374
- xmlns="http://www.w3.org/2000/svg"
375
- width="24"
376
- height="24"
377
- viewBox="0 0 24 24"
378
- fill="none"
379
- stroke="currentColor"
380
- stroke-width="2"
381
- stroke-linecap="round"
382
- stroke-linejoin="round"
383
- class="icon icon-tabler icons-tabler-outline icon-tabler-shield-heart"
384
- >
385
- <path stroke="none" d="M0 0h24v24H0z" fill="none" />
386
- <path
387
- d="M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5"
388
- />
389
- <path
390
- d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z"
391
- />
392
- </svg>
393
- </span>
394
- <span class="nav-link-title"> Projetos </span>
395
- </a>
396
- </li>
397
- </ul>
398
- <!-- END NAVBAR MENU -->
399
- </div>
400
- </div>
401
- </div>
402
- </div>
403
- </div>
404
- </header>
405
- <!-- END NAVBAR -->