-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,13 +65,13 @@ <h3 class="workid">Sleep</h3> | |
<div id="about-me-box-main"> | ||
<div class="container"><h2 class="section__title--aboutme" style="color: black;">About Me</h2></div> | ||
|
||
<div class="aboutme-container "> | ||
<div class="aboutme-container"> | ||
<div class="aboutme-text work-flex" style="flex-grow: 7"> | ||
<h3 class="section__subtitle section__subtitle--aboutme">Undergrad student based in Maharashtra, India</h3> | ||
<p id="aboutme-para" style="color: black;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero omnis eos minima illo accusantium dolorum illum nam, perspiciatis fuga deserunt deleniti. Nemo ea dolorum delectus fugiat molestiae, odit temporibus explicabo?</p> | ||
</div> | ||
<div class="myself-img work-flex" style="flex-grow: 2; align-self: center;"> | ||
<img src="./img/myself.jpeg" alt="Piyush" id="myself"> | ||
<img src="./img/myself.jpeg" alt="Piyush" id="myself" style="border-radius: 6%;"> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -86,15 +86,15 @@ <h2 class="section__title--connect">Connect With Me</h2> | |
<a href="mailto:[email protected]" class="folder"> | ||
<div class="link"><i class="fas fa-envelope-square"></i> E-mail</div></a> | ||
<a href="https://www.linkedin.com/in/piyush-mohite-2b66421ba/" class="folder"> | ||
<div class="link"><i class="fab fa-linkedin"></i> LinkedIn</div> </a> | ||
<div class="link"><i class="fab fa-linkedin"></i> LinkedIn</div></a> | ||
<a href="https://twitter.com/PiyushSMohite" class="folder"> | ||
<div class="link"><i class="fab fa-twitter-square"></i> Twitter</div></a> | ||
<a href="https://www.facebook.com/piyush.mohite.902819/?viewas=" class="folder"> | ||
<div class="link"><i class="fab fa-facebook-square"></i> Facebook</div></a> | ||
<a href="https://www.instagram.com/mohite.py/" class="folder"> | ||
<div class="link"><i class="fab fa-instagram-square"> Instagram</i></div></a> | ||
<div class="link"><i class="fab fa-instagram-square"></i> Instagram</div></a> | ||
<a href="https://github.com/git-pi-e" class="folder"> | ||
<div class="link"><i class="fab fa-github"> GitHub</i></div></a> | ||
<div class="link"><i class="fab fa-github"></i> GitHub</div></a> | ||
</div> | ||
</section> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters