-
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.
style view that user sees when they have completed profile info
- Loading branch information
Showing
5 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | ||
.lets-get-started-button{height:20em;width:20em;background:pink;margin:auto;text-align:center}.profile-complete__header{text-align:center} |
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 @@ | ||
.lets-get-started-button { | ||
height: 20em; | ||
width: 20em; | ||
background: pink; | ||
margin: auto; | ||
text-align: center; | ||
} | ||
|
||
.profile-complete__header { | ||
text-align: center; | ||
} | ||
|
||
.tester { | ||
} |
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,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> |