-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (209 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="/icons/favicon_io/favicon.ico" type="image/x-icon">
<!-- box icons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#" class="logo">Gustavo.<span class="animate" style="--i:1;"></span></a>
<div class="bx bx-menu" id="menu-icon"><span class="animate" style="--i:2;"></span></div>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#education">Education</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
<span class="active-nav"></span>
<span class="animate" style="--i:2;"></span>
</nav>
</header>
<!-- home section design -->
<section class="home show-animate" id="home">
<div class="home-content">
<h1>Hi, I'm <span>Gustavo Santana</span><span class="animate" style="--i:2;"></span></h1>
<div class="text-animate">
<h3>FullStack Developer</h3>
<span class="animate" style="--i:3;"></span>
</div>
<p>An ambitious Computer Science student with a passion for unraveling technological challenges and creating elegant, efficient solutions. Known for combining creativity with logic to develop innovative approaches to complex problems. Driven by a relentless curiosity and a commitment to excellence, I am eager to leverage my skills to drive meaningful, transformative change in the tech industry.
<span class="animate" style="--i:4;"></span>
</p>
<div class="btn-box">
<a href="https://www.linkedin.com/in/gustavo-santana-255077229/" class="btn">Hire Me!</a>
<a href="https://mail.google.com/mail/u/0/#inbox" class="btn">Let's Talk</a>
<span class="animate" style="--i:5;"></span>
</div>
</div>
<div class="home-sci">
<a href="https://github.com/Darkpwd"><i class='bx bxl-github'></i></a>
<a href="https://mail.google.com/mail/u/0/#inbox"><i class='bx bxl-gmail'></i></a>
<a href="https://www.linkedin.com/in/gustavo-santana-255077229/"><i class='bx bxl-linkedin'></i></a>
<span class="animate" style="--i:6;"></span>
</div>
<div class="home-imgHover"></div>
<span class="animate home-img" style="--i:7;"></span>
</section>
<!-- about section design -->
<section class="about" id="about">
<h2 class="heading">About <span>Me</span><span class="animate scroll" style="--i:1;"></span></h2>
<div class="about-img">
<img src="images/gustavo-santana.jpg" alt="">
<span class="circle-spin"></span>
<span class="animate scroll" style="--i:2;"></span>
</div>
<div class="about-content">
<h3>FullStack Developer<span class="animate scroll" style="--i:3;"></span></h3>
<p>As a Computer Science student, I am deeply passionate about backend technologies, particularly in the areas of AI, machine learning, data science, and automation. I am fascinated by the potential of AI algorithms to enable intelligent decision-making and enhance automation, driving me to explore the intricacies of data science for meaningful insights and accurate predictions. With a strong interest in leveraging technology to streamline processes and boost efficiency, I am committed to mastering backend technologies that have the potential to transform industries and make a positive impact on people’s lives.
<span class="animate scroll" style="--i:4;"></span>
</p>
<div class="btn-box btns">
<a href="#" class="btn">Read More</a>
<span class="animate scroll" style="--i:5;"></span>
</div>
</div>
</section>
<!-- education section design -->
<section class="education" id="education">
<h2 class="heading">My <span>Journey</span><span class="animate scroll" style="--i:1;"></span></h2>
<div class="education-row">
<div class="education-column">
<h3 class="title">Education<span class="animate scroll" style="--i:2;"></span></h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2024 - 2027</div>
<h3>Computer Science - UNIP </h3>
<p>Driven by curiosity and a thirst for knowledge, this student is dedicated to unraveling the complexities of technology. With a blend of creativity and logic, they engineer elegant solutions to intricate problems, embracing challenges as opportunities for growth. Guided by mentors and fueled by a vibrant community, they stand ready to shape the future with innovation and expertise.</p>
</div>
</div>
<span class="animate scroll" style="--i:3;"></span>
</div>
</div>
<div class="education-column">
<h3 class="title">Experience<span class="animate scroll" style="--i:5;"></span></h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i>2022 - 2024</div>
<h3>Fullstack development student </h3>
<p>A passionate fullstack developer in training, driven by a love for problem-solving and creativity. Currently honing skills in JavaScript, Node.js, React, Express, and Next.js to design effective and scalable solutions. Eager to continuously learn and improve, thrives in collaborative environments, and is committed to leveraging technology to create impactful advancements for the future.</p>
</div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
</div>
</div>
</section>
<!-- skills section design -->
<section class="skills" id="skills">
<h2 class="heading">My <span>Skills</span><span class="animate scroll" style="--i:1;"></span></h2>
<div class="skills-row">
<div class="skills-column">
<h3 class="title">Coding Skills<span class="animate scroll" style="--i:2;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>HTML <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>CSS <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>JavaScript <span>90%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>React <span>70%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
<span class="animate scroll" style="--i:3;"></span>
</div>
</div>
<div class="skills-column">
<h3 class="title">Professional Skills<span class="animate scroll" style="--i:5;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Database management<span>65%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Web Development <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Machine learning and AI <span>40%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Design Patterns<span>60%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
</div>
</div>
</section>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span><span class="animate scroll" style="--i:1;"></span></h2>
<form id="contact-form">
<div class="input-box">
<div class="input-field">
<input type="text" id="name" placeholder="Full Name" required>
<span class="focus"></span>
</div>
<div class="input-field">
<input type="email" id="email" placeholder="Email Address" required>
<span class="focus"></span>
</div>
<span class="animate scroll" style="--i:3;"></span>
</div>
<div class="input-box">
<div class="input-field">
<input type="tel" id="mobile" placeholder="Mobile Number" required>
<span class="focus"></span>
</div>
<div class="input-field">
<input type="text" id="subject" placeholder="Email Subject" required>
<span class="focus"></span>
</div>
<span class="animate scroll" style="--i:5;"></span>
</div>
<div class="textarea-field">
<textarea id="message" cols="30" rows="10" placeholder="Your Message" required></textarea>
<span class="focus"></span>
<span class="animate scroll" style="--i:7;"></span>
</div>
<div class="btn-box btns">
<button type="submit" class="btn">Submit</button>
<span class="animate scroll" style="--i:9;"></span>
</div>
</form>
</section>
<!-- footer design -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2024 by Gustavo Santana | All Rights Reserved.</p>
<span class="animate scroll" style="--i:1;"></span>
</div>
<div class="footer-iconTop">
<a href="#"><i class='bx bx-up-arrow-alt'></i></a>
<span class="animate scroll" style="--i:3;"></span>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>