-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (127 loc) · 4.2 KB
/
index.html
File metadata and controls
146 lines (127 loc) · 4.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="styles.css" rel="stylesheet" />
<link rel="icon" href="favicon.ico?" type="image/x-icon" />
<!-- Add Font Awesome icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Add Roboto font from Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<title>DigitKoodit - Digit ry's CV</title>
</head>
<body>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li>|</li>
<li><a href="#education">Education</a></li>
<li>|</li>
<li><a href="#experience">Experience</a></li>
<li>|</li>
<li><a href="#projects">Projects</a></li>
<li>|</li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<header class="main-header">
<hgroup>
<h1>Digit ry</h1>
<h2>Information and Communication Technology student organisation</h2>
</hgroup>
</header>
<section id="about">
<header>
<h2>About</h2>
</header>
<div>
<p>Digit ry is the Information and Communication Technology student organisation in University of Turku. Digit ry
was founded in 1999.</p>
<p>Digit Koodit is the code club of Digit ry.</p>
</div>
</section>
<section id="education">
<header>
<h2>Education</h2>
</header>
<article>
<header>
<h3>Master of Science (Technology), Information and Communication Technology</h3>
<p>2020-</p>
</header>
<p>The Master’s Degree Programme in Information and Communication Technology provides versatile and high quality
ICT education in selected fields of ICT, with an established reputation in innovative interdisciplinary and
international education. </p>
</article>
<article>
<header>
<h3>Bachelor of Science (Technology), Information and Communication Technology</h3>
<p>2017-2020</p>
</header>
<p>The Bachelor’s Degree Programme in Information and Communication Technology provides a strong background for
successfully working in an international work environment. Knowledge-intensive industry has become the largest
industry in Finland, and in the information society, knowledge has become the most important factor in
production.</p>
</article>
</section>
<section id="experience">
<header>
<h2>Experience</h2>
</header>
<article>
<header>
<h3>Webmaster at Digit ry</h3>
<p>2001-</p>
</header>
<p>Webmaster is in charge of developing Digit ry's website.</p>
</article>
<article>
<header>
<h3>SysAdmin at Digit ry</h3>
<p>1999-2019</p>
</header>
<p>SysAdmin was in charge of maintaining Digit ry's local server.</p>
</article>
</section>
<section id="projects">
<header>
<h2>Projects</h2>
</header>
<article>
<header>
<h3>Urho Matti 3.0</h3>
<p>2019</p>
</header>
<p>Digit ry updated their song book to version 3.0.</p>
</article>
<article>
<header>
<h3>Polkuauto Grand Prix - 1st place</h3>
<p>2016</p>
</header>
<p>Digit ry won TIO's Polkuauto Grand Prix at Varvintori.</p>
</article>
</section>
<section id="contact">
<header>
<h2>Contact</h2>
</header>
<div class="contact-info">
<b>Email</b>
<p>digit@utu.fi</p>
<b>Address</b>
<p>Vesilinnantie 5, Agora, 20014 Turun yliopisto</p>
</div>
<ul class="social">
<li><a href="https://www.facebook.com/digitry/"><i class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="https://www.instagram.com/digitteekkari"><i class="fa fa-instagram fa-2x"></i></a></li>
<li><a href="https://www.linkedin.com/company/digitry"><i class="fa fa-linkedin fa-2x"></i></a></li>
<li><a href="https://github.com/DigitKoodit"><i class="fa fa-github fa-2x"></i></a></li>
</ul>
</section>
<footer>
<p>Copyright 2020-2021 - Digit ry</p>
</footer>
</body>
</html>