1
- < div ng-controller ="LandingPageController ">
1
+ < div ng-controller ="LandingPageController "> <!-- class="maincontent"-->
2
2
< div class ="container-fluid centeringlol text-center ">
3
3
4
- < h1 class ="text-center signuph1 "> Tagline goes here </ h1 >
4
+ < h1 class ="text-center signuph1 " style =" margin-top: -50px; " > Ask questions during lecture anonymously! </ h1 >
5
5
6
- < div ng-show ="showSignIn ">
7
- < h2 class ="text-center signuph1 "> Sign In!</ h2 >
8
- < div ng-show ="showButtons ">
9
- < div class ="btn btn-default btnsignup " ng-click ="setMode(true) ">
10
- I am a Professor
6
+ < div class ="jumbotron " style ="padding-bottom: 150px; ">
7
+ < div ng-show ="showSignIn ">
8
+ < h2 class ="text-center "> Sign In!</ h2 >
9
+ < div ng-show ="showButtons ">
10
+ < div class ="btn btn-primary btn-lg " ng-click ="setMode(true) ">
11
+ I am a Professor
12
+ </ div >
13
+ < div class ="btn btn-primary btn-lg " ng-click ="setMode(false) ">
14
+ I am a Student
15
+ </ div >
11
16
</ div >
12
- < div class ="btn btn-default btnsignup " ng-click ="setMode(false) ">
13
- I am a Student
17
+ </ div >
18
+
19
+ < div ng-show ="!showSignIn ">
20
+ < h2 class ="text-center "> Sign Up!</ h2 >
21
+ < div ng-show ="showButtons ">
22
+ < button class ="btn btn-primary btn-lg " ng-click ="setMode(true) ">
23
+ I am a Professor
24
+ </ button >
25
+ < button class ="btn btn-primary btn-lg " ng-click ="setMode(false) ">
26
+ I am a Student
27
+ </ button >
14
28
</ div >
15
29
</ div >
16
- </ div >
17
-
18
- < div ng-show ="!showSignIn ">
19
- < h2 class ="text-center signuph1 "> Sign Up!</ h2 >
20
- < div ng-show ="showButtons ">
21
- < button class ="btn btn-default btnsignup " ng-click ="setMode(true) ">
22
- I am a Professor
23
- </ button >
24
- < button class ="btn btn-default btnsignup " ng-click ="setMode(false) ">
25
- I am a Student
26
- </ button >
30
+
31
+ < span > Dont have an account? Create one < a href ="# " ng-click ="showSignIn = false "> here!</ a > </ span >
32
+ < div ng-show ="!showButtons ">
33
+ < div ng-show ="showSignIn ">
34
+ < form class ="navbar-form navbar-left " ng-submit ="signIn() " >
35
+ < div class ="form-group ">
36
+ < div class ="row " style ="margin-top: 10px; width: 100% ">
37
+ < div class ="col-md-6 ">
38
+ < input type ="email " class ="form-control " placeholder ="Email " ng-model ="email ">
39
+ </ div >
40
+ < div class ="col-md-6 ">
41
+ < input type ="password " class ="form-control " placeholder ="Password " ng-model ="password ">
42
+ </ div >
43
+ </ div >
44
+ < br >
45
+ < button type ="submit " class ="btn btn-success btn-lg " style ="margin-top: 10px "> Sign in</ button >
46
+ </ div >
47
+ </ form >
48
+ </ div >
49
+ < div ng-show ="!showSignIn ">
50
+ < form class ="navbar-form navbar-left " ng-submit ="signUp() " >
51
+ < div class ="form-group ">
52
+ < div class ="row " style ="margin-top: 10px; width: 100% ">
53
+ < div class ="col-md-4 ">
54
+ < input type ="text " class ="form-control " placeholder ="Name " ng-model ="name ">
55
+ </ div >
56
+ < div class ="col-md-4 ">
57
+ < input type ="email " class ="form-control " placeholder ="Email " ng-model ="email ">
58
+ </ div >
59
+ < div class ="col-md-4 ">
60
+ < input type ="password " class ="form-control " placeholder ="Password " ng-model ="password ">
61
+ </ div >
62
+ </ div >
63
+ < br >
64
+ < button type ="submit " class ="btn btn-success btn-lg " style ="margin-top: 10px "> Sign up</ button >
65
+ </ div >
66
+ </ form >
67
+ </ div >
27
68
</ div >
28
69
</ div >
29
-
30
- < span > Dont have an account? Create one < a href ="# " ng-click ="showSignIn = false "> here!</ a > </ span >
31
- < div ng-show ="!showButtons ">
32
- < form class ="navbar-form navbar-left " ng-submit ="signUp() " >
33
- < div class ="form-group ">
34
- < input type ="text " class ="form-control " placeholder ="Name " ng-model ="name ">
35
- < input type ="email " class ="form-control " placeholder ="Email " ng-model ="email ">
36
- < input type ="password " class ="form-control " placeholder ="Password " ng-model ="password ">
37
- < br >
38
- < button type ="submit " class ="btn btn-default " style ="margin-top: 10px "> Sign up</ button >
39
- </ div >
40
- </ form >
41
- </ div >
42
70
</ div >
43
71
</ div >
0 commit comments