-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add the languages that I am using to contact section #106
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
cd22c46
added form and text lines in website
Hiresh23 594a8ad
languages and icon added
Hiresh23 d775c06
language logo added and lines written
Hiresh23 4b85f3d
added lines and form along with languages in contact section
Hiresh23 682f4d2
languages added
Hiresh23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -157,55 +157,55 @@ <h1><span class="first-text">I'm a </span><span class="auto-type"></span></h1> | |
<div id="tooltip"> | ||
<span id="tooltiptext">Whatsapp</span> | ||
<a href="https://api.whatsapp.com/send/?phone=0714345661" target="_blank " | ||
><img src="https://img.icons8.com/color/48/000000/whatsapp--v1.png" alt="Whatsapp Icon" | ||
><img class ="ix" src="https://img.icons8.com/color/48/000000/whatsapp--v1.png" alt="Whatsapp Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">Telegram</span> | ||
<a href="https://t.me/YoshithaRathnayake2008" target="_blank " | ||
><img src="https://img.icons8.com/color/48/000000/telegram-app--v1.png" alt="Telegram Icon" | ||
><img class ="ix" src="https://img.icons8.com/color/48/000000/telegram-app--v1.png" alt="Telegram Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">Twitter</span> | ||
<a href="https://twitter.com/Yoshitha2008" target="_blank "> | ||
<img src="https://img.icons8.com/color/48/000000/twitter-circled--v1.png" alt="Twitter Icon" | ||
<img class ="ix" src="https://img.icons8.com/color/48/000000/twitter-circled--v1.png" alt="Twitter Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">LinkedIn</span> | ||
<a href="https://www.linkedin.com/in/yoshitha-rathnayake" target="_blank " | ||
><img src="https://img.icons8.com/color/48/linkedin-circled--v1.png" alt="LinkedIn Icon" | ||
><img class ="ix" src="https://img.icons8.com/color/48/linkedin-circled--v1.png" alt="LinkedIn Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">Instagram</span> | ||
<a href="https://www.instagram.com/yoshitha_rathnayake/" target="_blank " | ||
><img src="https://img.icons8.com/color/48/000000/instagram-new.png" alt="Instagram Icon" | ||
><img class ="ix" src="https://img.icons8.com/color/48/000000/instagram-new.png" alt="Instagram Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">Medium</span> | ||
<a href="https://yoshitharathnayake.medium.com" | ||
><img src="https://img.icons8.com/ios-filled/48/ffffff/medium--v2.png" alt="Medium Icon" | ||
><img class ="ix" src="https://img.icons8.com/ios-filled/48/ffffff/medium--v2.png" alt="Medium Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">GitHub</span> | ||
<a href="https://github.com/YoshithaRathnayake" target="_blank " | ||
><img src="https://img.icons8.com/fluency/48/000000/github.png" alt="GitHub Icon" | ||
><img class ="ix" src="https://img.icons8.com/fluency/48/000000/github.png" alt="GitHub Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">GitLab</span> | ||
<a href="https://gitlab.com/YoshithaRathnayake" target="_blank " | ||
><img src="https://img.icons8.com/color/48/000000/gitlab.png" alt="GitLab Icon" | ||
><img class ="ix"src="https://img.icons8.com/color/48/000000/gitlab.png" alt="GitLab Icon" | ||
/></a> | ||
</div> | ||
<div id="tooltip"> | ||
<span id="tooltiptext">YouTube</span> | ||
<a href="https://www.youtube.com/channel/UCiuDD_uA4v5PF2cr-3nTChA" target="_blank " | ||
><img src="https://img.icons8.com/color/50/youtube-play.png" alt="YouTube Icon" | ||
><img class ="ix" src="https://img.icons8.com/color/50/youtube-play.png" alt="YouTube Icon" | ||
/></a> | ||
</div> | ||
</center> | ||
|
@@ -231,6 +231,13 @@ <h3>ABOUT <span class="text-info">ME</span></h3> | |
<section id="contact-section"> | ||
<h1>CONTACT ME</h1> | ||
<h3>CONTACT <span class="text-info">ME</span></h3> | ||
<section class="context1"><p>Want to get in touch with me? Fill out the form with your inquiry or mail me,you can also connect with me on social media platforms on above given links</p> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove these early commits |
||
<p> | ||
<img src="assets/img/language.png" alt="" style="width: 21px ; height: 21px;"> | ||
Languages : Sinhala(Mother Language) , Tamil , English | ||
</p></section> | ||
<section> | ||
</section> | ||
</section> | ||
</section> | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove these early commits