-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (65 loc) · 3.91 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
---
title: Sigma IT Consulting
pageUrl: https://sigmaitc.github.io/
---
<!doctype html>
<html class="document no-js" lang="en">
{% include head.html title=page.title pageUrl=page.pageUrl %}
<body class="page">
{% include header.html %}
{% include primary-navigation.html %}
<main id="main-content" class="page-body" role="main">
<section class="page-section">
<h1 class="heading heading--xl">Open Source by Sigma</h1>
<h2 class="heading heading--l">Road Map & Learning Resources</h2>
<p class="preamble">Sharing is caring. Here we highlight what we at Sigma think is important to know about.</p>
<p>Start learning front end the Sigma way at <a class="link" href="front-end-by-sigma">Front End By Sigma</a></p>
<p>Start learning Java the Sigma way at <a class="link" href="java-by-sigma">Java By Sigma</a></p>
<p>Start learning .NET the Sigma way at <a class="link" href="net-by-sigma">.Net By Sigma</a></p>
<p>Start learning RnD the Sigma way at <a class="link" href="rnd-by-sigma">RnD By Sigma</a></p>
<p>Start learning QT the Sigma way at <a class="link" href="qt-by-sigma">QT By Sigma</a></p>
<p>Start learning IAM the Sigma way at <a class="link" href="iam-by-sigma">IAM By Sigma</a></p>
</section>
<section class="page-section">
<h2 class="heading heading--l">Competence By Sigma</h2>
<p class="preamble">We are currently trying out different approaches to developing our skills and we aim to share as much as possible.</p>
<h3 class="heading heading--m">Competence By Java</h3>
<p>
Our Java group in Gothenburg is currently doing a mob programming inspired workshop series.
We have a concept where we work with a Spring Boot microservice and for each session we have a main topic (e.g. persistence, security, etc.)
which we incorporate in the microservice. You can find and follow the project here <a href="https://github.com/SigmaITC/competencebyjava-microservice-springboot">Sigma ITC CompetenceByJava - Spring Boot Microservice </a>.
</p>
</section>
<section class="page-section">
<h2 class="heading heading--l">Sigma Smart Developer Society</h2>
<p class="preamble">We host our own developer focused events that are open for everyone.</p>
<p>You can find more information and join the events on our <a class="link" href="https://www.meetup.com/SSDS-Gothenburg">Meetup</a>.</p>
</section>
<section class="page-section">
<h2 class="heading heading--l">Sigma-podden</h2>
<p class="preamble">Our own podcast focusing on anything from tech to management.</p>
<p>You can find it on Soundcloud <a class="link" href="https://soundcloud.com/sigma-podden">Sigma-podden</a>.</p>
</section>
<section class="page-section">
<p>
<img src="images/pwa-wide.svg" alt="PWA Compliant" width="80" style="vertical-align: middle;" />
This site is a progressive web app. You can save it to your home screen and view it offline.
</p>
</section>
</main>
{% include footer.html %}
<script>
if ('serviceWorker' in navigator) {
console.log("Will the service worker register?");
navigator.serviceWorker.register('sw.js')
.then(function(reg){
console.log("Yes, it did.");
})
.catch(function(err) {
console.log("No it didn't. This happened: ", err)
});
}
</script>
<script type="text/javascript" src="assets/app.js" defer></script>
</body>
</html>