-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (57 loc) · 2.73 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport" shrink-to-fit="no">
<meta content="portfolio website for Christiaan Viviers" name="description">
<meta content="Chris Viviers https://github.com/cviviers" name="author">
<title>Chris Viviers | Researcher, Engineer & Inventor </title>
<link href="img/favicon.ico" rel="shortcut icon"/>
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;500&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap-grid.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<button onclick="dayNightToggle()">Toggle dark mode</button>
<div class="container vertical-center">
<div class="row">
<div class="center">
<h1>Hi, I'm Chris</h1>
<p class="title-desc center">Computer Vision Researcher at <a href="https://www.tue.nl/en/">TU/e</a> </p>
<p class="title-desc center">Electrical Engineering PhD</p>
<div class="col-md-8 col-sm-9 center">
<div class="row" id="social-list"></div>
</div>
</div>
<img class="center col-10 col-sm-10 col-lg-4 col-md-4" src="img/chris.jpg" style="border-radius: 50%; object-fit: cover; width: 70%;">
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="center col-10 col-sm-10 col-lg-8 col-md-8">
<h2>About Me</h2>
<p class="justify-content">I am a scientist and engineer with a passion for pushing the boundaries of technological advancement and building what has never been built before. With a diverse set of technical skills and a strong problem-solving mindset, I am uniquely equipped to develop innovative solutions that leave a lasting impact. My commitment to innovation and technology drives my continuous pursuit of learning, improvement, and collaboration.</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row spacing">
<div class="center col-10 col-sm-10 col-lg-5 col-md-5 spacing">
<a class="some-padding" href="publications.html"> Research Output</a> <a class="some-padding" href="projects.html">Selected Projects</a> <a class="some-padding" href="services.html">Services</a>
</div>
</div>
</div>
<div class="container-fluid resume-text">
<a href="resume/Christiaan_Viviers_CV.pdf">
<div class="resume-img"></div>
Resume
</a>
</div>
<script src="js/load.js" type="text/javascript"></script>
<script>
</script>
</body>
</html>