-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (211 loc) · 11.6 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
<!-- https://boxicons.com/?query=arrow -->
<!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>Satya Tripathi | Portfolio</title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="shortcut icon" href="images/icon.jpeg" type="image/x-icon"> -->
<link rel="shortcut icon" href="images/avatar1.png" type="image/x-icon">
</head>
<body>
<!-- header design -->
<div class="header">
<a href="#" class="logo">Satya Tripathi</a>
<i class="bx bx-menu" id="menu-icon"></i>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</div>
<!-- home section design -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Satya Tripathi</h1>
<h3>A <span>Passionate Tech Enthusiast</span></h3>
<p><i>Senior Software Development Engineer at Experian</i>. Proficient in Data Structures & Algorithms, with expertise in C#, React, .NET 6, FullStack Web Development, Backend Development, and Microservices.</p>
<div class="social-media">
<a href="https://www.linkedin.com/in/satya-tripathi/"> <i class='bx bxl-linkedin-square'></i> </a>
<a href="https://github.com/satya-tripathi"> <i class='bx bxl-github'></i></i> </a>
<a href="https://wa.me/919654151898?text=Hi%2C%20Satya%20Tripathi%20%F0%9F%91%8B"> <i
class='bx bxl-whatsapp'></i> </a>
<a href="mailto:[email protected],[email protected]"><i class='bx bxl-gmail'></i> </a>
<a href="https://www.instagram.com/isatyatripathi/"> <i class='bx bxl-instagram'></i></a>
<a href="https://twitter.com/satya0__0"><i class='bx bxl-twitter'></i></a>
</div>
<a href="images/Satya-Tripathi-Resume.pdf" class="btn" target="_blank">Download Resume</a>
</div>
<div class="home-img">
<!-- <img src="images/home.png" alt=""> -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets10.lottiefiles.com/private_files/lf30_obidsi0t.json"
background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player>
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<div class="about-image">
<img src="images/avatar1.png" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span> </h2>
<h3>Senior SDE @ Experian</h3>
<p>Hi there 👋
🚀 Welcome to my coding universe! Currently orbiting as a Senior Engineer at Experian, where I'm the wizard behind the scenes on the Experian Data Accuracy Platform 🌐. Previously, I navigated the digital realms at Infosys, contributing my skills to Charles Schwab's Mutual Fund Trading Platform 📈.
<br>
<br>
👨💻With over 5 years of coding tales to tell, I'm not just your average developer. I'm on a mission to provide high-level solutions that not only drive business but do a little victory dance for outstanding cost efficiency 💰. I'm like a tech detective—spotting problems, proposing alternative solutions, and turning coding challenges into opportunities.
<br>
<br>
📌 Organized, performance-oriented, and fueled by customer delight 🚀, I'm here to make your tech dreams a reality. Join me on this coding adventure, where innovation meets efficiency, and every line of code tells a story of success! Let's transform ideas into pixel-perfect reality together. 🌟
</p>
</div>
</section>
<!-- service section design -->
<!-- this is -->
<section class="services" id="services">
<h2 class="heading">
I am <span>Good @</span>
</h2>
<div class="services-container">
<div class="services-box">
<i class='bx bxl-nodejs'></i>
<h3>Backend Development</h3>
<p>I'm proficient in C#, .NET Core, Nest.js, Node.js, Microservices, and REST API development using efficient Data Structure and Algorithm
with a proven track record of delivering efficient and maintainable backend systems.</p>
<!-- <div class="btn">Read More</div> -->
</div>
<div class="services-box">
<i class="bx bx-code-alt"></i>
<h3>Web Development</h3>
<p>From concept to completion, I'm your frontend architect,
constructing engaging web applications using a powerful blend of HTML, CSS, JavaScript, jQuery, and React.</p>
<!-- <div class="btn">Read More</div> -->
</div>
<div class="services-box">
<i class='bx bxl-flutter'></i>
<h3>DevOps</h3>
<p>From code to deployment, I'm your DevOps guru. Azure/AWS development,
CI/CD pipeline magic with Git, Docker, and top-notch security testing with SonarQube & Veracode</p>
<!-- <div class="btn">Read More</div> -->
</div>
</div>
</section>
<!-- portfoli section design -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Personal <span>Project</span> </h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/avatar1.png" alt="">
<div class="portfolio-layer">
<h4>Food in a Minute <br> </h4>
<p>Developed an advanced food ordering system exclusively for Infosys employees, enhancing the efficiency and convenience of the food ordering process.</p>
<a href="https://github.com/satya-tripathi?tab=repositories"><i
class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/avatar1.png" alt="">
<div class="portfolio-layer">
<h4>Quick Kart</h4>
<p>Developed "Quick Kart," an innovative inventory management app for online stores, streamlining processes and ensuring real-time updates for efficient business operations.</p>
<a href="https://github.com/satya-tripathi?tab=repositories"><i
class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/avatar1.png" alt="">
<!-- <img src="https://user-images.githubusercontent.com/73766765/193991982-73411ab2-ab9b-468e-95c2-be5ce132f2ab.png" alt=""> -->
<div class="portfolio-layer">
<h4>Technojam</h4>
<p>Designed and developed a comprehensive college website facilitating easy access to essential information and event details, enhancing student engagement and communication.</p>
<a href="https://github.com/satya-tripathi?tab=repositories"><i
class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/avatar1.png" alt="">
<div class="portfolio-layer">
<h4>Portfolio Site</h4>
<p>Crafted my own digital playground, a personal portfolio website – where creativity meets coding, showcasing my journey, skills, and passion with a touch of pixel-perfect flair.</p>
<a href="https://satya-tripathi.github.io/"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form id="contactForm">
<div class="input-box">
<input type="text" id="fullName" placeholder="Full Name">
<input type="email" id="email" placeholder="Email">
</div>
<div class="input-box">
<input type="tel" id="mobileNumber" placeholder="Mobile Number">
<input type="text" id="emailSubject" placeholder="Email Subject">
</div>
<textarea id="userMessage" cols="30" rows="10" placeholder="Your Message"></textarea>
<a id="whatsappLink" href="#" onclick="sendWhatsAppMessage()">
<input type="button" value="Send Message" class="btn">
</a>
</form>
<!-- fun fact section design -->
<section class="fun" id="fun">
<h1 style="text-align: center;">🚀Exciting developments are in the pipeline! Stay tuned for more tech wonders coming your way 🌐✨</h1>
<br>
<br>
<h2 class="heading">Coming <span>Soon!</span> </h2>
<div class="fun-lottie">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets8.lottiefiles.com/packages/lf20_oo3N9WVAgU.json" mode="bounce"
background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player>
</div>
</section>
<!-- footer design
-->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2024 by <span>Satya Tripathi</span> | All Rights Reserved</p>
</div>
<div class="footer-iconTap">
<a href=""><i class='bx bx-up-arrow-alt'></i></a>
</div>
</footer>
<!-- custom js -->
<script src="js/script.js"></script>
</body>
</html>
<script>
function validateEmail(email) {
const emailRegex = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}$/;
return emailRegex.test(email);
}
function validateMobileNumber(mobileNumber) {
// Simple validation, you can customize as needed
const mobileRegex = /^[0-9]{10}$/;
return mobileRegex.test(mobileNumber);
}
function sendWhatsAppMessage() {
const fullName = encodeURIComponent(document.getElementById('fullName').value);
const email = encodeURIComponent(document.getElementById('email').value);
const mobileNumber = encodeURIComponent(document.getElementById('mobileNumber').value);
const emailSubject = encodeURIComponent(document.getElementById('emailSubject').value);
const userMessage = encodeURIComponent(document.getElementById('userMessage').value);
if (!validateMobileNumber(mobileNumber)) {
alert('Please enter a valid 10-digit mobile number.');
return;
}
const whatsappLink = `https://wa.me/919654151898?text=Hi%2C%20Satya%20My%20Name%20is%20${fullName}%20%F0%9F%91%8B%0A%0AEmail:%20${email}%0AMobile:%20${mobileNumber}%0ASubject:%20${emailSubject}%0AMessage:%20${userMessage}`;
document.getElementById('whatsappLink').href = whatsappLink;
// Optionally, you can open the link in a new tab
// window.open(whatsappLink, '_blank');
}
</script>