-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps-beta.html
More file actions
191 lines (190 loc) · 11.3 KB
/
apps-beta.html
File metadata and controls
191 lines (190 loc) · 11.3 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
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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Document Title
=============================================
-->
<title>Beta Dont-code platform Apps</title>
<meta name="description" content="Links to applications in development by the Dont-code platform.">
<meta name="keywords" content="low-code, no-code, low code, no code, applications">
<meta name="author" content="Dont-code team">
<!--
Favicons
=============================================
-->
<link rel="apple-touch-icon" sizes="238x133" href="assets/images/favicons/logo.png">
<link rel="icon" type="image/png" sizes="238x133" href="assets/images/favicons/logo.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/images/favicons/logo.png">
<meta name="theme-color" content="#ffffff">
<!-- Seo using Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//collinfr.net/matomo/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Seo Code -->
<!--
Stylesheets
=============================================
-->
<!-- Default stylesheets-->
<link href="assets/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Template specific stylesheets-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Volkhov:400i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<link href="assets/lib/animate.css/animate.css" rel="stylesheet">
<link href="assets/lib/components-font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/lib/et-line-font/et-line-font.css" rel="stylesheet">
<link href="assets/lib/flexslider/flexslider.css" rel="stylesheet">
<link href="assets/lib/owl.carousel/dist/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/lib/owl.carousel/dist/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="assets/lib/magnific-popup/dist/magnific-popup.css" rel="stylesheet">
<link href="assets/lib/simple-text-rotator/simpletextrotator.css" rel="stylesheet">
<!-- Main stylesheet and color file-->
<link href="assets/css/style.css" rel="stylesheet">
<link id="color-scheme" href="assets/css/colors/default.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".onpage-navigation" data-offset="60">
<main>
<div class="page-loader">
<div class="loader">Loading...</div>
</div>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#custom-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="index.html">Dont-code</a>
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="news.html">News</a></li>
<li><a href="https://dont-code.net/dashboard/repo/default">Apps</a></li>
<li class="dropdown"><a class="dropdown-toggle" href="developers.html">Developers</a>
<ul class="dropdown-menu" role="menu">
<li><a href="developers.html" >Homepage</a>
</li>
<li><a href="apps-beta.html" >Beta Apps</a>
</li>
<li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Links</a>
<ul class="dropdown-menu">
<li><a href="https://github.com/dont-code" target="_blank">Github (Source)</a></li>
<li><a href="https://angular.io" target="_blank">Angular (Framework)</a></li>
<li><a href="https://nx.dev" target="_blank">Nx (workspace)</a></li>
<li><a href="https://primefaces.org/primeng" target="_blank">Prime-ng (UI Components)</a></li>
<li><a href="https://quarkus.io" target="_blank">Quarkus (Services)</a></li>
<li><a href="https://www.jetbrains.com/idea/" target="_blank">IntelliJ Idea (IDE)</a></li>
<li><a href="https://mongodb.com" target="_blank">MongoDB (Database)</a></li>
<li><a href="https://scaleway.com" target="_blank">Scaleway (Hosting)</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="main">
<section class="module">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">BETA applications</h2>
<div class="module-subtitle font-serif"></div>
</div>
</div>
<!-- div class="row">
<div class="col-sm-12">
<ul class="filter font-alt" id="filters">
<li><a class="current wow fadeInUp" href="#" data-filter="*">All</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".illustration" data-wow-delay="0.2s">Illustration</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".marketing" data-wow-delay="0.4s">Marketing</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".photography" data-wow-delay="0.6s">Photography</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".webdesign" data-wow-delay="0.6s">Web Design</a></li>
</ul>
</div>
</div -->
<ul class="works-grid works-grid-gut works-hover-w" id="works-grid">
<li class="work-item illustration webdesign"><a href="https://run.dont-code.net/preview-ui/next/?projectId=Prices%20Checker&repositoryUrl=https%3A%2F%2Ftest.dont-code.net%2Fdemo%2Frepository-next.json">
<div class="work-image"><img src="assets/images/apps/prices-check.png" alt="Enable price monitoring"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">BETA Prices Checker</h3>
<div class="work-descr">Enable price monitoring of any products across many online shops.</div>
</div></a>
</li>
<li class="work-item illustration webdesign"><a href="https://run.dont-code.net/preview-ui/next/?projectId=BBQ%20Sauce%20tasting&repositoryUrl=https%3A%2F%2Ftest.dont-code.net%2Fdemo%2Frepository-next.json">
<div class="work-image"><img src="assets/images/apps/bbq-sauce-logo.jpg" alt="BBQ Sauces"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">BETA Tastings of BBQ Sauces</h3>
<div class="work-descr">Witness comments on various BBQ Sauces.</div>
</div></a></li>
<li class="work-item illustration webdesign"><a href="https://run.dont-code.net/preview-ui/next/?projectId=Coffee%20Beans%20Evaluation&repositoryUrl=https%3A%2F%2Ftest.dont-code.net%2Fdemo%2Frepository-next.json">
<div class="work-image"><img src="assets/images/apps/coffee-beans.jpg" alt="Coffee Bean Evaluation"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">BETA Coffee Bean Evaluation</h3>
<div class="work-descr">Evaluates different Coffee Beans Brands.</div>
</div></a></li>
<li class="work-item marketing photography"><a href="https://run.dont-code.net/preview-ui/next/?projectId=Task%20Manager%20Demo&repositoryUrl=https%3A%2F%2Ftest.dont-code.net%2Fdemo%2Frepository-next.json">
<div class="work-image"><img src="assets/images/apps/task-manager-app.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">BETA Task Manager application</h3>
<div class="work-descr"><a href="https://www.vecteezy.com/free-vector/vector">Vector Vectors by Vecteezy</a></div>
</div></a></li>
<li class="work-item illustration photography"><a href="https://run.dont-code.net/preview-ui/next/?projectId=Recipe%20Collection%20Demo&repositoryUrl=https%3A%2F%2Ftest.dont-code.net%2Fdemo%2Frepository-next.json">
<div class="work-image"><img src="assets/images/apps/desktop-background-cooking.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">BETA Recipe Collection</h3>
<div class="work-descr">Illustration</div>
</div></a></li>
</ul>
</div>
</section>
<hr class="divider-d">
<footer class="footer bg-footer">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p class="copyright font-alt">© 2021 <a href="index.html">Dont-code</a>, All Rights Reserved.</p>
</div>
<div class="col-sm-6">
<div class="footer-social-links">Based on the <a href="https://themewagon.com/themes/titan/"><img src="assets/images/favicons/titan-logo.png" style="vertical-align: top;" />itan template. Great stuff guys, you rock!</a>
</div>
</div>
</div>
</div>
</footer>
</div>
<div class="scroll-up"><a href="#totop"><i class="fa fa-angle-double-up"></i></a></div>
</main>
<!--
JavaScripts
=============================================
-->
<script src="assets/lib/jquery/dist/jquery.js"></script>
<script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/lib/wow/dist/wow.js"></script>
<script src="assets/lib/jquery.mb.ytplayer/dist/jquery.mb.YTPlayer.js"></script>
<script src="assets/lib/isotope/dist/isotope.pkgd.js"></script>
<script src="assets/lib/imagesloaded/imagesloaded.pkgd.js"></script>
<script src="assets/lib/flexslider/jquery.flexslider.js"></script>
<script src="assets/lib/owl.carousel/dist/owl.carousel.min.js"></script>
<script src="assets/lib/smoothscroll.js"></script>
<script src="assets/lib/magnific-popup/dist/jquery.magnific-popup.js"></script>
<script src="assets/lib/simple-text-rotator/jquery.simple-text-rotator.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>