-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (81 loc) · 4.03 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Drioca team by drioca</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82280122-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1>Drioca team</h1>
<p></p>
<p class="view"><a href="https://github.com/drioca">View GitHub Profile</a></p>
</header>
<section>
<p><em>Drioca is an international team focusing on reference software development projects.<br>
Our projects offer opportunity for developers to develop and demonstrate their skills in an online team.</em></p>
<h2>
<a id="drioca-projects" class="anchor" href="#drioca-projects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Drioca projects</h2>
<p>The projects are based on the following:</p>
<ul>
<li>special base (or even business) logic to represent customers' requirements,</li>
<li>online presentation of the products,</li>
<li>public source codes,</li>
<li>functionalities are planned for demonstration (reference) purposes.</li>
</ul>
<p>In 2016 we focus on beginner and junior level development tasks based on Java.
Team members are supported also with coaching.
New team members and professional mentors are welcome.</p>
<h2>
<a id="current-projects" class="anchor" href="#current-projects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Current projects:</h2>
<ul>
<li>
<p><a href="https://drioca-demo1.herokuapp.com/">Draft</a> </p>
<ul>
<li>makes team members familiar with the development environment for teamwork (Java, JSF, github.com, heroku.com, RDB: PostgreSQL), </li>
<li>is to develop basic functions usable in other projects,</li>
<li>offers entry level independent development tasks for new team members.<br>
The project was launched and is in the initial phase.<br>
Application: <a href="https://drioca-demo1.herokuapp.com/">https://drioca-demo1.herokuapp.com/</a><br>
Source code: <a href="https://github.com/drioca/demo1">https://github.com/drioca/demo1</a>
</li>
</ul>
</li>
<li>
<p><a href="https://drioca-trainer.herokuapp.com/">Trainer-1</a> </p>
<ul>
<li>base task is to develop a software for long distance runners to plan and store their training sessions and results.</li>
<li>the solution is based on online data registration (JSF), data management and reporting (Java, SQL) with database stored data.</li>
<li>further technologies used: PrimeFaces, Apache Shiro.</li>
<li>the application will continuously be developed from simple data registration to authenticated multidimensional planning and reporting software with special services.<br>
The project started in August 2016.<br>
Application: <a href="https://drioca-trainer.herokuapp.com/">https://drioca-trainer.herokuapp.com/</a><br>
Source code: <a href="https://github.com/drioca/trainer1">https://github.com/drioca/trainer1</a></li>
</ul>
</li>
</ul>
<p>The program is founded and co-ordinated by <a href="https://pbesze.github.io">Peter Besze</a> (<a href="mailto:[email protected]">[email protected]</a>)</p>
<p>We use also <a href="www.hostedredmine.com">Hosted Redmine</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>