Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shreya Gupta Profile Page #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

<div class="container">
<div class="card" data-tilt>
<img src="https://bestprofilepictures.com/wp-content/uploads/2021/04/Cool-Profile-Picture-986x1024.jpg"> <!-- You can change progile picture from here -->
<h2><\Name></h2> <!-- Update your name-->
<p><\Headline></p> <!-- Write headline here -->
<img src="https://avatars.githubusercontent.com/u/68528421?s=400&u=fe7972aa91b52f1360734eed41f65d1967ac27f6&v=4"> <!-- You can change progile picture from here -->
<h2><Shreya Gupta></h2> <!-- Update your name-->
<p><A Software Engineer by skills></p> <!-- Write headline here -->
<div class="links">
<a href=""><img src="https://img.icons8.com/color/344/twitter-circled--v1.png"></a> <!-- add your twitter profile link -->
<a href=""><img src="https://img.icons8.com/color/344/github--v1.png"></a> <!-- add your github profile link-->
<a href=""><img src="https://img.icons8.com/color/344/linkedin-circled--v5.png"></a> <!-- add your LinkedIn profile link -->
<!-- add your twitter profile link -->
<a href=""><img src="https://github.com/shrey-a-gupta"></a> <!-- add your github profile link-->
<a href=""><img src="https://www.linkedin.com/in/shreya-gupta-a417431b4/"></a> <!-- add your LinkedIn profile link -->
</div>
<a href="mailto:yourmail@somewhere.com" class="btn">Contact me</a> <!-- add your Gmail id here -->
<a href="mailto:shreya00117@gmail.com" class="btn">Contact me</a> <!-- add your Gmail id here -->
</div>
</div>

Expand Down