-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocialmedia.html
More file actions
40 lines (31 loc) · 2.18 KB
/
socialmedia.html
File metadata and controls
40 lines (31 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatiblel" content="ie=edge">
<title>socialmedia</title>
<link href="sociamedia.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Passion+One&family=Rancho&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rancho&display=swap" rel="stylesheet">
</head>
<body>
<div class="heading1">
<h2>Amrutha Santhosh</h2>
<a href="index.html"> <span> Home </span> </a>
<a href="profile.html"> <span> About </span></a>
<a href="contact.html"> <span> Contact Me </span></a>
<a href="socialmedia.html"> <span> Social Media </span></a>
</div>
<div class="body">
<div class="desc">
<h1><u>Social Media's </u></h1>
<span class="head">Find me in these places!!!</span>
<a class="first" href="https://m.facebook.com/profile.php?id=100009164333630&ref=content_filter"><img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Facebook_icon.jpg" width="5%"></a>
<a class="second" href="https://www.instagram.com/a_mrutha_santhosh/?hl=en"><img src="https://www.alltechbuzz.net/wp-content/uploads/2019/09/57e5dd424854aa14ea898579ce203e7c1d22dfe05558774075277dd2_640.jpg" width="5%"></a><br>
<a class="third" href="https://www.linkedin.com/in/amrutha-santhosh-b55ba2153"><img src="https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png" width="5%"></a>
<a class="forth" href="https://github.com/amruthasanthosh0"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Octicons-mark-github.svg/900px-Octicons-mark-github.svg.png" width="5%"></a><br>
<a class="fifth" href="https://twitter.com/Amrutha52436389?s=08"><img src="https://lh3.googleusercontent.com/x3XxTcEYG6hYRZwnWAUfMavRfNNBl8OZweUgZDf2jUJ3qjg2p91Y8MudeXumaQLily0" width="5%"></a>
</div>
</div>
</body>
</html>