forked from Nariel137/nariel137.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
124 lines (98 loc) · 4.84 KB
/
people.html
File metadata and controls
124 lines (98 loc) · 4.84 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tau Bytes - people</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>People</h1>
<p class="major">
There are many scientists at CERN whose brilliance and work go way beyond
their research. They are people who will leave you speechless and
inspired after just one conversation. They are people who never really
let go of that curious, artistic, adventurous child we all used to be, a
few that "keep adventuring and never grow up". And those few are
people these stories are about.
</p>
</div>
<div class="image">
<img src="./images/people.jpg" alt="A group of students at CERN working on physics problems.">
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./people/2018-11-29-thomas.html">I create worlds</a></h2>
<p><p>Thomas has always been a storyteller. Ever since he was a young boy, he has been creating stories and worlds where anything is possible. One of those worlds he shares with us in his book <a href="https://amzn.to/2PbZnkq">ManaNet</a>.</p>
</p>
<ul class="actions">
<li><a href="./people/2018-11-29-thomas.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/book.jpg" alt />
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./people/2019-01-22-philip.html">I want to become an astronaut</a></h2>
<p><p>Working at CERN is a truly wonderful experience and for many a dream come true.</p>
<p>Without a doubt, there are many advantages to being part of CERN. My personal favourites are the exciting challenges, the fact you are creating knowledge on a daily basis and brilliant people you are surrounded with.</p>
</p>
<ul class="actions">
<li><a href="./people/2019-01-22-philip.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/philip.JPG" alt />
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./people/2019-01-23-james.html">I explore the world</a></h2>
<p><p>Today James is in Bangalore, a big modern city also known as the Silicon Valley of India, and soon he will be heading to Hampi for a few days - a UNESCO world heritage site.</p>
<p>James has already visited 42 countries and his journey is continuing while having occasional meetings with CERN colleagues in different corners of the world.</p>
</p>
<ul class="actions">
<li><a href="./people/2019-01-23-james.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/james.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>