-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhire.html
38 lines (37 loc) · 1.38 KB
/
hire.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
<!DOCTYPE html>
<html>
<head>
<script src="script/js.js">
</script>
<title>
MUGSHOT | Hire</title>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/ico" href="icon.png" />
<meta name='viewport'>
</head>
<body>
<h1 style = "font-family:karla,serif;font-size:26px">
<div class="topnav">
<a class="active" href="index.html"style="font-size:25px;">MUGSHOT</a>
<div class ="rightnav">
<a href="videos.html">Videos</a>
<a href="projects.html">Projects</a>
<a href="#">Hire</a>
</div></div>
</h1>
<hr>
<div class="name">
<h1 class="beba" ><center>HIRE ME !</center></h1>
<a href="Nitish Pant CV formal js.pdf" target="_blank"> <h1 class="bebacv" >GET CV</h1></a>
</div>
<p class="bebap" >I am an IT undergrad who is psyched about Natural Language Processing,<br /> and Web Development. </br>
I try to mix up creativity with basic things.
</p>
<div class="fixed" >
<a href="https://www.behance.com/nitishpant" target="_blank">
<p class="pad" style="font-size:90%;" > Website developed by Nitish Pant </p>
</a>
</div>
</body>
</html>