File tree 7 files changed +50
-6
lines changed
7 files changed +50
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
< ul class ="nav navbar-nav navbar-right ">
14
14
< li class ="dropdown ">
15
- < a class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < p > Logged as {{loggedUser}}</ p > </ a >
15
+ < a class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
16
+ < p > Logged as {{loggedUser}}</ p >
17
+ </ a >
16
18
< ul class ="dropdown-menu ">
19
+ < li > < a href ="#!/mi-perfil "> < i class ="fa fa-user-o "> </ i > Start my project</ a > </ li >
17
20
< li > < a href ="#!/mi-perfil "> < i class ="fa fa-user-o "> </ i > Profile</ a > </ li >
18
21
< li > < a href ="#!/favourites "> < i class ="fa fa-star "> </ i > Favourites</ a > </ li >
19
22
< li > < a href ="#!/myProject "> < i class ="fa fa-suitcase "> </ i > My projects</ a > </ li >
20
23
< li role ="separator " class ="divider "> </ li >
21
24
< li > < a href ="/ " ng-click ="logout() "> < i class ="fa fa-sign-out "> </ i > Log out</ a > </ li >
22
- </ ul >
25
+ </ li >
23
26
</ ul >
27
+ </ ul >
24
28
</ div >
25
- </ nav >
29
+ < ul class ="nav navbar-nav navbar-right hidden-md hidden-lg hidden-sm pull-right ">
30
+ < li class ="dropdown ">
31
+ < a class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
32
+ < p > Logged as {{loggedUser}}</ p >
33
+ </ a >
34
+ < ul class ="dropdown-menu ">
35
+ < li > < a href ="#!/mi-perfil "> < i class ="fa fa-user-o "> </ i > Start my project</ a > </ li >
36
+ < li > < a href ="#!/mi-perfil "> < i class ="fa fa-user-o "> </ i > Profile</ a > </ li >
37
+ < li > < a href ="#!/favourites "> < i class ="fa fa-star "> </ i > Favourites</ a > </ li >
38
+ < li > < a href ="#!/myProject "> < i class ="fa fa-suitcase "> </ i > My projects</ a > </ li >
39
+ < li role ="separator " class ="divider "> </ li >
40
+ < li > < a href ="/ " ng-click ="logout() "> < i class ="fa fa-sign-out "> </ i > Log out</ a > </ li >
41
+ </ li >
42
+ </ ul >
43
+ </ ul >
44
+ </ nav >
Original file line number Diff line number Diff line change 1
1
< nav class ="navbar navbar-default ">
2
2
< div class ="container ">
3
- < div class =" collapse navbar-collapse " id =" bs-example-navbar-collapse-1 " >
3
+ < div >
4
4
< a class ="navbar-brand " href ="/ ">
5
5
< img alt ="WebDeveloper " src ="">
6
6
</ a >
Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " href ="../bower_components/ng-tags-input/ng-tags-input.min.css ">
11
11
< link href ="https://cdnjs.cloudflare.com/ajax/libs/angularjs-toaster/1.1.0/toaster.min.css " rel ="stylesheet " />
12
12
< link rel ="stylesheet " href ="../css/styles.css ">
13
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
13
14
</ head >
14
15
< body >
15
16
< header >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h3>Why this proejct:</h3>
57
57
</ div >
58
58
59
59
</ div >
60
- < div class ="col-md-3 col-md-offset-1 myAffix " >
60
+ < div class ="col-md-3 col-md-offset-1 myAffix ">
61
61
< h3 > Developers needed:</ h3 >
62
62
< div class ="developersNeeded " ng-repeat ="dev in project.developers track by $index ">
63
63
< p id ="{{$index}} " class ="pull-left "> < i ng-show ="options " class ="fa fa-trash-o " ng-click ="deleteDev($index) "> </ i > {{dev}}</ p > < a > < button ng-click ="joinProject() " class ='pull-right btn btn-default '> Join project</ button > </ a >
Original file line number Diff line number Diff line change @@ -373,6 +373,16 @@ footer {
373
373
justify-content : space-between;
374
374
padding-bottom : 10px !important ; }
375
375
376
+ @media (max-width : 990px ) {
377
+ .myAffix {
378
+ display : block; }
379
+ .affix {
380
+ position : static;
381
+ display : block; }
382
+ .developersNeeded {
383
+ text-align : center;
384
+ justify-content : space-around; } }
385
+
376
386
.tab-content {
377
387
text-align : center;
378
388
padding : 15px ; }
Original file line number Diff line number Diff line change 12
12
< header >
13
13
< nav class ="navbar navbar-default ">
14
14
< div class ="container ">
15
- < div class =" collapse navbar-collapse " id =" bs-example-navbar-collapse-1 " >
15
+ < div >
16
16
< a class ="navbar-brand " href ="# ">
17
17
< img alt ="WebDeveloper " src ="">
18
18
</ a >
Original file line number Diff line number Diff line change @@ -507,6 +507,20 @@ footer {
507
507
padding-bottom :10px !important ;
508
508
}
509
509
510
+ @media (max-width : 990px ){
511
+ .myAffix {
512
+ display :block ;
513
+ }
514
+ .affix {
515
+ position :static ;
516
+ display :block ;
517
+ }
518
+ .developersNeeded {
519
+ text-align : center ;
520
+ justify-content : space-around ;
521
+ }
522
+ }
523
+
510
524
.tab-content {
511
525
text-align : center ;
512
526
padding : 15px ;
You can’t perform that action at this time.
0 commit comments