-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
58 lines (40 loc) · 2.22 KB
/
contact.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact</title>
<link rel="stylesheet" href="contact.css">
<link rel="icon" href="PROTFILIO PIC.jpg" >
</head>
<body>
<div class="nav">
<div class="logo">
<img src="PROTFILIO PIC.jpg" width="220px">
</div>
</div>
<div class="section">
<a href="index.html"> Home</a>
<a href="about.html">About </a>
<a href="contact.html"> Contact</a>
<a href=" mailto:/[email protected]"><button class="Hire">Hire me</button></a>
</div>
<script src="https://kit.fontawesome.com/73621d3e01.js" crossorigin="anonymous"></script>
<img src="contacl left.png" class="left" >
<div class="main">
<h1 style="position: absolute;left: 15px; top: 400px;">Gmail me : <a href="mailto:/[email protected]"> <i class="fa-solid fa-envelope fa-2xl" style="color: rgb(148, 207, 21);"></i></a></h1>
<h1 style="position: absolute; left: 20px;top: 470px;" > Follow me in social media : </h1>
<div class="container">
<img src="illustration contact.png" width="250px" style="position: relative;height: 380px; width: 460px; ">
<div class="icons">
<a href="https://www.instagram.com/_ra__v_i_" target="_blank" class="id"><i class="fa-brands fa-instagram fa-2xl" style="color: #ff5706;"></i></a>
<a href="https://www.linkedin.com/in/ravikumar-e-b69394216/" class="id"><i class="fa-brands fa-linkedin fa-2xl" style="color: #0000ff;"></i></a>
<a href="https://www.twitter.com/@Ravikumareluma1" target="_blank" class="id"><i class="fa-brands fa-x-twitter fa-2xl" style="color: #000000;"></i></a> <br> <br>
<a href="https://www.facebook.com/Ravi Kumar"target="_blank" class="id"><i class="fa-brands fa-facebook fa-2xl" style="color: #0000ff;"></i></a>
<a href="https://www.threads.net/_ra__v_i_" target="_blank"class="id"><i class="fa-brands fa-threads fa-2xl" style="color: #000000;"></i></a>
<a href="https://wa.me/+918098384751" target="_blank"class="id"><i class="fa-brands fa-whatsapp fa-2xl" style="color: #00ff00;"></i></a>
</div>
</div>
</div>
</body>
</html>