-
Notifications
You must be signed in to change notification settings - Fork 0
/
hireme.html
88 lines (84 loc) · 3.56 KB
/
hireme.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hire me</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="topcolor"> </div>
<header>
<div class="navbar">
<span><a class="headlink" href="index.html" target="_main"><div class="headbutton">Home</div></a></span>
<div id="lineheader"> </div>
<span><a class="headlink" href="resume.html" target="_main"><div class="headbutton">Resume</div></a></span>
<div id="lineheader"> </div>
<span><a class="headlink" href="hireme.html" target="_main" ><div class="headbutton">Hire Me</div></a></span>
</div>
</header>
<div id="topmargin"></div>
<h1>Hi!</h1>
<p>
Love to hear from you,
</p>
<p>Get in touch</p>
<br>
<section>
<form name="hire me" method="POST" data-netlify="true" onSubmit="submit" netlify-honeypot="bot-field">
<h2>Your name</h2>
<input type="text" placeholder="Your Full Name" id="name" name="name">
<br><br>
<h2>Your Email</h2>
<input type="text" placeholder="Your email" id="name" name="email">
<br><br>
<h2>Intrested in</h2>
<select name="services">
<option value="Web-devlopment">Web-devlopment</option>
<option value="Graphic-Design">Graphic-Design</option>
<option value="Something-else">Something-else</option>
</select>
<br><br>
<h2>Message</h2>
<textarea name="message" id="103" placeholder="Let tell us know your project"
rows="5"></textarea>
<br><br>
<div class="bot-field">
<div data-netlify-recaptcha="true">
</div>
</div>
<br><br>
<span><input id="submit" type="submit" value="JUST SEND"></sapn>
</form>
</section>
<br>
<br>
<footer>
<div id="footertop">
<div class="contact">
<div class="f-heading">Contact Info :</div>
<a class="ftopitem" href="tel:+919690463547"><i class="fa-solid fa-square-phone"></i> +919690463547</a>
<a class="ftopitem" href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i> [email protected]</a>
</div>
<div id="linefooter"> </div>
<div class="social">
<div class="f-heading">Social :</div>
<a class="ftopitem" href="https://www.linkedin.com/in/mohitrana18" target="_main"><i class="fa-brands fa-linkedin"></i> Linkedin</a>
<a class="ftopitem" href="https://github.com/mohitranag18" target="_main"><i class="fa-brands fa-github"></i> Github</a>
<a class="ftopitem" href="https://www.instagram.com/mohit.rana18" target="_main"><i class="fa-brands fa-instagram"></i> Instagram</a>
</div>
<div id="linefooter"> </div>
<div class="Address">
<div class="f-heading">Address :</div>
<a class="ftopitem" href="https://maps.app.goo.gl/CsZfWt1J9yEb4rjX7" target="_main"><i class="fa-solid fa-location-dot"></i> Dehradun, Uttarakhand
</a>
</div>
</div>
<div id="footerbotom">
<div><p class="fbotitem">Made by Mohit Rana</p> </div>
<div><p class="fbotitem">© 2024 | All Rights Reserved |</p> </div>
</div>
</footer>
</body>
</html>