-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
executable file
·429 lines (363 loc) · 12.9 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
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<?php
session_start();//session starts here
?>
<!DOCTYPE html>
<html>
<head>
<!--style for scroll to top button-->
<style>
#mydiv {
display: none;
}
.scrollToTop{
width:100px;
height:130px;
padding:10px;
text-align:center;
background: whiteSmoke;
font-weight: bold;
color: #444;
text-decoration: none;
position:fixed;
bottom:75px;
right:40px;
display:none;
background: url('images/top4.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
text-decoration:none;
}
#loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #90caf9; /* Blue */
border-bottom: 16px solid grey;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 8s linear infinite;
position: fixed;
top: 30%;
left: 40%;
transform: translate(-50%, -50%);
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(180deg); }
}
</style>
<title>STOCK:REGISTER</title>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="fonts/font-awesome.min.css" type="text/css" media="screen">
<!-- Include roboto.css to use the Roboto web font, material.css to include the theme and ripples.css to style the ripple effect -->
<link href="css/material.min.css" rel="stylesheet">
<link href="css/ripples.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/materialize.min.css" type="text/css" rel="stylesheet">
<link type="text/css" href="../google.css" rel="stylesheet">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body class="#bdbdbd grey lighten-1" onload="myFunction()" >
<!--loader-->
<div id="loader"></div>
<div id="mydiv">
<!--scroll to top button-->
<a href="#" class="scrollToTop"><br></a>
<header>
<nav class="top-nav #90caf9 blue lighten-3 " id="top">
<div class="nav-wrapper">
<a href="index.html" class="brand-logo">
<img src="images/images9.jpg" alt="no-display" style="border-radius:100px" width=10%></img>
STOCK IT EASY</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#!" class="waves-effect waves-light modal-trigger" id="login">LOGIN</a></li>
<li><a href="about.html" target="_blank" id="project">ABOUT PROJECT</a></li>
<li><a href="#developer">ABOUT DEVELOPERS</a></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="row">
<div class="col s12 m4 l3">
<!--<p> side nav</p>-->
<ul class="collapsible" data-collapsible="accordion">
<li class="bold">
<div class="collapsible-header waves-effect waves-#80deea cyan lighten-3"><p class="white-text text-darken-2">CATEGORIES</p></div>
<div class="collapsible-body">
<ul>
<li class="bold">
<div class="collapsible-header waves-effect waves-#424242 grey ">
<a href="#!" class="white-text " onclick="loadElectronics()">ELECTRONICS</a></div>
</li>
<li class="bold">
<div class="collapsible-header waves-effect waves-#424242 grey ">
<a href="#!" class="white-text" onclick="loadPaper()">PAPER PRODUCTS</a></div>
</li>
<li class="bold">
<div class="collapsible-header waves-effect waves-#424242 grey ">
<a href="#!" class="white-text" onclick="loadWrite()">WRITING INTRUMENTS</a></div>
</li>
</ul>
</div>
</li><br>
<li class="bold">
<div class="collapsible-header waves-effect waves-#80deea cyan lighten-3"><p class="white-text text-darken-2">CONTACT US</p></div>
<div class="collapsible-body">
<ul><li class="white-text text-darken-2"><b>GOPIPRASANTH:8498011066</b></li>
<li class="white-text text-darken-2"><b>KIRAN:9700946356</b></li>
<li class="white-text text-darken-2"><b>PREETHAM:9000288212</b></li>
<li class="white-text text-darken-2"><b>HARISH:8179966817</b></li>
</ul>
</div>
</li><br>
<li class="bold">
<div class="collapsible-header waves-effect waves-#80deea cyan lighten-3"><p><a class="white-text text-darken-2" target="_blank" href="stockregister.rar" download>DOWNLOADSOURCE</a></p></div>
<div class="collapsible-body"></div>
</li>
</ul>
</div>
<!--main centered body-->
<div class="col s12 m8 l9" id="contentdisplay">
<!--BACK GROUND IMAGE-->
<img class="responsive" width=100% height=100% src="images/office39.jpg"/>
</div>
<!--LOG IN MODEL-->
<!-- Modal Structure -->
<div id="logincontent" class="modal modal-fixed-footer">
<div class="modal-content">
<h5>LOGIN PAGE</h5>
<div class="row">
<form class="col s12" method="POST" action="login.php">
<div class="row">
<div class="input-field col s6">
<input id="username" name="user_id" type="text" class="validate">
<label for="username">USER NAME</label>
</div>
<div class="input-field col s6">
<input id="password" name="password" type="password" class="validate">
<label for="password">PASSWORD</label>
</div>
</div>
<button class="btn waves-effect waves-#3e2723 blue btn-flat" type="submit" name="login">LOGIN
<i class="material-icons right">send</i></button>
</form>
</div>
<div class="modal-footer">
<a href="#!" class=" modal-action modal-close waves-effect waves-#3e2723 blue btn-flat" id="close-button">CLOSE</a>
</div>
</div>
</div>
</div>
<!-- ABOUT DEVELOPERS-->
<div class="row">
<h3 class="white-text">.<hr>.</h3>
<!--KIRAN VAJRAPU-->
<div id="developer">
<h3 class="white-text">ABOUT US</h3>
<div class="col s3">
<div class="row">
<div class="col s12 m12 l12">
<div class="card">
<div class="card-image">
<img src="images/kiran.jpg">
<span class="card-title"></span>
</div>
<div class="card-content">
<p>iam a student of mvgr college of enhineering.
iam also hacktiwist at swecha.</p>
</div>
<div class="card-action">
<a href="#!">KIRAN VAJRAPU</a>
</div>
</div>
</div>
</div>
</div>
<!--HARISH PALAVALASA-->
<div class="col s3">
<div class="row">
<div class="col s12 m12 l12">
<div class="card">
<div class="card-image">
<img src="images/harish.jpg">
<span class="card-title"></span>
</div>
<div class="card-content">
<p>iam a student of mvgr college of enhineering.
i am a techie imterested in research.</p>
</div>
<div class="card-action">
<a href="#!">HARISH PALAVALASA</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--PREETHAM THALLURI-->
<div class="col s3">
<div class="row">
<div class="col s12 m12 l12">
<div class="card">
<div class="card-image">
<img src="images/preetham.jpg">
<span class="card-title"></span>
</div>
<div class="card-content">
<p>iam a student of mvgr college of enhineering.
iam a film editor,and also interested in making films.</p>
</div>
<div class="card-action">
<a href="#!">PREETHAM TALLURI</a>
</div>
</div>
</div>
</div>
</div>
<!--gopiprasanth potipireddy-->
<div class="col s3">
<div class="row">
<div class="col s12 m12 l12">
<div class="card">
<div class="card-image">
<img src="images/prasanth.jpg">
<span class="card-title"></span>
</div>
<div class="card-content">
<p>iam a student of mvgr college of enhineering.
iam also hacktiwist at swecha.</p>
</div>
<div class="card-action">
<a href="#!">GOPIPRASANTH POTIPIREDDY</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!--PAGE FOOTER-->
<footer class="page-footer #90caf9 blue lighten-3">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">we are on web</h5>
<p class="grey-text text-lighten-4">DEVELOPED BY MVGR CSE-B 2013-17</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">WEB ACTIVITIES</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/groups/198477123673425/">FACEBOOK</a></li>
<li><a class="grey-text text-lighten-3" href="#!">GOOGLE+</a></li>
<li><a class="grey-text text-lighten-3" href="#!">TWITTER</a></li>
<li><a class="grey-text text-lighten-3" href="#!">TELEGRAM</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<p class="black-text text-darken-2">©2016 COPYLEFT</p>
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
</div>
</div>
</footer>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/ripples.min.js"></script>
<script src="js/material.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery.mmenu.min.all.js"></script>
<script src="js/count-to.js"></script>
<script src="js/jquery.inview.min.js"></script>
<script src="js/main.js"></script>
<script src="js/classie.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/smooth-on-scroll.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="jquery-1.11.3.min.js" type="text/javascript"></script>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<!--OWN SCRIPT-->
<script>
var myVar;
function myFunction() {
myVar = setTimeout(showPage, 3000);
}
function showPage() {
document.getElementById("loader").style.display = "none";
document.getElementById("mydiv").style.display = "block";
}
</script>
<script>
//log in model
$(document).ready(function(){
$("#login").click(function(){
$('#logincontent').openModal();
});
//scroll to top
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('.scrollToTop').fadeIn();
} else {
$('.scrollToTop').fadeOut();
}
});
//Click event to scroll to top
$('.scrollToTop').click(function(){
$('html, body').animate({scrollTop : 0},800);
return false;
});
});
function loadDoc() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 200) {
document.getElementById("contentdisplay").innerHTML = xhttp.responseText;
}
};
xhttp.open("GET", "about.html", true);
xhttp.send();
}
function loadElectronics() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 200) {
document.getElementById("contentdisplay").innerHTML = xhttp.responseText;
}
};
xhttp.open("GET", "electronics.php", true);
xhttp.send();
}
function loadPaper() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 200) {
document.getElementById("contentdisplay").innerHTML = xhttp.responseText;
}
};
xhttp.open("GET", "paperproducts.php", true);
xhttp.send();
}
function loadWrite() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 200) {
document.getElementById("contentdisplay").innerHTML = xhttp.responseText;
}
};
xhttp.open("GET", "officestationary.php", true);
xhttp.send();
}
</script>
</div>
</body>
</html>