-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (82 loc) · 3.54 KB
/
index.html
File metadata and controls
85 lines (82 loc) · 3.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.svg">
<title>Run Dnys</title>
</head>
<body>
<container class="container">
<nav class="nav">
<img class="logo" src="assets/img/logo.svg" alt="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="https://github.com/dnys-dev/run/issues">Issume</a></li>
<li><a href="mailto:daviny.leticia@vidal.dev.br">Contact</a></li>
</ul>
</nav>
<section>
<div class="badge">
<img src="https://img.shields.io/badge/Open-Source-brack" alt="label opensource" />
</div>
<div class="idioma" style="text-align: center;">
<p>Home Pages: <a href="./portugues/"> Português Brasil</a> | <a href="./espanol/"> Español</a></p>
</div>
<div class="cards">
<div class="card">
<a href="./react-template.html">
<div class="card-content">
<h3> 💾 Template React Dnys</h3>
<p>Ready template with react structure
</p>
</div>
</a>
</div>
<div class="card">
<a href="./all-dev-package.html">
<div class="card-content">
<h3> 💾 Programs All Develops</h3>
<p>Ready script for installing programs, libs and activity automation in linux ubuntu
</p>
</div>
</a>
</div>
<div class="card">
<a href="">
<div class="card-content">
<h3> 💾 help Command</h3>
<p>Help curl $dnys/demo.run | bash</p>
</div>
</a>
</div>
</div>
<div class="aviso">
<h1 id="-feedback">📬 feedback</h1>
<p>Found an error, want to report it to us or leave your feedback?</p>
<h1 id="-script-shell-para-instalação-de-programas">🧵 Script Shell for installing programs</h1>
<p>Here is the list of shell scripts, tested on Ubuntu LTS release: 20.04</p>
<p>* obs: before using our service you must have curl installer, if you don't have it is very simple to
install in
ubuntu: </p>
<div class="code">
sudo apt install -y curl
</div>
<p>Then create an environment variable</p>
<div class="code">
dnys=https://run.dnys.dev/run
</div>
<p>now you can take advantage of all our script prepared with love for you</p>
</div>
</section>
<div class="footer">
<p> (c) 2022 - All rights reserved - Daviny: www.dnys.dev</p>
<p><a href='https://pt.dnys.dev/privacidade/'>Privacy Term</a></p>
<p>*dnys.dev is a domain for personal use.</p>
</div>
</container>
</body>
</html>