-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hbs, server route and tests for friends page.
Related #65.
- Loading branch information
1 parent
40294b5
commit fb1a202
Showing
3 changed files
with
36 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div class="introduction"> | ||
<img class="sleeping-lion" src="assets/lion-sleeping.svg" alt="Sleeping Lion"></img> | ||
<div class="introduction__text"> | ||
<p>What is your name?<p> | ||
<input class="text-input name" type="text" autofocus=""> | ||
</div> | ||
<div class="introduction__text"> | ||
<p>How old are you?<p> | ||
<input class="text-input age" type="text" autofocus=""> | ||
</div> | ||
</div> | ||
|
||
{{> buttons }} |
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