This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
-
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.
landing page UI draft complete. Minor deviations from the mockup.
- Loading branch information
Showing
12 changed files
with
227 additions
and
42 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
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.
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.
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 |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{{#if user}} | ||
|
||
<div class="projects-wrapper"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-xs-12"> | ||
<h2>Your Projects</h2> | ||
</div> | ||
|
||
</div> | ||
<br> | ||
|
||
<div class="row"> | ||
<div class="col-xs-4"> | ||
<div class="row"> | ||
<div class="col-xs-5 initiative-logo-wrap"> | ||
<a href="#" class="initiative-link"> | ||
<img src="/assets/images/attachment.png"/> | ||
</a> | ||
</div> | ||
<div class="col-xs-5 initiative-title-wrap"> | ||
<h4 class="initiative-title">Attachment</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-xs-4"> | ||
<div class="row"> | ||
<div class="col-xs-5 initiative-logo-wrap"> | ||
<a href="#" class="initiative-link"> | ||
<img src="/assets/images/population-health.png"/> | ||
</a> | ||
</div> | ||
<div class="col-xs-5 initiative-title-wrap"> | ||
<h4 class="initiative-title">Population Health</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-xs-4"> | ||
<div class="row"> | ||
<div class="col-xs-5 initiative-logo-wrap"> | ||
<a href="#" class="initiative-link"> | ||
<img src="/assets/images/polypharmacy.png"/> | ||
</a> | ||
</div> | ||
<div class="col-xs-5 initiative-title-wrap"> | ||
<h4 class="initiative-title">Polypharmacy</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<br> | ||
<br> | ||
|
||
<div class="row"> | ||
<div class="col-xs-4"> | ||
<div class="row"> | ||
<div class="col-xs-5 initiative-logo-wrap"> | ||
<a href="#" class="initiative-link"> | ||
<img src="/assets/images/practice-reflection.png"/> | ||
</a> | ||
</div> | ||
<div class="col-xs-5 initiative-title-wrap"> | ||
<h4 class="initiative-title">Practice Reflection</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-xs-4"> | ||
<div class="row"> | ||
<div class="col-xs-5 initiative-logo-wrap"> | ||
<a href="#" class="initiative-link"> | ||
<img src="/assets/images/data-quality.png"/> | ||
</a> | ||
</div> | ||
<div class="col-xs-5 initiative-title-wrap"> | ||
<h4 class="initiative-title">Data Quality</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-xs-4"> | ||
<!-- | ||
<div class="row"> | ||
<div class="col-xs-5 initiative-logo-wrap"> | ||
<a href="#" class="initiative-link"> | ||
<img src="/assets/images/practice-reflection.png"/> | ||
</a> | ||
</div> | ||
<div class="col-xs-5 initiative-title-wrap"> | ||
<h4 class="initiative-title">Practice Reflection</h4> | ||
</div> | ||
</div> | ||
--> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> <!-- end .projects-wrapper --> | ||
|
||
{{/if}} |
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 @@ | ||
{{#if user}} | ||
|
||
<div class="row"> | ||
|
||
<div class="col-sm-12"> | ||
<a href="#"> | ||
<h2><button class="btn btn-primary">Send Feedback to PDC</button><h2> | ||
</a> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
{{/if}} |
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,27 @@ | ||
{{#if user}} | ||
|
||
<div class="wrapper"> | ||
|
||
<div class="row"> | ||
<div class="col-sm-11"> | ||
<img src="/assets/images/PDC-LogoLeft.png" class="left-logo"/> | ||
</div> | ||
|
||
<div class="col-sm-1"> | ||
|
||
<div class="dropdown user-dropdown"> | ||
<button class="btn btn-default dropdown-toggle" type="button" id='userDropdown' data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> | ||
{{user.username}} <span class="caret"></span> | ||
</button> | ||
<ul class="dropdown-menu" aria-labelledby="userDropdown"> | ||
<li><a href="/logout">Logout</a></li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> <!-- end .wrapper --> | ||
|
||
{{/if}} |
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,10 @@ | ||
{{#if user}} | ||
|
||
<h4>Welcome to the Network.</h4> | ||
|
||
<p>Please click a link above to see your reports for the project(s) you are part of. For more information on how the Physicians Data Collaborative network follow the links below.</p> | ||
|
||
<p><a href="#">How to use this website</a></p> | ||
<p><a href="#">What is the PDC network</a></p> | ||
|
||
{{/if}} |