-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.njk
84 lines (82 loc) · 3.12 KB
/
about.njk
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
---
layout: base.njk
title: About
stylesheetPath: "/style/roadmap.css"
---
<h1>FAQ</h1>
<section>
<h2> What Immerse does</h2>
<h3> Tomorrows game developers</h3>
<p>
Immerse aims to help you become a better developer through video games. Together we will learn how to work in teams.
</p>
</section>
<section>
<h2>Who Immerse is for</h2>
<h3> Soon to be developers </h3>
<hr>
<p>
You don't need any knowledge from before to be a part of Immerse, just an interest in learning to make games.
By joining Immerse you will gain knowledge in Object Oriented Programming (OOP), which might come in handy for those studying informatics related studies.
</p>
</section>
<section>
<h2>What Immerse offers</h2>
<h3>What you can expect from enrolling at immerse</h3>
<p>
Through the course of a semester with Immerse you will create a small game by yourself, make a slightly bigger game with others in Immerse and learn how to make games in teams. You will eat a lot of pizza.
</p>
</section>
<div class="roadmap">
<ul id="roadmap-list">
<li id="first-semester">
<section class="roadmap-content">
<h2>First semester</h2>
<h3>Noob</h3>
<p>
In your first semester you will acquire the skills to start making games. You will learn about the Unity game engine, the C# programming language and how to work as a team using github.
You will also create some smaller games.
</p>
<div>
<hr>
<img src="/img/Trainee_meme.JPG" alt="Trainee developer meme">
</div>
</section>
</li>
<li id="second-semester">
<section class="roadmap-content">
<h2>Second semester</h2>
<h3>Junior developer</h3>
<p>
Starting your second semester you become a junior developer and will work on a larger game with some supervision.
You will also help members in their first semester.
</p>
<div>
<hr>
<img src="/img/Junior_meme.jpg" alt="Junior developer meme">
</div>
</section>
</li>
<li id="third-semester">
<section class="roadmap-content">
<h2>Third semester</h2>
<h3>Senior developer</h3>
<p>
When you no longer need supervision you will become a senior,
aka someone who supervises junior developers.
</p>
<div>
<hr>
<img src="/img/Senior_meme.JPG" alt="Senior developer meme">
</div>
</section>
</li>
</ul>
</div>
<section>
<h2>How you can enroll at Immerse</h2>
<p>
We take in new members every semester. You don't need any knowledge of programming or games to join, just an interest in game development!
go <a href='/apply/'>here</a> to apply today!
</p>
</section>