-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 1.24 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 1.24 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Rahul Hanchate</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body id="top">
<section id="intro">
<div class="intro-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<h5>Hello World!</h5>
<h1>Rahul M Hanchate</h1>
<p class="intro-position">
<span>Student at NITK Surathkal</span>
<span>VLSI & Computer Architecture</span>
</p>
</div>
</div>
</div>
<ul class="intro-social">
<li><a href="https://www.linkedin.com/in/rmhanchate/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/rmhanchate"><i class="fa fa-github"></i></a></li>
<li><a href="mailto:rmhanchate2000@gmail.com"><i class="fa fa-envelope"></i></a></li>
</ul>
</section>
</body>
</html>