-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
226 lines (203 loc) · 10.3 KB
/
Home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mangesh Marne - Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<!-- Header Section -->
<header>
<div class="logo">
<img src="Images/Logo.png" alt="Mangesh Logo" id="site-logo">
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#services">services</a></li>
<!-- <li><a href="#resume">Resume</a></li>-->
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main Content -->
<section id="home">
<div class="home-content">
<!-- Left: Introduction -->
<div class="intro">
<h2>Hello, I'm <span>Mangesh Marne</span></h2>
<p>Welcome to my portfolio! I'm a junior web designer and developer, passionate about crafting visually appealing, user-friendly, and responsive websites. Specializing in UI design, visual development, and creating dynamic digital experiences, my focus is on building websites that not only look great but also provide seamless functionality across all devices. Let's bring your ideas to life with clean, modern, and engaging web design.</p>
<!-- Resume Download Button -->
<a href="Mangesh Marne.pdf" download class="resume-btn">Download Resume</a>
</div>
<!-- Right: Image -->
<div class="intro-image">
<img src="Images/image.png" alt="Coding Illustration">
</div>
</div>
</section>
<section id="about">
<div class="about-container">
<!-- Left Section: About Text -->
<div class="about-text">
<h2>About Me</h2>
<h3>Who am I?</h3>
<p>I'm Mangesh Marne, a Software Engineer & Web Designer.</p>
<p>As a dedicated software engineer with 3 years of experience, including a role at Capgemini, I specialize in automating business processes, optimizing web development workflows, and streamlining data management. My expertise spans technologies such as HTML, JavaScript, React, VBA, ASP.NET, and SQL, enabling me to deliver efficient and scalable solutions.</p>
<p>I have successfully contributed to key projects, including the development of a Dynamic Portfolio Website using React, showcasing modern UI/UX practices, and a Business Analytics Dashboard built with ASP.NET and SQL, providing real-time data insights. Additionally, I have created an Automated Reporting System that integrated SQL and VBA to streamline complex reporting processes.</p>
<h4>Connect With Me</h4>
<div class="social-icons">
<a href="mailto:mangeshmarne786m@gmail.com" target="_blank">
<i class="fas fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/mangesh-marne-559b43222?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/infernomax?igsh=cW1tY3NidThiOHM0&utm_source=qr" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<!-- Right Section: Skills -->
<div class="skills">
<div class="skill">
<h4>HTML & CSS <span>90%</span></h4>
<div class="progress-bar">
<div class="progress" style="width: 90%;"></div>
</div>
</div>
<div class="skill">
<h4>JavaScript <span>95%</span></h4>
<div class="progress-bar">
<div class="progress" style="width: 95%;"></div>
</div>
</div>
<div class="skill">
<h4>React <span>80%</span></h4>
<div class="progress-bar">
<div class="progress" style="width: 80%;"></div>
</div>
</div>
<div class="skill">
<h4>VBA <span>75%</span></h4>
<div class="progress-bar">
<div class="progress" style="width: 75%;"></div>
</div>
</div>
<div class="skill">
<h4>ASP.NET <span>85%</span></h4>
<div class="progress-bar">
<div class="progress" style="width: 85%;"></div>
</div>
</div>
<div class="skill">
<h4>SQL <span>90%</span></h4>
<div class="progress-bar">
<div class="progress" style="width: 90%;"></div>
</div>
</div>
<div class="skill">
<h4>Automation <span>80%</span></h4>
<div class="progress-bar">
<div class="progress" style="width: 80%;"></div>
</div>
</div>
</div>
</div>
</section>
<section id="services">
<div class="services-container">
<h2 class="section-title">Services</h2>
<div class="services-grid">
<div class="service-box animate-on-scroll">
<div class="icon"><i class="fas fa-globe"></i></div>
<h3>Web Development</h3>
<p>Custom web solutions tailored to meet your unique needs, built using cutting-edge technologies like HTML5, CSS3, JavaScript, and more.</p>
</div>
<div class="service-box animate-on-scroll">
<div class="icon"><i class="fas fa-mobile-alt"></i></div>
<h3>Mobile Development</h3>
<p>Native mobile apps for iOS and Android, designed for a seamless user experience and integrated with your existing systems.</p>
</div>
<div class="service-box animate-on-scroll">
<div class="icon"><i class="fas fa-paint-brush"></i></div>
<h3>Graphic Design</h3>
<p>Eye-catching graphics, logos, icons, and infographics that communicate your brand values and enhance your online presence.</p>
</div>
<div class="service-box animate-on-scroll">
<div class="icon"><i class="fas fa-laptop-code"></i></div>
<h3>Backend Development</h3>
<p>Robust, scalable backend systems powering your web or mobile applications, developed using languages like Python, Ruby, PHP, and Node.js.</p>
</div>
<div class="service-box animate-on-scroll">
<div class="icon"><i class="fas fa-desktop"></i></div>
<h3>Web Design</h3>
<p>User-friendly website designs prioritizing UX and UI, using the latest trends to engage visitors and drive conversions.</p>
</div>
<div class="service-box animate-on-scroll">
<div class="icon"><i class="fas fa-user-alt"></i></div>
<h3>UI/UX Design</h3>
<p>Intuitive interface design balancing form and function, tested and refined through research to ensure a seamless experience.</p>
</div>
</div>
</div>
</section>
<script>
// Scroll-based animation
function animateOnScroll() {
const elements = document.querySelectorAll('.animate-on-scroll');
elements.forEach((el) => {
const position = el.getBoundingClientRect();
if (position.top < window.innerHeight && position.bottom > 0) {
el.classList.add('visible');
} else {
el.classList.remove('visible');
}
});
}
window.addEventListener('scroll', animateOnScroll);
window.addEventListener('load', animateOnScroll); // Trigger when the page loads
</script>
<!--<section id="resume">
<h2>Resume</h2>
<p>Here you can find my professional background and achievements.</p>
</section>-->
<!-- Contact Section -->
<section id="contact">
<h2>Contact Me</h2>
<p>If you have any questions or want to work together, feel free to reach out!</p>
<div class="contact-form">
<form action="your-form-handler-url" method="post">
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="Your Name" required>
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Your Email" required>
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" placeholder="Your Message" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
<div class="contact-icons">
<a href="mailto:mangeshmarne786m@gmail.com" target="_blank">
<i class="fas fa-envelope"></i> <!-- Font Awesome Icon for Email -->
</a>
<a href="https://www.linkedin.com/in/mangesh-marne-559b43222" target="_blank">
<i class="fab fa-linkedin"></i> <!-- Font Awesome Icon for LinkedIn -->
</a>
<a href="https://www.instagram.com/infernomax" target="_blank">
<i class="fab fa-instagram"></i> <!-- Font Awesome Icon for Instagram -->
</a>
</div>
</section>
<!-- Footer Section -->
<footer>
<p>© 2024 Mangesh Marne. All rights reserved.</p>
</footer>
</body>
</html>