-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.html
42 lines (36 loc) · 2.1 KB
/
apps.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
<!DOCTYPE html>
<head>
<title>Apps-Avishek De</title>
<meta name="author" content="Avishek De">
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Cinzel+Decorative:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="styles/normalize.css">
<link rel="stylesheet" type="text/css" href="styles/tooltip.css">
<link rel="stylesheet" type="text/css" href="styles/style1.css">
<link rel="stylesheet" type="text/css" href="styles/style3.css">
</head>
<body>
<div id="logoholder">
<a href="index.html"><img src="pics/logomain.png" width="130px" height="130px"></a>
</div>
<div id="tagholder">
<a href="about.html"><div id="aboutme" class="btag" style="top:80px; left:40px;"> <span class="btagtext"> About Me </span></div></a>
<a href="apps.html"><div id="apps" class="btag" style="top:80px; left:172px;"> <span class="btagtext"> Apps </span></div></a>
<a href="blogs.html"><div id="blogs" class="btag" style="top:80px; left:304px;"> <span class="btagtext"> Blogs </span></div></a>
<a href="gallery.html"><div id="gallery" class="btag" style="top:80px; left:436px;"> <span class="btagtext"> Gallery </span></div></a>
<a href="contact.html"><div id="contact" class="btag" style="top:80px; left:568px;"> <span class="btagtext"> Contact </span></div></a>
<a href="feedback.html"><div id="feedback" class="btag" style="top:80px; left:700px;"> <span class="btagtext"> Feedback </span></div></a>
</div>
<div id="title">
Apps Developed
</div>
<div id="appcontainer">
<a class="tooltip" href="https://status.sdslabs.co.in"><div id="app1" class="app first last"><span class="left">SDSLabs Status Board</span><span class="right">https://status.sdslabs.co.in (IITR Intranet)</span></div><span class="tt">This is a web app which shows the status of the various applications of SDSLabs,i.e, whether they are operational or down</span></a>
</div>
<div id="bottombar">
<span id="movedownmain">
©   Avishek De 2014 <br>
Best viewed in Google Chrome ver 12.0 and above and Mozilla Firefox ver 25.0 and above in 1366 x 768 resolution </span>
</div>
</body>
</html>