forked from Nariel137/nariel137.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareers.html
More file actions
106 lines (85 loc) · 4.21 KB
/
careers.html
File metadata and controls
106 lines (85 loc) · 4.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tau Bytes - careers</title>
<meta name="description" content="A blog about CERN applications, people at CERN, and career opportunities outside of academia.">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/header.css">
<link rel="stylesheet" href="./css/font-awesome.min.css">
</head>
<body>
<div id="wrapper" class="divided">
<section class="banner style1">
<div class="content">
<nav>
<a href="./"><strong>Tau bytes</strong></a>
[<a href="./cern.html">CERN</a>]
[<a href="./careers.html">Careers</a>]
[<a href="./people.html">People</a>]
[<a href="./culture.html">Culture</a>]
</nav>
<h1>Careers</h1>
<p class="major">
In this section, you can learn about the careers of people who used to
work at CERN but left academia for something else. It’s quite interesting
to hear their reasons for leaving academia, the role CERN played in
getting the new job, the main differences between the jobs, and all the
ways one can apply knowledge and experiences gained in the research
environment. Personally, talking to them opened my eyes to the myriad of
career options and possibilities that are just waiting for us. Maybe
their stories will do the same for you.
</p>
</div>
<div class="image">
<img src="./images/career.jpg" alt>
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./careers/2018-11-28-lillian.html">From Higgs boson discovery to data science</a></h2>
<p><p>Growing up, Lillian never thought she would one day work on research that led to a Nobel prize. She never thought she would work on leading dark matter and antimatter experiments. She never thought she would work at CERN. Actually, she never thought she would study physics, at all.</p>
</p>
<ul class="actions">
<li><a href="./careers/2018-11-28-lillian.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/lillian1.png" alt />
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./careers/2019-01-31_przemek.html">From an office at CERN to an office everywhere</a></h2>
<p><p>Can you imagine being able to work from anywhere? I mean, anywhere! Just imagine being able to change the location of your office whenever you like, wherever you like. It almost sounds unreal to me that there are people, like Przemyslaw, who are actually doing exactly that.</p>
</p>
<ul class="actions">
<li><a href="./careers/2019-01-31_przemek.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/przemek.jpg" alt />
</div>
</section>
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://instagram.com/nariel_137" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:taubytes@gmail.com" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://facebook.com/taubytes" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
</ul>
<p>© 2019 Milena Vujanovic. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
<p> Photo/Video credit: <a href="https://www.instagram.com/its_prasad_official/?hl=en"> Indrajeet Prasad </a> and <a href="https://instagram.com/nariel_137"> Milena Vujanovic </a> <p>
</div>
</footer>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129691176-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-129691176-1');
</script>
</body>
</html>