-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
264 lines (254 loc) · 12.7 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
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
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=IBM+Plex+Mono&family=IBM+Plex+Sans+JP&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<title>Showroom</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
</head>
<body>
<nav id="side-nav">
<ul>
<li><a href="#section1">About Me</a></li>
<li><a href="#section2">Resume</a></li>
<li><a href="#section3">Portfolio</a></li>
<li><a href="#section4">Interests</a></li>
<li><a href="#section5">Contact Me</a></li>
</ul>
<div class="copyright">
© 2024 José Felisberto
</div>
</nav>
<main>
<section id="section1">
<div class="about-container">
<div class="about-content">
<h2 class="about-subtitle fade-in">Hi,</h2>
<h1 class="about-title fade-in">I'm <span class="highlight">José</span></h1>
<p class="about-description">My name is José Felisberto and I'm <span class="highlight">21</span> years old. I'm from <span class="highlight">Viseu, Portugal</span> and I just finished my Bachelors on <span class="highlight">Informatics and Computation Engineering</span> at the Faculty of Engineering, University of Porto. This is my personal portfolio, to showcase my academic path, skills, personal projects and overall interests.</p>
</div>
<div class="about-image-container">
<img src="assets/pfp.jpeg" alt="José" class="about-image">
</div>
</div>
</section>
<div class="container" id="section2">
<h1>Resume</h1>
<section class="timeline">
<div class="timeline-line">
<span class="timeline-innerline"></span>
</div>
<ul>
<li>
<span class="timeline-point"></span>
<span class="date">2011</span>
<div class="content">
<h2>Started Elementary Studies</h2>
<p>@ <a href="https://www.colegiodaviasacra.pt/" target="_blank" class="hidden-link">Colégio da Via Sacra</a></p>
</div>
</li>
<li>
<span class="timeline-point"></span>
<span class="date">2018</span>
<div class="content">
<h2>Graduated Elementary Studies</h2>
<p>@ <a href="https://www.colegiodaviasacra.pt/" target="_blank" class="hidden-link">Colégio da Via Sacra</a></p>
</div>
<div class="content">
<h2>Started High School</h2>
<p>@ <a href="https://www.esam.pt/" target="_blank" class="hidden-link">Escola Secundária Alves Martins</a></p>
</div>
</li>
<li>
<span class="timeline-point"></span>
<span class="date">2021</span>
<div class="content">
<h2>Graduated High School</h2>
<p>@ <a href="https://www.esam.pt/" target="_blank" class="hidden-link">Escola Secundária Alves Martins</a></p>
</div>
<div class="content">
<h2>Admitted in College BSc Studies</h2>
<p>Informatics & Computation Engineering, @ <a href="https://www.up.pt/portal/pt/feup/" target="_blank" class="hidden-link">FEUP</a></p>
</div>
</li>
<li>
<span class="timeline-point"></span>
<span class="date">2024</span>
<div class="content">
<h2>Curricular Internship on Mobile App Development</h2>
<p>@ <a href="https://www.loba.com/en" target="_blank" class="hidden-link">LOBA</a></p>
</div>
<div class="content">
<h2>Graduated College BSc Studies</h2>
<p>Informatics & Computation Engineering, @ <a href="https://www.up.pt/portal/pt/feup/" target="_blank" class="hidden-link">FEUP</a></p>
</div>
</li>
</ul>
<a href="docs/josefelisberto_ago24cv.pdf" download="josefelisberto_jul24_cv.pdf" class="download-button"> <i class="fas fa-file-pdf"></i> Download CV</a>
</section>
</div>
<div class="container" id="section3">
<div class="scroll_container">
<div class="sticky_wrap">
<h1>Portfolio</h1>
<div class="horizontal_scroll">
<!-- Project Card 1 -->
<div class="scroll_contents project-card">
<img src="assets/image1.jpg" alt="Project Image 1" class="card-image" id="image1">
<div class="card-text">
<div class="card-content">
<h2 class="card-title">IssueIt</h2>
<p class="card-description">Mobile app developed in the context of a curricular internship for Projeto Integrador @ <a href="https://www.up.pt/portal/pt/feup/" target="_blank" class="hidden-link">FEUP</a>.</p>
</div>
<div class="card-footer">
<div class="project-tag">
<span class="dot" style="background-color: #0277BD;"></span>
<span class="language">Flutter</span>
</div>
<a href="https://github.com/jmffelisberto/IssueIt" target="_blank" class="card-button">
View More <i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Project Card 2 -->
<div class="scroll_contents project-card">
<img src="assets/image2.jpg" alt="Project Image 1" class="card-image" id="image2">
<div class="card-text">
<div class="card-content">
<h2 class="card-title">AirTransport</h2>
<p class="card-description">Remake of Data Structures & Algorithms Project, 2022/23 @ <a href="https://www.up.pt/portal/pt/feup/" target="_blank" class="hidden-link">FEUP</a>.</p>
</div>
<div class="card-footer">
<div class="project-tag">
<span class="dot" style="background-color: #ff4d40;"></span>
<span class="language">C++</span>
</div>
<a href="https://github.com/jmffelisberto/AirTransport" target="_blank" class="card-button">
View More <i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Project Card 3 -->
<div class="scroll_contents project-card">
<img src="assets/image3.png" alt="Project Image 1" class="card-image" id="image3">
<div class="card-text">
<div class="card-content">
<h2 class="card-title">Pacxon</h2>
<p class="card-description">Arcade game developed in the scope of Software Design & Test Labs, 2023/24 @ <a href="https://www.up.pt/portal/pt/feup/" target="_blank" class="hidden-link">FEUP</a>.</p>
</div>
<div class="card-footer">
<div class="project-tag">
<span class="dot" style="background-color: #6d360a;"></span>
<span class="language">Java</span>
</div>
<a href="https://github.com/jmffelisberto/Pacxon" target="_blank" class="card-button">
View More <i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Project Card 4 -->
<div class="scroll_contents project-card">
<img src="assets/image4.jpg" alt="Project Image 1" class="card-image" id="image4">
<div class="card-text">
<div class="card-content">
<h2 class="card-title">Showroom</h2>
<p class="card-description">Personal web portfolio to showcase academic path, skills and interests.</p>
</div>
<div class="card-footer">
<div class="project-tag">
<span class="dot" style="background-color: #ff7300;"></span>
<span class="language">HTML</span>
</div>
<div class="project-tag">
<span class="dot" style="background-color: #7700ff;"></span>
<span class="language">CSS</span>
</div>
<div class="project-tag">
<span class="dot" style="background-color: #ffd000;"></span>
<span class="language">JavaScript</span>
</div>
<a href="https://github.com/jmffelisberto/Showroom" target="_blank" class="card-button">
View More <i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="section4">
<div class="container">
<h1>Interests</h1>
<div class="interest-cards">
<div class="interest-card" id="interest1">
<div class="card-overlay">
<p class="interest-description">Overall, I'm just trying to keep <span class="highlight">all doors open</span>, as I'm still not sure in what area I should focus on. For now, the goal is to <span class="highlight">take a Masters</span> to continue in this environment while <span class="highlight">discovering</span> what suits me the best.</p>
</div>
</div>
<div class="interest-card" id="interest2">
<div class="card-overlay">
<p class="interest-description">However, I'm really keen on exploring the field of <span class="highlight">automation</span>, specially where it intersects with informatics. <span class="highlight">Infotainment system</span> development and <span class="highlight">autonomous driving</span> are two subjects I would like to know more about in the future.</p>
</div>
</div>
<div class="interest-card clickable-card" id="interest3">
<a href="https://www.zerozero.pt/jogador/jose-felisberto/1265184" target="_blank">
<div class="card-overlay">
<p class="interest-description">I also play <span class="highlight">football</span> since the age of 7, so feel free to keep up with my journey by clicking here.</p>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="section5" class="contact-section">
<div class="container">
<h1>Contact Me</h1>
<div class="contact-info">
<div class="contact-item">
<a href="#" class="contact-link" onclick="copyToClipboard('jm.ffelisberto@gmail.com', event)">
<i class="fas fa-envelope contact-icon"></i>
<p>jm.ffelisberto@gmail.com</p>
</a>
</div>
<div class="contact-item">
<a href="https://github.com/jmffelisberto" target="_blank" class="contact-link">
<i class="fab fa-github contact-icon"></i>
<p>jmffelisberto</p>
</a>
</div>
<div class="contact-item">
<a href="https://instagram.com/jm.ffelisberto" target="_blank" class="contact-link">
<i class="fab fa-instagram contact-icon"></i>
<p>jm.ffelisberto</p>
</a>
</div>
<div class="contact-item">
<a href="https://www.linkedin.com/in/jose-felisberto7" target="_blank" class="contact-link">
<i class="fab fa-linkedin contact-icon"></i>
<p>jm.ffelisberto</p>
</a>
</div>
</div>
</div>
<!-- Popup Notification -->
<div class="popup" id="clipboardPopup">
<i class="fas fa-clipboard-check"></i>
<span>Copied to clipboard!</span>
</div>
</section>
</main>
<script src="js/scripts.js"></script>
</body>
</html>