Skip to content

Commit 9865ac0

Browse files
committed
Update
1 parent 0dbc215 commit 9865ac0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>About Me</h1>
3939
<img src="imgs/E5413748-DA24-4B4C-947E-ADD3CBE0014D_4_5005_c.jpeg" alt="">
4040
<div class="abt-text">
4141
<h6>Hi, I'm Tushar Gupta. A passinate <span>Software Developer </span><br>Based in Rewa, Madhya Pradesh</h6>
42-
<p>I am a Front-end Web Developer with a passion for <br>creating beautiful and functional websites. I have <br>experience in HTML, CSS, JavaScript, and Query, <br>and am always eager to learn new technologies and <br>skills to improve my craft. My goal is to create <br>websites that not only look great, but are user- <br>friendly and accessible to everyone.I am outgoing, <br>dedicated, and open-minded. I get across to people <br>and adjust to changes with ease. I believe that a <br>person should work on developing their professional <br>skills and learning new things all the time. Currently, I <br>am looking for new career opportunities.</p>
42+
<p>I am a Sotfware Developer specializing in building highly performant applications <br>that solve real-world problems and provide users with an awesome experience. I have <br>experience in HTML, CSS, JavaScript, Java, Python, React, Express <br>and am always eager to learn new technologies and <br>skills to improve my craft. My goal is to create <br>software that not only look great, but are user- <br>friendly and accessible to everyone.I am outgoing, <br>dedicated, and open-minded. I get across to people <br>and adjust to changes with ease. I believe that a <br>person should work on developing their professional <br>skills and learning new things all the time. Currently, I <br>am looking for new career opportunities.</p>
4343
</div>
4444
</div>
4545
<div class="lnks">
805 KB
Loading

resume.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>My Resume</h1>
3939
</div>
4040

4141
<div class="resu-img">
42-
<img src="imgs/TusharGupta_page-0001.jpg" alt="resume">
42+
<img src="imgs/21BCS6751_TusharGupta_page-0001.jpg" alt="resume">
4343
</div>
4444

4545
<div class="resu-dwnld">
@@ -59,7 +59,7 @@ <h1>My Resume</h1>
5959

6060
function downloadFile() {
6161
// Replace 'path/to/your/file.pdf' with the actual path to your file
62-
var fileUrl = 'imgs/TusharGupta_page-0001.jpg';
62+
var fileUrl = 'imgs/21BCS6751_TusharGupta_page-0001.jpg';
6363

6464
// Create a temporary link element
6565
var link = document.createElement('a');

0 commit comments

Comments
 (0)