Skip to content

Commit

Permalink
style view that user sees when they have completed profile info
Browse files Browse the repository at this point in the history
relates #68 #78 #52
  • Loading branch information
bo-bok committed May 11, 2017
1 parent 8f7105d commit 0f133ec
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
4 changes: 1 addition & 3 deletions public/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/profile-complete.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.lets-get-started-button{height:20em;width:20em;background:pink;margin:auto;text-align:center}.profile-complete__header{text-align:center}
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
@import 'donation-first-time-user';
@import 'donation-one-off';
@import 'profile-select-relation';

@import 'profile-complete';
14 changes: 14 additions & 0 deletions src/scss/profile-complete.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.lets-get-started-button {
height: 20em;
width: 20em;
background: pink;
margin: auto;
text-align: center;
}

.profile-complete__header {
text-align: center;
}

.tester {
}
21 changes: 13 additions & 8 deletions src/views/profile-complete.hbs
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{{> header }}

<section>
<!-- <section class=>
<p>I'm an alum from [FACx], [location]</p>
<!-- [] - populate from cookie/ db -->
[] - populate from cookie/ db
<a href="#">change</a>
</section>
</section> -->

<section>
<p>Thanks for filling that out, you won't need to again</p>
</section>
<section class="profile-complete row">
<h2 class="profile-complete__header col-xs-12">Thanks for that information, you won't need to fill it out again!</h2>

<section>
<article class="col-xs-12">
<a href="/lets-get-started">

<a href="/lets-get-started">Let's get started</a>
<div class="lets-get-started-button">
<h2>Let's get started</h2>
</div>
</a>

</article>

</section>

0 comments on commit 0f133ec

Please sign in to comment.