-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (193 loc) · 10.2 KB
/
index.html
File metadata and controls
201 lines (193 loc) · 10.2 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
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lucas Nascimento - Software Engineer and Web Designer</title>
<meta name="description" content="Lucas Nascimento is a Software Engineer and Web Designer from Brazil. This portfolio/interactive resume presents previous and ongoing projects, professional experience, education, his aspirations as a developer, and much more."/>
<meta name="keywords" content="Developer, Programmer, Software Engineering, Software Engineer, Resume, Professional"/>
<meta name="author" content="Lucas Nascimento"/>
<link href="assets/images/logo.png" rel="icon" type="image/png"/>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Lucas Nascimento - Software Engineer and Web Designer" />
<meta property="og:description" content="Lucas Nascimento is a Software Engineer and Web Designer from Brazil. This portfolio/interactive resume presents previous and ongoing projects, professional experience, education, his aspirations as a developer, and much more." />
<meta property="og:url" content="https://lluc.dev/" />
<meta property="og:site_name" content="Lucas Nascimento" />
<meta property="article:publisher" content="https://lluc.dev/" />
<meta property="og:image" content="assets/images/logo.png" />
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<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=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/styles/config.css">
<link rel="stylesheet" href="assets/styles/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css" integrity="sha512-DxV+EoADOkOygM4IR9yXP8Sb2qwgidEmeqAEmDKIOfPRQZOWbXCzLC6vjbZyy0vPisbH2SyW27+ddLVCN+OMzQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<main x-data="headerHandler" x-init="init">
<header :class="{'fixed-header': isFixed}">
<img src="assets/images/logo.png" draggable="false" alt="Logo" class="pointer logo">
<img src="assets/images/menu.png" draggable="false" alt="Menu" class="pointer menu closed" @click="menuOpen = true">
<div class="menu-links">
<a href="work.html">Experience</a>
</div>
</header>
<header style="display:none" x-show="menuOpen" class="fixed-menu">
<div class="inverted-header">
<img src="assets/images/logo.png" draggable="false" alt="Logo" class="pointer logo" @click="menuOpen = false">
<img src="assets/images/xmark.png" draggable="false" alt="Menu" class="pointer menu" @click="menuOpen = false">
</div>
<a href="index.html" class="menu-link">
Index
</a>
<div class="menu-hl"></div>
<a href="work.html" class="menu-link">
Experience
</a>
<a href="https://www.linkedin.com/in/llucmou/" target="_blank" class="button-menu">
<i class="fa-brands fa-linkedin"></i>
LinkedIn
</a>
</header>
<section class="welcome" :style="isFixed ? 'margin-top: 100px;' : undefined">
Hi! I'm Lucas Nascimento, Software Engineer & Web Designer working at RoboCup Brasil.
</section>
<section class="skills">
<div class="editor">
<input type="text" value="" maxlength="4" class="pointer" id="bullet-points"/>
<div class="list-outer">
<h3>Skills</h3>
<div class="list">
<div>
<i class="fa-solid fa-code"></i>
C#
</div>
<div>
<i class="fa-brands fa-js"></i>
JavaScript / TypeScript
</div>
<div>
<i class="fa-brands fa-linux"></i>
Linux
</div>
<div>
<i class="fa-brands fa-figma"></i>
UI Design
</div>
<div>
<i class="fa-solid fa-code"></i>
CSS
</div>
<div>
<i class="fa-brands fa-unity"></i>
Unity
</div>
<div>
<i class="fa-solid fa-code"></i>
C / C++
</div>
<div>
<i class="fa-brands fa-git-alt"></i>
Git
</div>
<div>
<i class="fa-solid fa-circle-nodes"></i>
MVC
</div>
<div>
<i class="fa-brands fa-laravel"></i>
Laravel
</div>
<div>
<i class="fa-solid fa-robot"></i>
Educational Robotics
</div>
<div>
<i class="fa-solid fa-paintbrush"></i>
Photoshop
</div>
<div>
<i class="fa-solid fa-film"></i>
Video Editing
</div>
<div>
<i class="fa-solid fa-diagram-project"></i>
Diagramming
</div>
<div>
<i class="fa-solid fa-puzzle-piece"></i>
Leadership & Teamwork
</div>
<div>
<i class="fa-solid fa-comments"></i>
Communication
</div>
</div>
</div>
</div>
<div class="about">
Software Engineer and Web Designer with 7 years of experience striving to create great software for society. Tech enthusiast, communicator, and passionate learner with knowledge in Web and Game development, UI/UX design, and Educational Robotics.
</div>
</section>
<section class="contact">
<h3>Find me on</h3>
<div class="contact-info">
<a class="email" href="mailto:llucmou@gmail.com">llucmou@gmail.com</a>
<div class="buttons">
<a href="https://www.linkedin.com/in/llucmou/" target="_blank" class="button">
<i class="fa-brands fa-linkedin"></i>
LinkedIn
</a>
<a href="https://github.com/lluckymou" target="_blank" class="button desktop-only">
<i class="fa-brands fa-github"></i>
Github
</a>
<a href="assets/documents/Lucas Nascimento - SWE.pdf" target="_blank" class="button">
Download Résumé
</a>
</div>
</div>
</section>
</main>
<footer>
2025 by Lucas Nascimento
</footer>
<script src="assets/scripts/cursor.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/js/all.min.js" integrity="sha512-gBYquPLlR76UWqCwD06/xwal4so02RjIR0oyG1TIhSGwmBTRrIkQbaPehPF8iwuY9jFikDHMGEelt0DtY7jtvQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
document.addEventListener('alpine:init', () => {
Alpine.data('headerHandler', () => ({
isFixed: false,
menuOpen: false,
init() {
window.addEventListener('scroll', () => {
this.isFixed = window.scrollY > 100;
});
}
}));
});
document.addEventListener('DOMContentLoaded', () => {
const bulletPointsInput = document.getElementById('bullet-points');
const updateBullets = () => {
const length = bulletPointsInput.value.length;
if (length < 4) {
bulletPointsInput.value += '■';
}
};
bulletPointsInput.value = '';
const interval = setInterval(() => {
if (bulletPointsInput.value.length < 2) {
bulletPointsInput.value += '■';
} else {
clearInterval(interval);
}
}, 1000);
bulletPointsInput.addEventListener('input', () => {
const length = bulletPointsInput.value.length;
bulletPointsInput.value = '■'.repeat(Math.min(length, 4));
});
});
</script>
</body>
</html>