forked from Nariel137/nariel137.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathculture.html
More file actions
84 lines (68 loc) · 3.11 KB
/
culture.html
File metadata and controls
84 lines (68 loc) · 3.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tau Bytes - culture</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>Culture</h1>
<p class="major">
One of the most beautiful things about CERN is a huge diversity in culture,
mentality and nationalities. In this section of the blog, CERN employees
are answering the same group of questions showing us that maybe we are not
that different after all.
</p>
</div>
<div class="image">
<img src="./images/culture.jpg" alt>
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./culture/2019-07-30-croatia.html">Republic of Croatia / Republika Hrvatska</a></h2>
<p><p>Toni is a Croatian scientist who recently received a Ph.D. from both University of Ecole Polytechnique (France) and University of Split (Croatia). He worked on electron reconstruction, measurements of the Higgs boson properties in the golden channel for the CMS experiment.</p>
</p>
<ul class="actions">
<li><a href="./culture/2019-07-30-croatia.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/toni.jpeg" 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>