-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexEN.html
260 lines (250 loc) · 13.2 KB
/
indexEN.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, follow">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gabarito:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="icon" href="/assets/img/memojiIcon.png">
<link rel="canonical" href="https://tiimjcb.me/index.html">
<script src="https://unpkg.com/scrollreveal"></script>
<title>Tim's Portfolio</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CN3T71Y1KY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CN3T71Y1KY');
</script>
</head>
<body>
<header>
<nav class="bigScreen">
<a href="#hello">
<img src="assets/img/memoji.png" alt="Memoji behind a computer">
</a>
<a href="#presentation">Presentation</a>
<a href="#competences">Skills</a>
<a href="#projets">Projects</a>
<a href="#contact">Contact</a>
</nav>
<div class="header-right bigScreen">
<a class="langSwitch" href="index.html">Passer en version française</a>
<button onclick="window.open('https://github.com/tiimjcb', '_blank')" class="btn-icon">
<img src="assets/icons/github-mark-white.svg" alt="GitHub">
</button>
<button onclick="window.open('https://www.linkedin.com/in/tiimjcb', '_blank')" class="btn-icon">
<img src="assets/icons/linkedin.svg" alt="LinkedIn">
</button>
<button onclick="window.open('assets/files/cv.pdf', '_blank')" class="btn-orange">Download my resume</button>
</div>
<div class="header-left smallScreen">
<a href="#hello">Tim's Portfolio</a>
</div>
<nav class="smallScreen">
<button id="menu-toggle" class="hamburger hamburger--squeeze" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<!-- Menu Overlay (fenêtre pop-up) -->
<div id="overlay-menu" class="overlay-menu">
<div class="overlay-content">
<!-- Liens de navigation -->
<a href="#presentation">Presentation</a>
<hr>
<a href="#competences">Skills</a>
<hr>
<a href="#projets">Projects</a>
<hr>
<a href="#contact">Contact</a>
<div class="menu-grid">
<button onclick="window.open('https://github.com/tiimjcb', '_blank')" class="btn-icon github-btn">
<img src="assets/icons/github-mark-white.svg" alt="GitHub">
</button>
<button onclick="window.open('https://www.linkedin.com/in/tiimjcb', '_blank')" class="btn-icon linkedin-btn">
<img src="assets/icons/linkedin.svg" alt="LinkedIn">
</button>
<button onclick="window.location.href='assets/files/cv.pdf'" class="btn-orange">Download my resume</button>
</div>
<a class="langSwitch" href="index.html">Passer en version française</a>
</div>
</div>
</nav>
</header>
<main>
<div id="home">
<div id="homeImage" class="revealT">
<img src="assets/img/memoji.png" alt="Memoji de Tim">
</div>
<div id="homeText" class="revealRwD">
<h1 id="hello">Hey !</h1>
<h2 class="bigScreen">> My name is Tim !</h2>
<h2 class="smallScreen">My name is Tim!</h2>
<p>
As a passionate computer science student, I explore the vast world of development in search of new knowledge and skills.
</div>
</div>
<section id="presentation">
<div class="sectionHeader">
<h2 class="revealT">Presentation</h2>
<hr>
</div>
<div class="sectionContent">
<h3 class="revealL bigScreen">> Global informations</h3>
<h3 class="revealL smallScreen">Global informations</h3>
<p class="revealLwD">
My name is <b>Timothé Jacob</b>, I am <span id="age"></span> years old, and I live around <b>Grenoble</b>, in <b>France</b>.
<br>
I’m currently in my second year of a Bachelor’s Degree in Computer Science, at the IUT 2 of Grenoble, in the <b>"Application Development"</b> track.
</p>
<h3 class="revealL bigScreen">> My Passion for Computer Science</h3>
<h3 class="revealL smallScreen">My Passion for Computer Science</h3>
<p class="revealLwD">
From a young age, I have been immersed in the wonderful world of computer science, thanks to my father who worked in this field and passed on this <b>passion</b> to me.
I quickly developed a strong interest in computer science, in technology in general, and in the <b>Apple</b> ecosystem in particular.
<br><br>
I discovered a big interest in programming during middle school, starting with very basic languages like Scratch, and then moving on to more complex ones, such as <b>Python</b>.
<br><br>
Since then, my enthusiasm for programming has continued to grow, and I decided to pursue computer science studies to turn this passion into my career.
</p>
<h3 class="revealL bigScreen">> Interests</h3>
<h3 class="revealL smallScreen">Interests</h3>
<ul class="revealLwD noMarginBottom">
<li class="revealLwD">👾 - Video Games</li>
<li class="revealLwD">✈️ - Traveling</li>
<li class="revealLwD">💻 - Technology</li>
<li class="revealLwD">🍎 - Apple Ecosystem</li>
<li class="revealLwD">🏠 - Home Automation</li>
</ul>
<br>
<h3 class="revealL bigScreen">> Education</h3>
<h3 class="revealL smallScreen">Education</h3>
<div class="formationContainer">
<div class="iconOnLeft revealB">
<img src="assets/icons/graduationcap.png" alt="Graduation Cap Icon">
<div class="text">
<h4>Bachelor in Computer Science</h4>
<p>Application Development Track</p>
<p>Université Grenoble Alpes - IUT2</p>
<p>2023 - 2026</p>
</div>
</div>
<div class="iconOnLeft revealB">
<img src="assets/icons/school.png" alt="School Icon">
<div class="text">
<h4>General High School Diploma</h4>
<p>Specializations in Mathematics / Computer Science</p>
<p>Vaucanson High School - Grenoble</p>
<p>2020 - 2023</p>
</div>
</div>
</div>
</div>
</section>
<section id="competences">
<div class="sectionHeader">
<h2>Skills</h2>
<hr>
</div>
<div class="sectionContent">
<h3 class="revealL bigScreen">> My General Skills</h3>
<h3 class="revealL smallScreen">My General Skills</h3>
<p class="revealLwD">
My skills are diverse, spanning both computer science and general areas, forming a solid foundation for my professional aspirations.
<br>
I have acquired these skills through my education, but also on my own, driven by curiosity.
</p>
<ul>
<li class="revealLwD">🇺🇸 - Fluent in English (and French, obviously)</li>
<li class="revealLwD">📝 - Object-Oriented Design</li>
<li class="revealLwD">📊 - Project Management</li>
<li class="revealLwD">🔧 - Setting up IT systems (Debian, Windows)</li>
<li class="revealLwD">🌐 - Basic Networking Principles</li>
<li class="revealLwD">🖼️ - User Interface Design</li>
<li class="revealLwD">🎬 - Video Editing</li>
<li class="revealLwD">👤 - User Needs Analysis</li>
<li class="revealLwD">⚙️ - Database Administration and Management</li>
</ul>
<h3 class="revealL bigScreen">> My Technical Skills</h3>
<h3 class="revealL smallScreen">My Technical Skills</h3>
<div class="splitted">
<div class="splittedLeft">
<p class="revealLwD noMarginBottom">I am proficient in the following <b>programming languages</b> and <b>tools</b>:</p>
</div>
<div class="splittedRight sortButtons revealR">
<button id="sort-a-to-z" class="btn-sort toggled">
<img src="assets/icons/aToZ.svg" alt="A to Z">
</button>
<button id="sort-z-to-a" class="btn-sort">
<img src="assets/icons/zToA.svg" alt="Z to A">
</button>
</div>
</div>
<div class="skillCardsContainer">
<!-- Cartes de compétences générées dynamiquement -->
</div>
<h3 class="revealL noMarginBottom bigScreen">> My Transferable Skills</h3>
<h3 class="revealL noMarginBottom smallScreen">My Transferable Skills</h3>
<ul class="noMarginBottom">
<li class="revealLwD">🤝 - Team Spirit and Leadership</li>
<li class="revealLwD">🧠 - Curiosity</li>
<li class="revealLwD">🗣️ - Communication</li>
<li class="revealLwD">🧩 - Adaptability</li>
</ul>
</div>
</section>
<section id="projets">
<div class="sectionHeader">
<h2>Projects</h2>
<hr>
</div>
<div class="sectionContent">
<p class="revealL">Here is a list of all my projects, click to learn more.</p>
<div id="project-cards" class="project-grid revealB">
<!-- Projets générés dynamiquement -->
</div>
</div>
</section>
<section id="contact">
<div class="sectionHeader">
<h2>Contact</h2>
<hr>
</div>
<div class="contact-content">
<div class="contact-form">
<h3 class="revealL bigScreen">> Want to contact me?</h3>
<h3 class="revealL smallScreen">Want to contact me?</h3>
<p class="revealL">Have a question? Need advice? Fill out this form and send me a message!</p>
<form id="contact-form" class="revealBwD">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="subject">Subject:</label>
<input type="text" id="subject" name="subject" required>
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
<button type="submit" class="btn-orange">Send</button>
</form>
</div>
<div class="contact-image revealR">
<img src="assets/img/memoji2.png" alt="Memoji with a light bulb above the head">
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="footer-content">
<p>© 2024 - Timothé Jacob <br>Last updated: <span id="last-updated"></span></p>
<a href="#hello" class="back-to-top">Back to top</a>
</div>
</footer>
<script src="./assets/javascript/skillCards.js"></script>
<script src="./assets/javascript/main.js"></script>
<script src="./assets/javascript/projets.js"></script>
</body>
</html>