-
Notifications
You must be signed in to change notification settings - Fork 1
/
index1.php
208 lines (164 loc) · 5.63 KB
/
index1.php
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
<?php include 'con/con.php'; ?>
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Aurganon'16</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/particles.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/materialize.js"></script>
<script src="content/bootstrapJS/jquery-2.1.1.min.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$(".text").hide()
});
function getResults(elem) {
elem.checked && elem.value == "Show" ? $(".text").show() : $(".text").hide();
};
</script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="images/logo.png">
<!--style>
.fixed-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: rgba(255,255,255,.8) ;
white-space: nowrap;
height: 50px;
box-sizing: border-box;
padding: 10px;
box-shadow: 0px 3px 6px rgba(0,0,0,0.16),0px 3px 6px rgba(0,0,0,0.23);
}
.fixed-nav ul, .fixed-nav li {
display:inline;
}
.fixed-nav a {
text-decoration: none;
text-transform: uppercase;
padding: 17px 10px;
color: #333;
font-family: arial;
}
.fixed-nav a:hover {
background-color: #000;
color: #eee;
}
.fixed-nav ul {
padding:0;
}
.fixed-nav img {
vertical-align: middle;
}
main {margin-top:55px;}
</style>
-->
</head>
<body id="top">
<a class="btn" data-toggle="modal" href="#signup" >Launch Modal</a>
<!-- header
================================================== -->
<?php include 'ui/nav.php'; ?>
<?php include 'ui/top.php'; ?>
<!-- info
================================================== -->
<?php include 'ui/info.php'; ?>
<!-- CTA Section
================================================== -->
<?php include 'ui/sponser.php'; ?>
<div class="modal hide fade" id="myModal">
<div class="modal-header">
<a class="close" data-dismiss="modal">×</a>
<h3>Modal header</h3>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<a href="#" class="btn">Close</a>
<a href="#" class="btn btn-primary">Save changes</a>
</div>
</div>
</div>
<!-- footer
================================================== -->
<?php include 'ui/footer.php'; ?>
<div id="preloader">
<div id="loader"></div>
<!--<b>WELCOME!</b>-->
</div>
<!-- Modal -->
<div class="modal fade" id="myModal1" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header" style=" height: 50px; padding: 0px 10px 0px 10px;">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title" style="padding:10px;">Login</h4>
</div>
<div class="modal-body">
<!--<p>Some text in the modal.</p>-->
<form class="form-horizontal" method="POST" action="login.php">
<div class="form-group" style="margin-bottom: 0px;">
<div class="col-twelve col-full">
<input type="email" class="form-control" name="uname" id="email" placeholder="Enter email">
</div>
</div>
<div class="form-group" style=" margin-bottom: 0px;">
<div class="col-twelve col-full">
<input type="password" class="form-control" name="pwd" id="pwd" placeholder="Enter password">
</div>
</div>
<div class="form-group" style=" margin-bottom: 0px;">
<div class="col-twelve">
<button type="submit" class="button" style="width:100%;">LOGIN</button>
</div>
<div class="col-twelve">
<button type="button" class="button" style="width:100%;">REGISTER</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/classie.js"></script>
<script src="js/borderMenu.js"></script>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/materialize.js"></script>
<script type="text/javascript">
<!--
$('#signup').modal('show');
//-->
</script>
</body>
</html>