-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
137 lines (125 loc) · 5.48 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tau Bytes - Stories about CERN</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 fullscreen style1 orient-left content-align-left image-position-right">
<div class="content">
<h1><a href="./">Tau Bytes</a></h1>
<p class="major">
Welcome to Tau Bytes - a platform which helps students apply to CERN!
I am so excited to share this with you because I
really think you might find it useful and/or inspiring. It's
full of articles about CERN internship applications, careers
outside academia, and amazing, inspiring scientist that do more than
just incredible research at CERN. If you're wondering what this is
all about, you can read more in the <a href="./introduction.html">introduction</a>. Otherwise, feel free to
explore the four sections. Enjoy!
</p>
<ul class="actions">
<li><a class="button big" href="./cern.html">CERN</a></li>
<li><a class="button big" href="./careers.html">Careers</a></li>
<li><a class="button big" href="./people.html">People</a></li>
<li><a class="button big" href="./culture.html">Culture</a></li>
</ul>
<p>
Some people expressed their love for Tau Bytes in <a href="testimonials.html">Testimonials</a>. Make sure to check them
out!
</p>
</div>
<div class="image">
<img src="images/diamond.jpg" alt />
</div>
</section>
<section class="spotlight style5 orient-left content-align-left image-position-center">
<div class="content">
<h2><a href="./cern.html">CERN</a></h2>
<p class="major">
Here, you will find information on the application process for the
summer student program at CERN, some advice and tips on writing a
motivation letter, and what to do once you are accepted to CERN.
</p>
<ul class="actions">
<li><a href="./cern.html" class="button primary">Learn more</a></li>
</ul>
</div>
<div class="image">
<img src="images/cern.jpg" alt />
</div>
</section>
<section class="spotlight style2 orient-left content-align-left image-position-center">
<div class="content">
<h2><a href="./careers.html">Careers</a></h2>
<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.
</p>
<ul class="actions">
<li><a href="./careers.html" class="button primary">Learn more</a></li>
</ul>
</div>
<div class="image">
<img src="images/career.jpg" alt />
</div>
</section>
<section class="spotlight style5 orient-left content-align-left image-position-center">
<div class="content">
<h2><a href="./people.html">People</a></h2>
<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. Here, you can find stories
and interviews that shed a light on those amazing people.
</p>
<ul class="actions">
<li><a href="./people.html" class="button primary">Learn more</a></li>
</ul>
</div>
<div class="image">
<img src="images/people.jpg" alt />
</div>
</section>
<section class="spotlight style2 orient-left content-align-left image-position-center">
<div class="content">
<h2><a href="./culture.html">Culture</a></h2>
<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>
<ul class="actions">
<li><a href="./culture.html" class="button primary">Learn more</a></li>
</ul>
</div>
<div class="image">
<img src="images/culture.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:[email protected]" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© 2021 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>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-129691176-1');
</script>
</body>
</html>