forked from shawshankkumar/HTML-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocialmedia.html
24 lines (24 loc) · 1023 Bytes
/
socialmedia.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<div id="top"></div>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<h3>Our Social media pages:</h3>
<a href="https://www.instagram.com/shashankkumarthakur/" target="_blank">Instagram Account </a>
<img src="images\instagram.jpg" alt="instagram logo" width="12%">
<br>
<a href="https://www.quora.com/profile/Shashank-Kumar-1670" target="_blank">Quora Account </a>
<img src="images\download (2).png" alt="LinkedIn logo" width="8%">
<br>
<a href="https://www.fb.com" target="_blank">Facebook Account</a>
<img src="images\download (3).png" alt="Facebook logo" width="10%">
<br>
<a href="https://www.linkedin.com/in/shashank-kumar-a709341b7/" target="_blank">LinkedIn Account</a>
<img src="images\download (4).png" alt="LinkedIn logo" width="12%">
<br>
<a href="https://github.com/shawshankkumar" target="_blank">Github Account</a>
<img src="images\download (5).png" alt="Github logo" width="12%">
<br>
<br>
<br>
<a href="#top">Got to Top</a>
<br>
<a href="index.html"> back to the main page</a>