-
Notifications
You must be signed in to change notification settings - Fork 1
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 #22 from uwcirg/fixup/sign-up-template
fix sign up template text
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
name="viewport" | ||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" | ||
/> | ||
<title>Sign In HIV SUCCESS data query tool</title> | ||
<title>Sign In HIV SUCCESS Data Query Tool</title> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" | ||
|
@@ -101,15 +101,15 @@ | |
<body class="has-background-light"> | ||
<section id="sideBar">HIV SUCCESS data query tool</section> | ||
<section class="main section has-background-light"> | ||
<div class="box block sign-in-box has-text-centered"> | ||
<div class="box block sign-in-box"> | ||
{{ if .LogoData }} | ||
<div class="block logo-box">{{.LogoData}}</div> | ||
{{ end }} | ||
|
||
<form method="GET" action="{{.ProxyPrefix}}/start"> | ||
<input type="hidden" name="rd" value="{{.Redirect}}" /> | ||
<h1 class="title has-text-centered"> | ||
Welcome to the HIV SUCCESS data query tool | ||
Welcome to the HIV SUCCESS Data Query Tool | ||
</h1> | ||
<p> | ||
HIV SUCCESS is the consortium of NIDA substance use and HIV cohorts. | ||
|
@@ -131,7 +131,7 @@ <h1 class="title has-text-centered"> | |
</p> | ||
<p> | ||
All users are asked to login using their Google or UW Net ID | ||
accounts or register through our system,. We collect details on | ||
accounts or register through our system. We collect details on | ||
names and emails to help with password support and organization/ | ||
institution to understand who views our data. All information are | ||
held securely and confidentially. User information is not shared | ||
|