-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1 class="name">Alexandra Turian</h1>
<label for="theme-switch" class="switch">
<input id="theme-switch" type="checkbox">
<span class="slider round"></span>
</label>
</div>
<section>
<h2 class="section-header">Education</h2>
<ul class="section-content">
<li>
<span>Babes-Bolyai University, Faculty of Mathematics and Computer Science </span>
<div><em>Software Engineering Master, 2017-2019</em></div>
</li>
<li>
<span>Babes-Bolyai University, Faculty of Mathematics and Computer Science </span>
<div><em>Computer Science, 2014-2017</em></div>
</li>
</ul>
</section>
<section>
<h2 class="section-header">Work experience</h2>
<ul class="section-content">
<li>Endava, Cluj-Napoca</li>
<li>World Bank, Washington DC</li>
<li>Yonder, Cluj-Napoca</li>
</ul>
</section>
<script type="module" src="script.js"></script>
</body>
</html>