Skip to content

Commit

Permalink
removed unwanted images and added resume iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarchotalia committed Aug 21, 2023
1 parent fe1ae7a commit da8e88b
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 1 deletion.
Binary file not shown.
Binary file added assets/images/SagarChotalia_Resume_VJTI.pdf
Binary file not shown.
Binary file removed assets/images/avatar-1.png
Binary file not shown.
Binary file removed assets/images/avatar-2.png
Binary file not shown.
Binary file removed assets/images/avatar-3.png
Binary file not shown.
Binary file removed assets/images/avatar-4.png
Binary file not shown.
Binary file removed assets/images/blog-1.jpg
Binary file not shown.
Binary file removed assets/images/blog-2.jpg
Binary file not shown.
Binary file removed assets/images/blog-3.jpg
Binary file not shown.
Binary file removed assets/images/blog-4.jpg
Binary file not shown.
Binary file removed assets/images/blog-5.jpg
Binary file not shown.
Binary file removed assets/images/blog-6.jpg
Binary file not shown.
Binary file removed assets/images/logo-1-color.png
Binary file not shown.
Binary file removed assets/images/logo-2-color.png
Binary file not shown.
Binary file removed assets/images/logo-3-color.png
Binary file not shown.
Binary file removed assets/images/logo-4-color.png
Binary file not shown.
Binary file removed assets/images/logo-5-color.png
Binary file not shown.
Binary file removed assets/images/logo-6-color.png
Binary file not shown.
Binary file removed assets/images/project-1.jpg
Binary file not shown.
Binary file removed assets/images/project-2.png
Binary file not shown.
Binary file removed assets/images/project-3.jpg
Binary file not shown.
Binary file removed assets/images/project-4.png
Binary file not shown.
Binary file removed assets/images/project-5.png
Binary file not shown.
Binary file removed assets/images/project-6.png
Binary file not shown.
Binary file removed assets/images/project-7.png
Binary file not shown.
Binary file removed assets/images/project-8.jpg
Binary file not shown.
Binary file removed assets/images/project-9.png
Binary file not shown.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ <h4 class="h4 service-item-title">An exciting Research opportunity</h4>
<h2 class="h2 article-title">Resume</h2>
</header>

<iframe src="./assets/images/SagarChotalia_Resume_VJTI.pdf"
width="800"
height="800"></iframe>

<section class="timeline">

<div class="title-wrapper">
Expand Down Expand Up @@ -971,7 +975,7 @@ <h3 class="h3 form-title">Contact Form</h3>

<textarea name="message" class="form-input" placeholder="Your Message" required data-form-input></textarea>

<button class="form-btn" type="submit" disabled data-form-btn>
<button class="form-btn" type="submit" enabled data-form-btn>
<ion-icon name="paper-plane"></ion-icon>
<span>Send Message</span>
</button>
Expand Down

0 comments on commit da8e88b

Please sign in to comment.