-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (68 loc) · 3.11 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DMNollK - startpage</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="image_logo.png">
</head>
<body>
<header>
<div id="logo-and-nav">
<div id="logo-and-hamburger">
<img id="header-logo-small" src="image_logo.png" alt="DMNollK logo">
<a id="hamburger" href="javascript:void(0)">☰</a>
</div>
<nav id="header-nav">
<a href="index.html" class="active-page">Home</a>
<a href="schedule.html">Schedule</a>
<a href="events.html">Events</a>
<a href="module.html">Module</a>
<a href="studies.html">Study at Chalmers</a>
</nav>
</div>
</header>
<div id="banner-image"></div>
<main>
<section>
<h1>Welcome to Chalmers! </h1>
This webpage will provide you with useful information for new student at the following master programs:
</br>
</br>
<ul>
<li>MPALG - Algorithms, Languages and Logic        <a href="https://discord.gg/mR25mV4X4K">(MPALG Discord Channel)</a></li>
</br>
<li>MPCSN - Computer Systems and Networks        <a href="https://discord.gg/QWBaFWqnUZ">(MPCSN Discord channel)</a></li>
</br>
<li>MPHPC - High-Performance Computer Systems <a href="https://discord.gg/H7np7PmVtn">(MPHPC Discord Chanel)</a></li>
</br>
<li>MPDSC - Data Science and AI   <a href="https://discord.gg/VKTrCgJrec">(The general master Reception Discord Channel)</a> <a href="https://cthit.slack.com/">(The IT divisions slack)</a></li>
</br>
<li>All Discord links go to the same server, just different channels.
</ul>
</br>
</br>
Lots of fun events and activities will be arranged by the department of Computer Science and Engineering's own master reception committé called DMNollK.
All new students at MPALG, MPCSN and MPHPC are welcome to join our master reception.
</br>
</br>
The events can be found under the tab Events, as well as in our Calendar and in the Module.
The calendar also have sign up links for some of the events and in the future you
will be able to see when you can apply to be a part of DMnollK if that's something you would want.
The Module also includes lots of useful information about who the student guidance counsellor is and a description of some of the different committees at
the CSE division.
</br>
</br>
Make sure to join the Discord hosted by the Computer Division to meet the other students and keep track of what is happening during the reception on the master reception channel. Also make sure to join the division's facebook group where events are advertised so that you know what is going on over the year.
</br>
</br>
<a href="https://www.facebook.com/groups/2448360328510288">Link to the divisions Facebook group
</br>
</br>
</section>
</main>
<footer></footer>
<script src="webpage.js"></script>
</body>
</html>