-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
39 lines (36 loc) · 2.04 KB
/
index.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
<!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>
<div style="text-align: center; top: 50%; left: 50%; margin-top: 25%;">
<h1>👋 Hola!</h1>
</div>
<!-- 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>