-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (45 loc) · 2.42 KB
/
index.html
File metadata and controls
48 lines (45 loc) · 2.42 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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rahul Bagad</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta name="keywords"
content="Rahul Bagad, personal website, portfolio, rahulbagad, Walchand college of Engineering Sangli">
<meta name="description" content="Personal portfolio website.">
<link rel="icon" href="img/prof.jpg">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bellefair|Dancing+Script|Inconsolata|Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bellefair|Dancing+Script|Inconsolata|Pacifico|Play"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lobster|Righteous|Yellowtail" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lobster|Pontano+Sans|Righteous|Yellowtail" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lobster|Pontano+Sans|Quattrocento|Righteous|Yellowtail"
rel="stylesheet">
<link rel="stylesheet"
href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/main.css" type="text/css" rel="stylesheet" />
</head>
<body>
<nav>
<div class="nav-wrapper">
<a href="#!" class="brand-logo center">Home</a>
<ul class="left hide-on-med-and-down">
<li><a href="products.html">Products</a></li>
</ul>
</div>
</nav>
<div style="text-align: center; top: 50%; left: 50%; margin-top: 25%;">
<h1>👋 Hola!</h1>
</div>
<img src='http://dev-api.pureplaypmp.com/pixelfire/lineitems/10/pixels/2?referer=https://rahulbagad.github.io/index.html' width='1' height='1' style='display:none;' />
<!-- Scripts-->
<script src="js/consolemsg.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>