-
Notifications
You must be signed in to change notification settings - Fork 2
/
option.html
93 lines (72 loc) · 3.38 KB
/
option.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>CodeGuruCool-A Questions Answer forum</title>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" type="text/css" href="../css/style.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
</head>
<body>
<div class="container">
<div class="row">
<h2 class="center-align">Welcome to CodeGurucool</h2>
<table class="centered" class="responsive">
<tbody>
<tr>
<td><h4>Developer</h4></td>
<td><h4>Student</h4></td>
<tr>
<td><h5><i>"Can get rewarded for your talent"</i></h5></td>
<td><h5><i>"Can control your privacy"</i></h5></td>
</tr>
<tr>
<td>Login as a Developer</td>
<td>Login as a Student</td>
</tr>
<tr>
<td><button class="btn waves-effect waves-light" type="submit" name="action">Login
<i class="mdi-content-send right"></i>
</button></td>
<td><button class="btn waves-effect waves-light" type="submit" name="action">Login
<i class="mdi-content-send right"></i>
</button></td>
</tr>
</tbody>
</table>
<table class="centered" class="responsive">
<tbody>
<h4 class="center-align">Don't have an account??</h4>
<tr>
<td>Signup as a Developer</td>
<td>Signup as a Student</td>
</tr>
<tr>
<td><button class="btn waves-effect waves-light" type="submit" name="action1"><a href="devlogin.html"> Signup
<i class="mdi-content-send right"></i>
</button></td>
<td><button class="btn waves-effect waves-light" type="submit" name="action2"><a href="stlogin.html"> Signup
<i class="mdi-content-send right"></i>
</button></td>
</tr>
</tbody>
</table>
<!--<div class="col s12"><p>s12</p></div>
<div class="col s12 m6 l6"><p>s12 m4</p></div>
<div class="col s12 m6 l6"><p>s12 m4</p></div>
<div class="col s12 m3 l2"><p>s12 m4</p></div>-->
</div>
<div class="center-align col s12 m6 l6">
<button class="btn waves-effect waves-light" class="centered" type="submit" name="action1"> Continue without login
<i class="mdi-content-send right"></i>
</button></div>
</div>
<!--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>
<script type="text/javascript" src="../js/init.js"></script>
</body>
</html>