Skip to content

Commit

Permalink
Merge pull request #16 from mjgirase07/feat/added-my-unique-about-page
Browse files Browse the repository at this point in the history
Added my unique about me page
  • Loading branch information
suhani1804 authored Oct 13, 2023
2 parents eedb1a5 + afd6dfc commit aaca2c1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added assets/mahendra.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,35 @@ <h2 style="font-family: Arial, sans-serif; font-size: 20px;">
>Learn More</a
>
</div>

<div class="content">
<img src="./assets/mahendra.jpg" alt="Owner's Image" />

<h2 style="font-family: Arial, sans-serif; font-size: 20px;">
Mahendra Girase

</h2>
<p style="
font-family: Arial, sans-serif;
font-size: 16px;
padding: 5px;
">
Click below to know more about me
</p>
<a href="https://mjgirase07.github.io/CV-Demo-/" target="_blank" style="
font-family: Arial, sans-serif;
font-size: 16px;
color: #fff;
background-color: #333;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
"
>Learn More</a
>
</div>

<div class="content">
<img
src="assets/Pratik/aboutPratik.jpeg"
Expand Down

0 comments on commit aaca2c1

Please sign in to comment.