Skip to content

Commit 01ccd83

Browse files
committed
removed unused images
1 parent c1748f2 commit 01ccd83

File tree

8 files changed

+31
-214
lines changed

8 files changed

+31
-214
lines changed

assets/index-BUuMia0i.css

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
text-rendering: optimizeLegibility;
1717
-webkit-font-smoothing: antialiased;
1818
-moz-osx-font-smoothing: grayscale;
19+
-moz-text-size-adjust: 100%;
20+
-ms-text-size-adjust: 100%;
1921
-webkit-text-size-adjust: 100%;
22+
text-size-adjust: 100%;
2023
scroll-behavior: smooth;
2124
font-size: 100%;
2225
}
@@ -372,7 +375,9 @@ h2 {
372375
box-shadow: 0 -5px 20px #5f00a8;
373376
}
374377
#projects {
375-
min-height: auto;
378+
min-height: -webkit-fit-content;
379+
min-height: -moz-fit-content;
380+
min-height: fit-content;
376381
max-height: -webkit-max-content;
377382
max-height: -moz-max-content;
378383
max-height: max-content;
@@ -3399,24 +3404,6 @@ footer .bottom-links li a:hover {
33993404
border-radius: 23% 57% 64% 26%/55% 48% 52% 45%;
34003405
}
34013406
}
3402-
@-webkit-keyframes loading {
3403-
0% {
3404-
opacity: 1;
3405-
}
3406-
to {
3407-
opacity: 0;
3408-
display: none;
3409-
}
3410-
}
3411-
@keyframes loading {
3412-
0% {
3413-
opacity: 1;
3414-
}
3415-
to {
3416-
opacity: 0;
3417-
display: none;
3418-
}
3419-
}
34203407
@-webkit-keyframes fadeIn {
34213408
0% {
34223409
opacity: 0;

index.html

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
</noscript>
1414
<link rel="preload" href="/assets/index-BUuMia0i.css" crossorigin="" as="style"
1515
onload="this.onload=null;this.rel='stylesheet'">
16+
<link rel="preload" href="/svgs/introduction/introduction499.svg" as="image" />
17+
<link rel="preload" href="/svgs/introduction/introduction639.svg" as="image" />
18+
<link rel="preload" href="/svgs/introduction/introduction899.svg" as="image" />
19+
<link rel="preload" href="/svgs/introduction/introduction1199.svg" as="image" />
20+
<link rel="preload" href="/svgs/introduction/introduction1399.svg" as="image" />
1621
<link rel="stylesheet" crossorigin="" href="/assets/index-BUuMia0i.css" />
1722
<link rel="preload" crossorigin="" href="/assets/index-BUm5YWHS.js" as="script" />
1823
<script type="module" crossorigin="" src="/assets/index-BUm5YWHS.js" defer></script>
@@ -22,12 +27,13 @@
2227
<div id="app">
2328
<div id="mobile-container">
2429
<div class="mobile-nav">
25-
<a href="#portfolio"><img alt="portfolio" src="./svgs/work-svgrepo-com.svg"
30+
<a href="#portfolio"><img alt="portfolio" src="./svgs/work-svgrepo-com.svg" width="30" height="30"
2631
style="width: 30px" />Experience</a>
27-
<a href="#projects"><img alt="projects" src="./svgs/project-svgrepo-com.svg"
32+
<a href="#projects"><img alt="projects" src="./svgs/project-svgrepo-com.svg" width="29" height="29"
2833
style="width: 25px; padding: 2px;" />Projects</a>
29-
<a href="#about"><img alt="about-me" src="./svgs/user-03-svgrepo-com.svg" style="width: 30px;" />About</a>
30-
<a href="#contact"><img alt="about-me" src="./svgs/message-square-chat-svgrepo-com.svg"
34+
<a href="#about"><img alt="about-me" src="./svgs/user-03-svgrepo-com.svg" style="width: 30px;" width="30"
35+
height="30" />About</a>
36+
<a href="#contact"><img alt="about-me" src="./svgs/message-square-chat-svgrepo-com.svg" width="30" height="30"
3137
style="width: 30px;" />Connect</a>
3238
</div>
3339
</div>
@@ -37,12 +43,14 @@
3743
<li><a href="#portfolio">Portfolio</a></li>
3844
<li><a href="#projects">Works</a></li>
3945
</ul>
40-
<a href=""><img alt="logo_tej" src="./images/Logo_tej.webp" id="logo" /></a>
46+
<a href=""><img alt="logo_tej" src="./images/Logo_tej.webp" id="logo" width="50" height="30" /></a>
4147
<div class="social">
42-
<a href="https://twitter.com/yousurebro_tej"><img alt="twitter" src="./svgs/social/icons8-twitter.svg" />
48+
<a href="https://twitter.com/yousurebro_tej"><img alt="twitter" src="./svgs/social/icons8-twitter.svg"
49+
width="25" height="25" />
4350
</a><a href="https://www.linkedin.com/in/tejas-dl-94b771185"><img alt="linkedin"
44-
src="./svgs/social/icons8-linkedin.svg" /> </a><a href="https://github.com/tejas-git64"><img alt="github"
45-
loading="lazy" src="./svgs/social/icons8-github.svg" /></a>
51+
src="./svgs/social/icons8-linkedin.svg" width="26" height="26" /> </a><a
52+
href="https://github.com/tejas-git64"><img alt="github" loading="lazy" src="./svgs/social/icons8-github.svg"
53+
width="35" height="35" /></a>
4654
</div>
4755
</nav>
4856
<section id="introduction">
@@ -54,12 +62,13 @@ <h1>i'm Tejas,</h1>
5462
<b>An experienced frontend developer based in India</b>
5563
<p>I design beautiful and functional web experiences</p>
5664
<div class="connect">
57-
<a href="#contact">Let's talk <img src="/svgs/arrow-up-right-svgrepo-com.svg" alt="visit-icon"></a> <a
58-
href="#about">Hire me <img src="/svgs/arrow-up-right-svgrepo-com.svg" alt="visit-icon"></a>
65+
<a href="#contact">Let's talk <img src="/svgs/arrow-up-right-svgrepo-com.svg" alt="visit-icon" width="20"
66+
height="20"></a> <a href="#about">Hire me <img src="/svgs/arrow-up-right-svgrepo-com.svg"
67+
alt="visit-icon" width="20" height="20"></a>
5968
</div>
6069
</div>
6170
<div class="intro-images">
62-
<img alt="intro-image" src="./images/introImage4.webp" />
71+
<img alt="intro-image" src="./images/introImage4.webp" width="250" height="350" />
6372
</div>
6473
</section>
6574
<section id="portfolio">
@@ -393,19 +402,19 @@ <h1>About me</h1>
393402
<h1 data-animation="animateFadeIn">
394403
Want to build the next big thing?
395404
</h1>
396-
<img src="/svgs/coding-5-33.svg" alt="mail-art" id="mail-art" width="500" height="500">
405+
<img src="/svgs/contact-illustration.svg" loading="lazy" alt="mail-art" id="mail-art" width="500" height="500">
397406
<div class="animateFadeBottom contact-container">
398407
<form action="https://formsubmit.co/b0699b68232a81637d5197ce1cdbefcc" id="contact-form" method="POST"
399408
target="_blank">
400409
<h2>Let's connect</h2>
401410
<label for="fname">Full name</label>
402-
<input name="Name" id="fname" required="" />
411+
<input name="Name" id="fname" required="" autocomplete="name" />
403412
<label for="org">Organization</label>
404-
<input name="Organization" id="org" required="" />
413+
<input name="Organization" id="org" required="" autocomplete="organization-title" />
405414
<label for="email">Email address</label>
406-
<input name="Email address" type="email" id="email" required="" />
415+
<input name="Email address" type="email" id="email" required="" autocomplete="email" />
407416
<label for="comments">Message</label>
408-
<textarea id="comments" name="Message" required=""></textarea>
417+
<textarea id="comments" name="Message" required="" autocomplete="on"></textarea>
409418
<input name="_subject" type="hidden" value="Invitation to connect 📩" />
410419
<input name="_blacklist" type="hidden" value="spammy pattern, banned term, phrase" />
411420
<input type="hidden" name="_autoresponse"
File renamed without changes.

svgs/designer-1-78.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)