-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhire.html
More file actions
31 lines (28 loc) · 1.13 KB
/
hire.html
File metadata and controls
31 lines (28 loc) · 1.13 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
<html>
<head>
<title>Hire me</title>
<link rel="stylesheet" href="h.css">
</head>
<body>
<section id="me">
<br>
<h1><b><i>Hire <span>me</span></i></b></h1>
<div class="form-container">
<form>
<div class="clr">
<h2 ><i>Name:<span>Shivaguru S</span></i></h2>
</div>
<h2 class="2">Location:Trichy</h2>
<h2 class="3">Contact:7890564722</h2>
<h2 class="4">Mail:shiva06@gmail.com</h2><br>
</form>
</div>
<div class="h">
<h2>Social media</h2>
<a href="https://www.linkedin.com/in/shivaguru-s-765b30257" target="_blank"><img src="LinkedIn_logo.png" width="50" height="30"></a>
<a href="https://github.com/shivaguru-06" target="_blank"><img src="GitHub-Logo.png" width="70" height="30"></a>
<a href="https://www.instagram.com/_shiva0610_?igsh=MTJlOXMzazltdGZ6Yw==" target="_blank"><img src="instagram.jpg" width="70" height="30"></a>
</div>
</section>
</body>
</html>