-
Notifications
You must be signed in to change notification settings - Fork 19
/
contribute.html
434 lines (433 loc) · 23.7 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<!-- https://github.com/MichaIng/DietPi-Website -->
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="home" href="https://dietpi.com/">
<link rel="canonical" href="https://dietpi.com/contribute.html">
<title>DietPi-Software - Lightweight justice for your SBC!</title>
<meta name="description" content="Optimised | Simplified | For everyone - Easy to install and run optimised software for your SBC - Raspberry Pi, Odroid, PINE64 etc.!">
<!-- Twitter meta tags: https://developer.twitter.com/docs/twitter-for-websites/cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DietPi_">
<meta name="twitter:creator" content="@DietPi_">
<meta name="twitter:title" content="Lightweight justice for your SBC!">
<meta name="twitter:description" content="Optimised | Simplified | For everyone - Easy to install and run optimised software for your SBC - Raspberry Pi, Odroid, PINE64 etc.!">
<meta name="twitter:image" content="https://dietpi.com/images/dietpi-logo_720x720.png">
<!-- Open Graph meta tags: https://developers.facebook.com/docs/sharing/webmasters -->
<meta property="og:locale" content="en_GB">
<meta property="og:site_name" content="DietPi-Software">
<meta property="og:type" content="website">
<meta property="og:url" content="https://dietpi.com/contribute.html">
<meta property="og:title" content="Lightweight justice for your SBC!">
<meta property="og:description" content="Optimised | Simplified | For everyone - Backed by community, DietPi is a minimal OS image for SBCs - Raspberry Pi, Odroid, PINE64 etc. Install software optimised for you!">
<meta property="og:image" content="https://dietpi.com/images/dietpi-logo_720x720.png">
<!-- Adjust width based on screen size -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon and theme: https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/dietpi-logo_32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/dietpi-logo_16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="images/dietpi-logo_mask_720x720.svg" color="#c5ff00">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#000000">
<!-- Load CSS styles -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.min.css">
<!-- Include JavaScript -->
<script defer src="js/jquery.min.js"></script>
<script defer src="js/bootstrap.min.js"></script>
<script defer src="js/mixitup.min.js"></script>
<script defer src="js/app.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container-xl">
<img src="images/dietpi-logo_240x80.png" alt="Logo" loading="lazy">
<!-- Navigation button, visible on small resolution -->
<button class="navbar-toggler" data-toggle="collapse" data-target=".navbar-collapse"><svg viewBox="0 0 12 12"><path d="M1 1h10M1 6h10M1 11h10"/></svg></button>
<!-- Main navigation -->
<div class="navbar-nav navbar-collapse collapse">
<a class="nav-link" rel="home" href="/">Home</a>
<a class="nav-link" href="/#features">Features</a>
<a class="nav-link" href="/#download">Download</a>
<a class="nav-link" href="/#gettingstarted">Getting Started</a>
<a class="nav-link" href="/contribute.html">Contribute</a>
<a class="nav-link" href="/#testimonials">Testimonials</a>
</div>
<!-- End main navigation -->
</div>
</nav>
<!-- Portfolio section start -->
<div class="section secondary-section" id="download">
<div class="container-xl software">
<svg class="triangle" viewBox="0 0 100 100" preserveAspectRatio="none" aria-hidden="true"><path d="M0 0h100l-50 100"/></svg>
<div id="title-1" class="title">
<h1>Contribute to DietPi</h1>
<p>Contributions are always welcome, no matter how small or large. You can do this in many ways and this page provides everything you need to get started !</p>
</div>
<div id="title-2" class="title">
<h1>Grow in 2021</h1>
<p>This month we are asking you to help DietPi project. DietPi is an open source product and it is free to use. We are sustained by donations and <b style="color:#FFA500"> even a small one (as little as the price of a cup of coffee)</b> would help the things move forward, covering the costs for hardware (new boards, MicroSD cards etc.), webhosting for Dietpi.com and future development.
<br/><br/> This allows us to continue working on DietPi, make it better with every new update.
<br/><br/>
<img src="images/contribute/coffee.jpg" alt="Coffee" loading="lazy" width="200">
<br/><br/>
In 2020 we made 8 releases and brought 128 improvements and changes, and fixed 119 bugs. We provided new software titles, support new SBCs and brought many optimizations.
<br/><b>Enable us to grow in 2021 !</b>
</p>
<p class="medium-text">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6DVBECXRW3TAA" class="button" target="_blank" rel="noopener">Donate via PayPal</a>
<a href="https://www.patreon.com/bePatron?u=12464530" class="button" target="_blank" rel="noopener">Become a Patron</a>
</p>
</div>
<div id="title-3" class="title">
<h1>Why contribute to DietPi as an Open Source project ?</h1>
<p>You can improve the software you rely on. It's empowering to be able to make changes, even small ones: whether it’s coding, documentation, testing, web design. If you’re looking to help, there’s something for you on here !</p>
</div>
<nav class="nav nav-pills" id="downloadinfo" style="display:none">
<button class="nav-link filter" data-filter=".Report">Report / Diagnose issues</button>
<button class="nav-link filter" data-filter=".Ideas">Contribute with ideas</button>
<button class="nav-link filter" data-filter=".Community">Part of community & Share experiences</button>
<button class="nav-link filter" data-filter=".Expand">Expand code / documentation</button>
</nav>
<!-- Start details for portfolio project 1 -->
<div id="slidingdiv1" class="toggleDiv row single-project">
<div class="col-md-4">
<a href="images/contribute/diagnose2.jpg" target="_blank" rel="noopener">
<img src="images/contribute/diagnose2.jpg" alt="Bug report" loading="lazy">
</a>
</div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Create a new bug report / Report a security issue</h3>
<span class="show_hide close"></span>
</div>
<p>Creating a bug report helps us improve. Providing required info, steps to replicate, and expected vs. actual behaviour you give us valuable info to understand the problem.
<br/><br/>Create now a <a href="https://github.com/MichaIng/DietPi/issues/new?template=bug_report.md" target="_blank" rel="noopener">GitHub issue</a>.
<br/>Security is on top of our list. Please report any security vulnerability shipped with our images or created by our scripts (in /boot/dietpi/). Please find more details in our <a href="https://github.com/MichaIng/DietPi/security/policy" target="_blank" rel="noopener">Security Policy</a>.
</p>
</div>
</div>
</div>
<!-- End details for portfolio project 1 -->
<!-- Start details for portfolio project 2 -->
<div id="slidingdiv2" class="toggleDiv row single-project">
<div class="col-md-4">
<a href="images/contribute/investigate.jpg" target="_blank" rel="noopener">
<img src="images/contribute/investigate.jpg" alt="Diagnose" loading="lazy">
</a>
</div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Investigate issues / Provide help</h3>
<span class="show_hide close"></span>
</div>
<p>Many times the DietPi project needs help on existent items:
<ul>
<li>Run an investigation (e.g. an installation issue on specific software title)</li>
<li>Provide an workaround to an existent issue</li>
<li>Give help when testing is required</li>
</ul>
<br/>Browse <a href="https://github.com/MichaIng/DietPi/issues" target="_blank" rel="noopener">DietPi issues on GitHub</a> or <a href="https://github.com/MichaIng/DietPi-Docs/issues" target="_blank" rel="noopener">DietPi documentation tasks on GitHub</a>.
</p>
</div>
</div>
</div>
<!-- End details for portfolio project 2 -->
<!-- Start details for portfolio project 3 -->
<div id="slidingdiv3" class="toggleDiv row single-project">
<div class="col-md-4">
<a href="images/contribute/question.jpg" target="_blank" rel="noopener">
<img src="images/contribute/question.jpg" alt="Question" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Give help / Answer questions</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> There are many questions on GitHub, and also on Forum. Maybe for some of the issues, we need more insights.</p>
<p>Sometimes there are open questions where you could know the answer.
<br/>Or help is needed for a specific installation (e.g. a driver installation for a specific SBC, or a check of a performance tweak etc.)
<br/><br/>Browse <a href="https://github.com/MichaIng/DietPi/issues" target="_blank" rel="noopener">DietPi issues on GitHub</a> and find these items.
</p>
</div>
</div>
</div>
<!-- End details for portfolio project 3 -->
<!-- Start details for portfolio project 4 -->
<div id="slidingdiv4" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/test-configurations.jpg" target="_blank" rel="noopener">
<img src="images/contribute/test-configurations.jpg" alt="GNUstep" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Test configurations</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> Very similar with investigate issues, but more specific to hardware - either specific SBC models or PCs</p>
<p>There is often a need to check a new installation on a specific SBC (Single Board Computer), or maybe how DietPi runs with a specific driver. This time to do such installation provides a big help to the overall project.</p>
<p>Examples:
<ul>
<li>A driver installation for a specific SBC</li>
<li>or check of a performance tweak.</li>
</ul>
Browse <a href="https://github.com/MichaIng/DietPi/issues?q=is:open+is:issue+label:%22Help+wanted+:sos:%22+label:%22Testing/testers+required+:arrow_down_small:%22"><i>Help wanted !</i> or <i>Testing Required</i></a> in DietPi issues on GitHub.</p>
</p>
</div>
</div>
</div>
<!-- End details for portfolio project 4 -->
<!-- Start details for portfolio project 5 -->
<div id="slidingdiv5" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/improve-website.jpg" target="_blank" rel="noopener">
<img src="images/contribute/improve-website.jpg" alt="Chromium" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Improve DietPi website</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> On the website it's always something to do. Someone with skills in graphics / web design could provide help.</p>
<p>Have you seen something on the website which could be improved ? Do you have web design skills and you would like to help ?</p>
<p>We welcome your help to further expand the website. Please check on <a href="">How to Contribute</a></p>
</div>
</div>
</div>
<!-- End details for portfolio project 5 -->
<!-- Start details for portfolio project 6 -->
<div id="slidingdiv6" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/improve-docs.jpg" target="_blank" rel="noopener">
<img src="images/contribute/improve-docs.jpg" alt="VNC Server" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Expand DietPi Docs</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> This is an ever growing item - the more, the better</p>
<p>Looking for samples, documentation etc.</p>
</div>
</div>
</div>
<!-- End details for portfolio project 6 -->
<!-- Start details for portfolio project 7 -->
<div id="slidingdiv7" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/new-features.jpg" target="_blank" rel="noopener">
<img src="images/contribute/new-features.jpg" alt="NoMachine" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>New feature suggestions & Software titles</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> Let's add links to GitHub add issues (similar with what we have now on DietPi, we should also create on DietPi-Docs, and DietPi-Website)</p>
<p>Suggest ways to improve the application.</p>
</div>
</div>
</div>
<!-- End details for portfolio project 7 -->
<!-- Start details for portfolio project 8 -->
<div id="slidingdiv8" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/expand-code.jpg" target="_blank" rel="noopener">
<img src="images/contribute/expand-code.jpg" alt="XRDP" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Extend DietPi</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> This section is all about the code. Mainly if they have the expertise to help us fixing / enhancing DietPi project</p>
<p>Bring your contributions to DietPi projects.</p>
<p>DietPi project.</p>
</div>
</div>
</div>
<!-- End details for portfolio project 8 -->
<!-- Start details for portfolio project 9 -->
<div id="slidingdiv9" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/be-part-community.jpg" target="_blank" rel="noopener">
<img src="images/contribute/be-part-community.jpg" alt="RealVNC" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Use DietPi Forum</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> Browse, found things to contribute and help</p>
<p>Discuss with community. First time user no problem. Have a question, waiting for answers from other community members ? Here is the place.</p>
</div>
</div>
</div>
<!-- End details for portfolio project 9 -->
<!-- Start details for portfolio project 10 -->
<div id="slidingdiv10" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/social-Twitter.jpg" target="_blank" rel="noopener">
<img src="images/contribute/social-Twitter.jpg" alt="Kodi" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Write about DietPi</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> It helps a lot to write about project, experience using DietPi etc. - blog posts, youtube links. Link to reference page</p>
<p>Spread the word about this project.</p>
</div>
</div>
</div>
<!-- End details for portfolio project 10 -->
<!-- Start details for portfolio project 11 -->
<div id="slidingdiv11" class="toggleDiv row single-project">
<div class="col-md-4"><a href="images/contribute/more-social.jpg" target="_blank" rel="noopener">
<img src="images/contribute/more-social.jpg" alt="ympd" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>Social media</h3>
<span class="show_hide close"></span>
</div>
<p><b>Core idea:</b> This could be as simple as like, or redistribute a conversation, article, feature via a Retweet, a Facebook link, a Reddit reference etc.</p>
<p>Use different channels.</p>
</div>
</div>
</div>
<!-- End details for portfolio project 11 -->
<!-- END details for portfolio -->
<div id="portfolio-grid" class="row">
<!-- Desktops -->
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Report">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv1">
<img src="images/contribute/diagnose2.jpg" alt="Report an issue" loading="lazy">
<i class="more"></i>
<h3>Report an issue</h3>
<p>Bugs or security issues</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Report">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv2">
<img src="images/contribute/investigate.jpg" alt="Investigate / Help" loading="lazy">
<i class="more"></i>
<h3>Diagnose issues</h3>
<p>Investigate & Find reasons</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Report">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv3">
<img src="images/contribute/question.jpg" alt="project 3" loading="lazy">
<i class="more"></i>
<h3>Help answering questions</h3>
<p>Answer questions, give feedback</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Report">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv4">
<img src="images/contribute/test-configurations.jpg" alt="project 4" loading="lazy">
<i class="more"></i>
<h3>Test configurations</h3>
<p>Run specific tests</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Ideas">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv5">
<img src="images/contribute/improve-website.jpg" alt="project 5" loading="lazy">
<i class="more"></i>
<h3>Improve DietPi website</h3>
<p>Help to improve & extend</p>
<div class="mask"></div>
</a>
</div>
<!-- Remote desktop -->
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Ideas">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv6">
<img src="images/contribute/improve-docs.jpg" alt="project 6" loading="lazy">
<i class="more"></i>
<h3>Extend DietPi Docs</h3>
<p>Bring more details & samples</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Ideas">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv7">
<img src="images/contribute/new-features.jpg" alt="project 7" loading="lazy">
<i class="more"></i>
<h3>New software titles</h3>
<p>Suggest features & software</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Expand">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv8">
<img src="images/contribute/expand-code.jpg" alt="project 8" loading="lazy">
<i class="more"></i>
<h3>Extend DietPi</h3>
<p>Bring contributions in GitHub</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Community">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv9">
<img src="images/contribute/be-part-community.jpg" alt="project 9" loading="lazy">
<i class="more"></i>
<h3>Use DietPi Forum</h3>
<p>Share & Receive help</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Community">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv10">
<img src="images/contribute/social-Twitter.jpg" alt="project 10" loading="lazy">
<i class="more"></i>
<h3>Write about DietPi</h3>
<p>Spread the word</p>
<div class="mask"></div>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Community">
<a href="#downloadinfo" class="thumbnail show_hide" rel="#slidingdiv11">
<img src="images/contribute/more-social.jpg" alt="project 11" loading="lazy">
<i class="more"></i>
<h3>Social media</h3>
<p>Share info & love</p>
<div class="mask"></div>
</a>
</div>
</div>
</div>
</div>
<!-- Portfolio section end -->
<!-- Footer section start -->
<div class="section primary-section footer" id="contact">
<div class="container-xl">
<svg class="triangle" viewBox="0 0 100 100" preserveAspectRatio="none" aria-hidden="true"><path d="M0 0h100l-50 100"/></svg>
<div class="social">
<a href="https://twitter.com/DietPi_" target="_blank" rel="noopener">
<svg viewBox="0 0 400 400" aria-hidden="true">
<path d="M400,200c0,110.5-89.5,200-200,200S0,310.5,0,200S89.5,0,200,0S400,89.5,400,200z M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5"></path>
</svg>
</a>
<a href="https://github.com/MichaIng/DietPi" target="_blank" rel="noopener">
<svg viewBox="0 0 16 16" aria-hidden="true">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
</a>
</div>
<br>
<p>© 2021 DietPi created by <a href="https://dietpi.com/" target="_blank" rel="noopener">Daniel Knight</a></p>
<p>© 2013 Website theme by <a href="https://www.graphberry.com/" target="_blank" rel="noopener">Graphberry</a></p>
<p>DietPi web hosting is powered by <a href="https://myvirtualserver.com" target="_blank" rel="noopener">myVirtualserver.com
<br><br><img src="images/myvirtualserver_logo.png" alt="myVirtualserver" width="200" loading="lazy"></a></p>
</div>
</div>
<!-- Footer section end -->
<!-- Scroll up button start -->
<a class="scrollup" href="#"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<!-- Scroll up button end -->
</body>
</html>