Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbca authored Nov 19, 2023
1 parent 530360a commit 03718f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>Freelancer</h1>
</header>
<section id="About">
<div class="leftbio">
<img src="/photo1.png" width="320px" height="450px">
<img src="photo1.png" width="320px" height="450px">
</div>
<div class="rightbio">
<p>MY BIOGRAPHY</p>
Expand Down Expand Up @@ -101,17 +101,17 @@ <h3>Photography</h3>
<h1>My Projects Work</h1>
<div class="card">
<div class="cardbody cardimg">
<img src="E:\Portfolio/weather_app.jpg">
<img src="weather_app.jpg">
<h4>weather app</h4>
<p>To summarize and brief in short, Weather App is the application of science and technology to predict the conditions of the atmosphere for a given location and time.</p>
</div>
<div class="cardbody cardimg">
<img src="E:\Portfolio/payment.png">
<img src="payment.png">
<h4>Payment Gateway Form Design</h4>
<p>The payment page is a web page that allows customers to purchase items easily and securely. </p>
</div>
<div class="cardbody cardimg">
<img src="E:\Portfolio/sign_up.jpg">
<img src="sign_up.jpg">
<h4>Sign Up Form</h4>
<p>A registration form is a document with a set of fields that a person fills out and sends to a business or individual to register for an event, program, membership, list, and so on.</p>
</div>
Expand All @@ -121,7 +121,7 @@ <h4>Sign Up Form</h4>
</section>
<section id="Resume">
<h1><b>Resume</b></h1><br><br>
<p>Download my resume <a href="E:\Portfolio/resume.jpg" download>here</a>.</p>
<p>Download my resume <a href="resume.jpg" download>here</a>.</p>
</section>
<section id="Contact">
<h1><b>Contact Me</b></h1>
Expand Down

0 comments on commit 03718f1

Please sign in to comment.