-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
122 lines (119 loc) · 5.17 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tu Phodega</title>
<meta charset="UTF-8" />
<meta name="google-site-verification" content="rh1RLLiXrVeBTdNJYi9yEqzNYMHcW_ps05wOO0xfhT4" />
<meta name="description"
content="I am Mayur Pai B H, a web developer, and programmer. An inquisitive natured person who loves exploring routes that I've never come across. I'm pursuing my Bachelor's degree, a fourth-year engineering student in the stream of Information Science from Sahyadri College of Engineering and Management, Mangaluru." />
<meta name="keywords" content="HTML,CSS, JavaScript, VTU Notes, Engineering, Engineering Notes" />
<meta name="author" content="Mayur Pai" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Shojumaru&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet" />
<link rel="icon" href="images/favicon1.ico" type="image/x-icon" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<link rel="stylesheet" href="style.css " />
</head>
<body>
<div class="loader-container">
<img class="m_dir" src="images/T.png" />
<div class="think">
<p>Jao Ab Phodo!</p>
</div>
<div class="loader"></div>
</div>
<script>
$(window).on("load", function () {
$(".loader-container").fadeOut(1000);
});
</script>
<div class="container">
<video autoplay loop class="videoback" muted plays-inline>
<source src="Video.mp4" type=video/mp4> </video> <div class="tuphodega">
<a href="index.html">
<ul>
<li>T</li>
<li>u </li>
<li>P</li>
<li>h</li>
<li>o</li>
<li>d</li>
<li>e</li>
<li>g</li>
<li>a</li>
</ul>
</a>
</div>
<div class="sem">
<div class="cs">
<div class="infoScience" data-tilt>
<a href="InformationScience\infoScience.html" title="Information Science">
<h1>Information Science</h1>
<img src="images\Infosciene.jpeg" alt="Information Science" />
</a>
</div>
<div class="compScience" data-tilt>
<a href="ComputerScience/compScience.html" title="Computer Science">
<h1>Computer Science</h1>
<img src="images\Computer.jpeg" alt="Information Science" />
</a>
</div>
</div>
<div class="me">
<div class="mechanical" data-tilt>
<a href="Mechanical/mechanical.html" title="Mechanical">
<h1>Mechanical</h1>
<img src="images\Mechanical.jpeg" alt="Information Science" />
</a>
</div>
</div>
<div class="ec">
<div class="electro" data-tilt>
<a href="Electronics/electro.html" title="Electronics & Communication">
<h1>Electronics</h1>
<img src="images\Electronic.jpeg" alt="Information Science" />
</a>
</div>
<div class="civil" data-tilt>
<a href="Civil/civil.html" title="Civil">
<h1>Civil</h1>
<img src="images\Civil.jpeg" alt="Information Science" />
</a>
</div>
</div>
</div>
<div class="footer">
<p id="by">
Handcrafted with <i class="fa fa-heart" aria-hidden="true"></i> by
<a href="https://mayurpai.github.io/" target="blank"><strong>Mayur Pai</strong></a>
</p>
<p id="copy">
Copyright <i class="fa fa-copyright" aria-hidden="true"></i> 2020
</p>
<a href="https://wa.me//919611609185"><i class="fa fa-whatsapp fa-2x" id="whatsapp" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/profile.php?id=100010154376824" title="Mayur Pai" target="blank"><i
class="fa fa-facebook fa-2x" id="fb" aria-hidden="true"></i></a>
<a href="https://twitter.com/Mayur_pai5" title="Mayur_pai5" target="blank"><i class="fa fa-twitter fa-2x"
id="twitter" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/mayurpai19/" title="mayurpai19" target="blank"><i class="fa fa-instagram fa-2x"
id="insta" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/mayur-pai5/" title="Mayur Pai B H" target="blank"><i
class="fa fa-linkedin fa-2x" id="link" aria-hidden="true"></i></a>
<a href="https://github.com/mayurpai" title="Mayur Pai" target="blank"><i class="fa fa-github fa-2x" id="git"
aria-hidden="true"></i></a>
</div>
<div class="cpy">
The textbooks available on this website are taken from the internet and
are only made available for reference. No sale of textbooks, copyright
infringement is encouraged. <br />
The author of this website doesn't own any copyrights for the textbooks.
</div>
</div>
<script src="vanilla-tilt.js"></script>
</body>
</html>