-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (41 loc) · 2.95 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
<html>
<head>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
<title>Matthieu Rudelle</title>
</head>
<body style="font-family: 'Dosis', sans-serif;">
<div class="band">
<div class="container">
<img class="img-circle img-thumbnail" src="img/matthieu-rudelle-bw.jpg">
<h1 class="name">Matthieu Rudelle</h1>
</div>
</div>
<div class="container">
<div class="descr">
<i class="fa fa-graduation-cap"></i>
<p>
After a Bachelor in Computer Science at the Swiss Federal Institute of Technology in Lausanne (EPFL), I am now at the end of a Master in <mark>Internet Computing</mark> and am looking for influential firms in order to broaden my professional experience and perform a Master Thesis Project.
<br><br>
During my bachelor I started early to work on <mark>real-life projects</mark> notably for Alpreco where I had a huge impact on their workflow by developing a powerful application in java. I allowed them to save hundreds of precious man-hours a year and made a real difference for this company.
<br><br>
Lately I was brought to work on amazing project with <mark>Google</mark> and <mark>Artmyn</mark> like the design of an interactive tutorial framework or the visualisation of several-gigabytes-big images and geomety over the internet.
<br><br>
Now I am even more eager to jump into bigger projects and, given that I grew some interest for subject not dispensed by the EPFL, I started developing projects during my free time where I can learn new technologies and apply them to ideas I come up with. I suggest you to visit my <mark><a href="projects/">project gallery</a></mark> to view some of my biggest creations.
</p>
<i class="fa fa-graduation-cap"></i>
<ul class="links">
<li class="extra"><mark><i class="fa fa-code" style="font-weight: bold"></i> <a href="projects/">Projects</a></mark></li>
<li><i class="fa fa-github-alt"></i> <a href="https://github.com/mrudelle">Github</a></li>
<li><i class="fa fa-linkedin"></i> <a href="https://www.linkedin.com/profile/view?id=242530482">Linkedin</a></li>
<li><i class="fa fa-file-text-o"></i> <a href="resume/CV_Matthieu_Rudelle.pdf">Resume</a></li>
<li><i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]?Subject=[mrudelle.com]">E-Mail</a></li>
</ul>
</div>
</body>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="analyticstracking.js"></script>
</html>