forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RocketChat#10 from alfonsofiz/UiOnboardingReview
UI Onboargind Review
- Loading branch information
Showing
12 changed files
with
55 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<template name="OnBoarding4"> | ||
<section class="full-page"> | ||
<div class="wrapper"> | ||
<div class="clase-logo-b" > | ||
<p>clase</p> | ||
<div class="wrapper-onboarding"> | ||
<img class="img-onboarding" src="/images/paso3.png"> | ||
<div class="clase-tittle-onboarding" > | ||
<p>El profesor cuenta</p> | ||
</div> | ||
<div class="clase-desc-b" > | ||
<p>Comunicación entre padres<br>simple y efectiva</p> | ||
</div> | ||
<button class="button-onboarding" id="clase_register">Crear Cuenta</button> | ||
<button class="input-submit-light" id="clase_login">Ya tengo cuenta</button> | ||
<div class="clase-desc-onboarding" > | ||
<p>Pero no puede leer los comentarios. Este es un chat que solo pueden visionar los padres aunque el profesor puede enviar mensajes.<br> Podrás verlos destacados y en diferente color. </p> | ||
</div> | ||
<button class="button-onboarding" id="clase_next">Siguiente</button> | ||
</div> | ||
</section> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<template name="OnBoarding5"> | ||
<section class="full-page"> | ||
<div class="wrapper"> | ||
<div class="clase-logo-b" > | ||
<p>clase</p> | ||
</div> | ||
<div class="clase-desc-b" > | ||
<p>Comunicación entre padres<br>simple y efectiva</p> | ||
</div> | ||
<button class="button-onboarding" id="clase_register">Crear Cuenta</button> | ||
<button class="input-submit-light" id="clase_login">Ya tengo cuenta</button> | ||
</div> | ||
</section> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Template.OnBoarding5.onRendered(function() { | ||
$('#initial-page-loading').remove(); | ||
}); | ||
|
||
Template.OnBoarding5.events({ | ||
'click #clase_register': function() { | ||
Session.set('loginDefaultState', 'register'); | ||
FlowRouter.go('home'); | ||
|
||
}, | ||
'click #clase_login': function() { | ||
Session.set('loginDefaultState', 'login'); | ||
FlowRouter.go('home'); | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.