-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
271 lines (259 loc) · 13.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
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Jared Furtado - Full Stack Developer Portfolio">
<meta name="keywords" content="MERN stack, developer, portfolio, Goa, web development">
<!-- Favicon -->
<link rel="icon" href="./Personal_images/Personal_logo.jpg " type="image/png">
<!-- Font Awesome and Bootstrap Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css">
<!-- AOS Animation Library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<!-- Local Css File -->
<link rel="stylesheet" href="index.css">
<title>Jared Furtado | Full Stack Developer</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="#">
<span class="fw-bold">Jared Furtado</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
<!-- <button id="theme-toggle" class="theme-btn">
<i class="fa fa-moon"></i>
</button> -->
<li class="nav-item ms-lg-3">
<a class="btn btn-primary rounded-pill px-4" href="./Resume.pdf" download="Jared_Furtado_Resume">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-section" id="home">
<div class="container">
<div class="row align-items-center gy-5"> <!-- Added gy-5 for vertical spacing -->
<div class="col-lg-6" data-aos="fade-right">
<div class="hero-content pt-5 mt-lg-0"> <!-- Added padding top for navbar clearance -->
<h1 class="display-4 fw-bold mb-3">Hi, I'm Jared Furtado</h1>
<h2 class="h3 mb-4">I'm a <span id="typed-text"></span></h2>
<p class="lead mb-4">Building innovative web solutions with modern technologies</p>
<div class="d-flex gap-3">
<a href="#projects" class="btn btn-primary btn-lg rounded-pill">View My Work</a>
<a href="mailto:[email protected]" class="btn btn-outline-primary btn-lg rounded-pill">Get In Touch</a>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-left">
<div class="text-center"> <!-- Added wrapper div for better control -->
<img src="./Personal_images/Profile_image.png" alt="Jared's Profile" class="img-fluid rounded-circle hero-image" style="max-width: 400px; width: 100%;">
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="section-padding bg-light" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center" data-aos="fade-up">
<h2 class="display-6 fw-bold mb-4">About Me</h2>
<p class="lead mb-4">
As a student at Goa College of Engineering, I'm passionate about creating innovative web solutions using modern technologies. I specialize in the MERN stack and cloud computing, constantly pushing the boundaries of what's possible in web development.
</p>
<div class="row g-4 mt-4">
<div class="col-md-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<i class="bi bi-code-slash fs-2 text-primary mb-3"></i>
<h3 class="h5">Development</h3>
<p>Full-stack development with modern technologies</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<i class="bi bi-cloud fs-2 text-primary mb-3"></i>
<h3 class="h5">Cloud Computing</h3>
<p>Experience with cloud platforms and services</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<i class="bi bi-lightbulb fs-2 text-primary mb-3"></i>
<h3 class="h5">Innovation</h3>
<p>Creative solutions to complex problems</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="section-padding" id="skills">
<div class="container">
<h2 class="display-6 fw-bold text-center mb-5" data-aos="fade-up">Skills & Technologies</h2>
<div class="row g-4">
<div class="col-md-6" data-aos="fade-right">
<div class="d-flex flex-wrap gap-2">
<span class="skill-badge middle-out">React.js</span>
<span class="skill-badge middle-out">JavaScript</span>
<span class="skill-badge middle-out">HTML5</span>
<span class="skill-badge middle-out">CSS3</span>
<span class="skill-badge middle-out">Bootstrap</span>
<span class="skill-badge middle-out">Tailwind CSS</span>
</div>
</div>
<div class="col-md-6" data-aos="fade-left">
<div class="d-flex flex-wrap gap-2">
<span class="skill-badge middle-out">Node.js</span>
<span class="skill-badge middle-out">Express.js</span>
<span class="skill-badge middle-out">MongoDB</span>
<span class="skill-badge middle-out">RESTful APIs</span>
<span class="skill-badge middle-out">AWS</span>
<span class="skill-badge middle-out">OpenCV</span>
</div>
</div>
</div>
</div>
</section>
<!-- Experince Section -->
<section id="experience" class="section-padding">
<div class="container">
<h2 class="display-6 fw-bold mb-4">Work Experience</h2>
<div class="timeline">
<div class="timeline-item">
<h3>Open Source Contributor</h3>
<p>GirlScript Foundation (Sep 2024 - Oct 2024)</p>
<ul>
<li>Contributed to open-source projects under the GSSoC initiative.</li>
<li>Implemented 13 merged pull requests across various repositories.</li>
<li>Learned API integration and global collaboration.</li>
</ul>
</div>
<div class="timeline-item">
<h3>Campus Ambassador</h3>
<p>Multiple Events (Dec 2024 - Present)</p>
<ul>
<li>Represented BITSMUN Goa, Chaos IIMA, and Plinth LNMIIT.</li>
<li>Focused on increase participation, brand promotion, and event communication.</li>
</ul>
</div>
<div class="timeline-item">
<h3>Student Intern</h3>
<p>Innomatics Research Labs (Sep 2024 - Nov 2024)</p>
<ul>
<li>Worked as a Web Developer.</li>
<li>Enhanced problem-solving skills and built scalable applications.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="section-padding " id="projects">
<div class="container">
<h2 class="display-6 fw-bold text-center mb-5 " data-aos="fade-up">Featured Projects</h2>
<div class="row g-4 " id="pro">
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact-section-padding" id="contact">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center" data-aos="fade-up">
<h2 class="display-6 fw-bold mb-4">Get In Touch</h2>
<p class="lead mb-5">Have a project in mind? Let's work together to bring your ideas to life.</p>
<div class="social-links mb-5">
<a href="https://github.com/jjf2009" target="_blank" rel="noopener" aria-label="Github"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/jared-furtado/" target="_blank" rel="noopener" aria-label="Linkedin"><i class="bi bi-linkedin"></i></a>
<a href="discordapp.com/users/1026873193723600936" target="_blank" rel="noopener" aria-label="Discord"><i class="bi bi-discord"></i></a>
<a href="https://x.com/JF2009_official" target="_blank" rel="noopener" aria-label="Twiiter"><i class=" bi-twitter-x"></i></a>
<a href="https://www.instagram.com/jaredf.official/" target="_blank" rel="noopener" aria-label="Instagram"><i class="bi bi-instagram"></i></a>
<a href="mailto:[email protected]"><i class="bi bi-envelope-fill" aria-label="Email"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-light py-4">
<div class="container text-center">
<p class="mb-0">© 2024 Jared Furtado. All rights reserved.</p>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="script.js"></script>
<script>
// Initialize AOS
AOS.init({
duration: 1000,
once: true
});
// Initialize Typed.js
new Typed('#typed-text', {
strings: [
'Full Stack Developer',
'MERN Stack Developer',
'Cloud Computing Enthusiast',
'Problem Solver',
'Future Entrepreneur'
],
typeSpeed: 50,
backSpeed: 30,
loop: true
});
// Smooth scrolling
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
})})
// Dark/Light Mode Toggle
const themeToggle = document.getElementById("theme-toggle");
const body = document.body;
themeToggle.addEventListener("click", () => {
body.classList.toggle("dark");
const icon = themeToggle.querySelector(".fa");
if (body.classList.contains("dark")) {
icon.classList.remove("fa-moon");
icon.classList.add("fa-sun");
} else {
icon.classList.remove("fa-sun");
icon.classList.add("fa-moon");
}
});
</script>
</script>
</script>
</body>
</html>