Skip to content

Commit aaca2c1

Browse files
authored
Merge pull request #16 from mjgirase07/feat/added-my-unique-about-page
Added my unique about me page
2 parents eedb1a5 + afd6dfc commit aaca2c1

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

assets/mahendra.jpg

326 KB
Loading

index.html

+29
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,35 @@ <h2 style="font-family: Arial, sans-serif; font-size: 20px;">
107107
>Learn More</a
108108
>
109109
</div>
110+
111+
<div class="content">
112+
<img src="./assets/mahendra.jpg" alt="Owner's Image" />
113+
114+
<h2 style="font-family: Arial, sans-serif; font-size: 20px;">
115+
Mahendra Girase
116+
117+
</h2>
118+
<p style="
119+
font-family: Arial, sans-serif;
120+
font-size: 16px;
121+
122+
padding: 5px;
123+
">
124+
Click below to know more about me
125+
</p>
126+
<a href="https://mjgirase07.github.io/CV-Demo-/" target="_blank" style="
127+
font-family: Arial, sans-serif;
128+
font-size: 16px;
129+
color: #fff;
130+
background-color: #333;
131+
padding: 10px 20px;
132+
border-radius: 5px;
133+
text-decoration: none;
134+
"
135+
>Learn More</a
136+
>
137+
</div>
138+
110139
<div class="content">
111140
<img
112141
src="assets/Pratik/aboutPratik.jpeg"

0 commit comments

Comments
 (0)