-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (54 loc) · 2.56 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>About Piyush Madan</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Some of the CSS was reused from Selector.js demo html page -->
<link rel="stylesheet" type="text/css" href="css/DonTheDOM.css" />
<!-- CSSUtilities + Selector.js + jQuery.js-->
<script type="text/javascript" src="lib/CSSUtilities.js"></script>
<script type="text/javascript" src="lib/Selector.js"></script>
<script type="text/javascript" src="lib/jquery-1.9.1.min.js"></script>
</head>
<body>
<div id="intro-column">
<h1>Piyush Madan</h1>
<p>OpenSource Supporter/Contributor, Bigtime Foodie, Passionate Music Lover and proud Delhiite</p>
<ol>
<li class="home">Lives in New Delhi,India</li>
<li class="work">Works at Raxa</li>
<li class="code">Loves to play with JavaScript</li>
</ol>
<div id="Links">
<a href="http://github.com/madanpiyush">
<img src="images/github.png">
</a>
<a href="http://twitter.com/madanpiyush">
<img src="images/twitter.png">
</a>
<a href="http://facebook.com/madanpiyush">
<img src="images/facebook.png">
</a>
<a href="http://piyushmadan.tumblr.com">
<img src="images/tumblr.png">
</a>
</div>
</div>
<div id="DonTheDOM">
<div class="cssutilities-demo">
<button type="button" id="cssutilities-demotrigger" style: "">INSPECT</button>
<div id="content-demo" style="width: 90%;height:200px ; overflow:scroll;" hidden></div>
</div>
<textarea id="targetStyle" style="width:80%; height: 150px; " value="">
1. Start inspecting by Pressing Inspect button
2. Hover over the elements and select the element to load its properties</textarea>
</div>
<p class="footer-link">View Code on
<a style=" color:grey; font-weight: bold; " href="http://github.com/madanpiyush/DonTheDOM">GitHub
</a>
</p>
<div>
<!-- demo script -->
<script type="text/javascript" src="js/DonTheDOM.js"></script>
</body>
</html>