-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
290 lines (255 loc) · 14.2 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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Tejas Mali - Web Developer</title>
<!-- Meta Description for SEO -->
<meta name="description" content="Tejas Mali, a passionate web developer with experience in creating educational platforms and optimizing for user experience and SEO. Let's connect to bring your ideas to life.">
<!-- Keywords for SEO -->
<meta name="keywords" content="Tejas Mali, Web Developer, Tejas Portfolio, Portfolio, SEO Specialist, Educational Website, Website Optimization, Beginner Web Development, HTML, CSS, JavaScript, Responsive Design, Web Development Services, Affordable Websites, Digital Presence, Surat Web Development, Student Learning Platforms, Online Education, Custom Websites">
<!-- Robots -->
<meta name="robots" content="index, follow">
<!-- Canonical URL -->
<link rel="canonical" href="https://tejasmali.vercel.app/">
<!-- Sitemap -->
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
<!-- Open Graph for Social Media -->
<meta property="og:title" content="Tejas Mali - Web Developer">
<meta property="og:description" content="Explore the portfolio of Tejas Mali, a dedicated web developer specializing in SEO-optimized educational platforms.">
<meta property="og:url" content="https://tejasmali.vercel.app/">
<meta property="og:image" content="/images/logo.ico">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Tejas Mali">
<meta property="og:locale" content="en_US">
<!-- Twitter Card for Social Media -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@tejazmali">
<meta name="twitter:title" content="Tejas Mali - Web Developer">
<meta name="twitter:description" content="Explore the portfolio of Tejas Mali, a dedicated web developer specializing in SEO-optimized educational platforms.">
<meta name="twitter:image" content="/images/logo.ico">
<!-- Custom Instagram Card Meta Tags -->
<meta name="instagram:card" content="summary_large_image">
<meta name="instagram:site" content="@tejazmali">
<meta name="instagram:title" content="Tejas Mali - Web Developer">
<meta name="instagram:description" content="Explore the portfolio of Tejas Mali, a dedicated web developer specializing in SEO-optimized educational platforms.">
<meta name="instagram:image" content="/images/logo.ico">
<!-- Custom Snapchat Card Meta Tags -->
<meta name="snap:card" content="summary_large_image">
<meta name="snap:site" content="@tejazmali">
<meta name="snap:title" content="Tejas Mali - Web Developer">
<meta name="snap:description" content="Explore the portfolio of Tejas Mali, a dedicated web developer specializing in SEO-optimized educational platforms.">
<meta name="snap:image" content="/images/logo.ico">
<!-- Meta Author -->
<meta name="author" content="Tejas Mali">
<meta name="msvalidate.01" content="FA5BDC29B4044E9E711C255D731AD84C" />
<!-- Stylesheets -->
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Google Fonts -->
<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=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="/images/logo.ico" type="image/x-icon">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Tejas Mali",
"url": "https://tejasmali.vercel.app/",
"image": "/images/logo.ico",
"sameAs": [
"https://github.com/tejazmali",
"mailto:[email protected]",
"https://wa.me/919327338905",
"https://www.snapchat.com/add/tejazmali",
"https://instagram.com/tejazmali",
"https://twitter.com/tejazmali",
"https://www.linkedin.com/in/tejazmali",
]
"jobTitle": "Web Developer",
"description": "Tejas Mali is a passionate web developer specializing in SEO-optimized educational platforms.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Surat",
"addressCountry": "India"
}
}
</script>
</head>
<body>
<style>
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
outline: none !important;
}
</style>
<div class="loader-overlay">
<div class="loader"></div>
</div>
<!-- Navbar with active class on Home link -->
<nav class="navbar">
<ul>
<li><a href="#header" class="nav-link active" data-target="header">Home</a></li>
<li><a href="#about" class="nav-link" data-target="about">About</a></li>
<li><a href="#experience" class="nav-link" data-target="experience">Experience</a></li>
<li><a href="#what-i-use" class="nav-link" data-target="what-i-use">Skills</a></li>
<li><a href="#contact" class="nav-link" data-target="contact">Contact</a></li>
</ul>
</nav>
<!-- Header Section -->
<header id="header" class="header">
<div class="header-content">
<h1 class="hero-text"> Hi, I'm Tejas Mali</h1>
<p>A Passionate Web Developer Focused on All Aspects of Development.</p>
<a href="#contact" class="cta-button">Contact Me</a>
</div>
</header>
<!-- About Section -->
<section id="about" class="section">
<h2>About Me</h2>
<p>I'm a student of Automation and Robotics with a passion for web development. I’ve already built <a
href="https://fundamentalacademy.in" target="_blank">Fundamental Academy</a>,<br> an educational
platform
for students. My goal is to blend my technical skills in automation with web development to create
innovative, user-focused solutions.</p>
</section>
<!-- Experience Sectiacon -->
<section id="experience" class="section">
<h2>Experience</h2>
<p>
Developed the educational site
<a href="https://fundamentalacademy.in" target="_blank">Fundamental Academy</a>, providing study materials
and optimizing the site for better user experience and local SEO in Surat.
</p>
<!-- GitHub Repo Card -->
<div class="github-card-container">
<h3 id="git-card-heading">Here are my projects :</h3>
<div id="repo-cards" class="repo-cards-grid">
<!-- Repo cards will be injected here -->
</div>
</div>
</section>
<!-- What I Use Section -->
<section id="what-i-use" class="section">
<h2>Skills</h2>
<p>Here are some of the programming languages and tools I use to build websites.</p>
<ul class="tools-container">
<li class="tool-item" id="html">
<div class="tool-icon"><img src="/images/html5-brands-solid.svg" alt="HTML5 Icon"></div>
<div class="tool-name">
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML" target="_blank"
rel="noopener noreferrer">HTML</a>
</div>
<div class="tool-description">For structuring the web content.</div>
</li>
<li class="tool-item" id="css">
<div class="tool-icon"><img src="/images/css3-alt-brands-solid.svg" alt="CSS3 Icon"></div>
<div class="tool-name">
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS" target="_blank"
rel="noopener noreferrer">CSS</a>
</div>
<div class="tool-description">For styling and layout design.</div>
</li>
<li class="tool-item" id="js">
<div class="tool-icon"><img src="/images/js-brands-solid.svg" alt="JavaScript Icon"></div>
<div class="tool-name">
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank"
rel="noopener noreferrer">JavaScript</a>
</div>
<div class="tool-description">For adding interactivity and dynamic features.</div>
</li>
</ul>
<!-- Badges Section -->
<div class="badge-container">
<h3>Additional Skills & tools :</h3>
<div class="badges">
<img src="https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white"
alt="HTML5 Badge">
<img src="https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white"
alt="CSS3 Badge">
<img src="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E"
alt="JavaScript Badge">
<img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54"
alt="Python Badge">
<img src="https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white"
alt="vercel">
<img src="https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white"
alt="Git">
<img src="https://img.shields.io/badge/netlify-%23000000.svg?style=for-the-badge&logo=netlify&logoColor=#00C7B7"
alt=Netlify">
<img src="https://camo.githubusercontent.com/6f6826054e63ddad94132a19b9b40a236bbfc06e92ec4adb987165705efd429f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66697265626173652d2532333033394245352e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d6669726562617365"
alt="firebase">
<img src="https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge&logo=bootstrap&logoColor=white"
alt="bootstrap">
<img src="https://img.shields.io/badge/Canva-%2300C4CC.svg?style=for-the-badge&logo=Canva&logoColor=white"
alt="Canva Badge">
<br><img
src="https://img.shields.io/badge/Adobe%20Premiere%20Pro-9999FF.svg?style=for-the-badge&logo=Adobe%20Premiere%20Pro&logoColor=white"
alt="Adobe Premiere Pro Badge">
<img src="https://img.shields.io/badge/WordPress-%23117AC9.svg?style=for-the-badge&logo=WordPress&logoColor=white"
alt="WordPress">
<img src="https://img.shields.io/badge/blender-%23F5792A.svg?style=for-the-badge&logo=blender&logoColor=white"
alt="Blender Badge">
<img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"
alt="GitHub Badge">
<img src="https://img.shields.io/badge/-Arduino-00979D?style=for-the-badge&logo=Arduino&logoColor=white"
alt="Arduino Badge">
<img src="https://img.shields.io/badge/Notion-%23000000.svg?style=for-the-badge&logo=notion&logoColor=white"
alt="Notion Badge">
<img src="https://img.shields.io/badge/-Raspberry_Pi-C51A4A?style=for-the-badge&logo=Raspberry-Pi"
alt="Raspberry Pi Badge">
</div>
</div>
</section>
<section id="contact" class="section">
<div class="contact-container">
<!-- Left Side Photo Section -->
<div class="contact-image">
<!-- Image goes here as a background in CSS -->
</div>
<!-- Right Side Form Section -->
<div class="contact-form">
<h2>Contact Me</h2>
<p>Let's connect! Fill out the form below to reach out to me directly.</p>
<form id="contactForm" action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="72e41e2f-837f-4acf-aa31-4bd9c11589a4">
<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" placeholder="Your Message" required></textarea>
<button type="submit" class="submit-button">Send Message</button>
</form>
</div>
</div>
<div id="formMessage" style="display: none;"></div>
</section>
<!-- Social Media Sidebar -->
<div class="social-sidebar">
<a href="https://github.com/tejazmali" target="_blank" aria-label="GitHub">
<img src="images/github.svg" alt="GitHub">
</a>
<img src="images/envelope-regular.svg" alt="Email">
</a>
<a href="https://x.com/tejazmali" target="_blank" aria-label="Twitter">
<img src="/images/x-twitter-brands-solid.svg" alt="x-icon">
</a>
</a>
<a href="https://instagram.com/tejazmali" target="_blank" aria-label="Instagram">
<img src="images/instagram (1).svg" alt="Instagram">
</a>
</div>
<!-- Footer Section -->
<footer>
<p>Design by Tejas Mali ❤️</p>
</footer>
<script src="/js/script.js"></script>
<script src="/js/apikey.js"></script>
</body>
</html>