-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout us.html
205 lines (199 loc) · 4.04 KB
/
about us.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head>
<title>ENGINEERING NOTES AND PAPERS</title>
<div class="container dark">
<div class="wrapper"id="top_div">
<div id="top_left">
ENGINEERING STUDY
</div>
<div id="top_right">
Email: [email protected]
</div>
<div id="clear"></div>
</div>
</div>
<div class="container light">
<div class="wrapper">
<div id="logo_left">
<img src="logo.png"height"200px" width"500px"/>
</div>
<div id="logo_right">
<form>
<input id="ts" type="text" name="textbox"/>
<input id="b" type="button" name="search" value="search"/>
</form>
</div><div id="clear"></div>
</div>
<div class="container">
<div class="wrapper">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="notes.html">NOTES</a>
<ul>
<li><a href="notes/csnotes.html">CSE</a></li>
<li><a href="notes/itnotes.html">IT</a></li>
<li><a href="notes/menotes.html">ME</a></li>
<li><a href="notes/civilnotes.html">CIVIL</a></li>
<li><a href="notes/eenotes.html">ELECTRICAL</a></li>
<li><a href="notes/ecenotes.html">ECE</a></li>
</ul>
</li>
<li><a href="model paper.html">MODEL PAPER</a>
<ul>
<li><a href="papers/cspaper.html">CSE</a></li>
<li><a href="papers/itpaper.html">IT</a></li>
<li><a href="papers/mepaper.html">ME</a></li>
<li><a href="papers/civilpaper.html">CIVIL</a></li>
<li><a href="papers/eepaper.html">ELECTRICAL</a></li>
<li><a href="papers/ecepaper.html">ECE</a></li>
</ul>
</li>
<li><a href="contact us.html">CONTACT US</a></li>
<li><a href="about us.html">ABOUT US</a></li>
</ul>
</div>
</div>
</head>
<style type="text/css">
*{
margin:0px;
padding:0px;
}
body{
background: url("b.jpg")no-repeat;
background-size: cover;
background-attachment:fixed;
}
.container
{
width:100%;
}
.wrapper{
width:90%;
margin:auto;
}
.dark{
background-color:black;
color:white;
}
.light{
background:seagreen;
}
#top_left{
display:inline-block;
}
#top_right{
float:right;
}
#top_div{
height:40px;
line-height:40px;
}
#logo_left{
height:100px;
display:inline-block;
}
#logo_right{
float:right;
margin-top:60px;
}
#ts{
height:30px;
border-radius:8px;
}
#b{
background-color:black;
color:white;
height:30px;
width:50px;
border-radius:8px;
}
#clear{
clear:both;
}
ul{
margin:0px;
padding:0px;
list-style:none;
}
ul li{
float:left;
width:170px;
height:40px;
background-color:black;
opacity:.7;
line-height:40px;
text-align:center;
font-size:20px;
margin-right:2px;
z-index:100;
position:relative;
}
ul li a{
text-decoration:none;
color:white;
display:black;
z-index:100;
position:relative;
}
ul li a:hover{
background-color:seagreen;
z-index:100;
position:relative;
}
ul li ul li{
display:none;
z-index:100;
position:relative;
}
ul li:hover ul li{
display:block;
z-index:100;
position:relative;
}
.in{
float:left;
width:700px;
height:400px;
margin :0 AUTOPX;
margin-top:10px;
margin-left:10px;
padding-top:30px;
padding-left:30px;
}
.sh{
float:left;
}
.sh1{
width:600px;
height:400px;
margin :0 AUTOPX;
margin-top:10px;
margin-left:10px;
padding-top:20px;
padding-left:20px;
}
h2{
color:seagreen;
font-family:Times New Roman;
font-size:25px;
}
p{
font-size:20px;
color:white;
}
</style>
<body>
<div class="in">
<div class="sh">
<img src="jiya.jpg"height="460px"width="360px"/>
</div>
<div class="sh1">
<h2> ABOUT FOUNDER;<br> JIYA DHYANI</h2><br>
<P>My Name is Jiya Dhyani and I am founder (CEO)of this website <B>Engineering Notes & Papers</B>. <br>I am 20 year old Passionate Blogger and i love to share My Ideas and Informations with People and love to help people. My Work is collecting data for this blog and share them with peoples.
I am a Computer Science Student in H.N.B.G.U Srinagar Garhwal University, Uttrakhand.</P><br><br>
</div>
</div>
</body>
</html>