Skip to content

Commit

Permalink
improving css
Browse files Browse the repository at this point in the history
  • Loading branch information
szorowi1 committed Nov 24, 2019
1 parent 61135b0 commit 4b39502
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
3 changes: 3 additions & 0 deletions app/static/css/tacit-css.min.css

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

8 changes: 4 additions & 4 deletions app/templates/complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<html>
<head>
<meta charset="utf-8" />
<title>Decision Making Experiment</title>
<link rel="stylesheet" href="/static/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="/static/css/style.css" type="text/css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Decision Making Experiment - Completed</title>
<link rel="stylesheet" href="../static/css/tacit-css.min.css"/>
</head>
<body>
<div id="container-not-an-ad" class="media">
Expand Down
16 changes: 6 additions & 10 deletions app/templates/consent.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<!DOCTYPE html>
<!doctype html>
<!--
The consent.html displays the text of your IRB-approved
consent form. Even if you are not required to provide
a consent form, it is helpful to use this form to
describe what people can do if an error comes up, etc...
The consent.html displays the text of an IRB-approved consent form.
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Decision Making Experiment - Informed Consent Form</title>
<link rel="stylesheet" href="/static/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="/static/css/style.css" type="text/css" />
<link rel="stylesheet" href="../static/css/tacit-css.min.css"/>
<script type="text/javascript">
function onexit() {
self.close(); // no harm, no foul here
self.close();
}
</script>
</head>
Expand Down Expand Up @@ -65,7 +61,7 @@ <h2>CONTACT INFORMATION</h2>
<li>TITLE OF RESEARCH: Neural and computational mechanisms of selective attention in decision making</li>

<li>For answers to any questions you may have about this research, contact:<br>
PRINCIPAL INVESTIGATOR: Yael Niv (<a href="mailto:yael@princeton.edu">yael@princeton.edu</a> or (609) 258-1291)
PRINCIPAL INVESTIGATOR: Yael Niv (<a href="mailto:yael@princeton.edu">yael@princeton.edu</a>)
</li>

<li>For answers to any questions you may have about your rights as a research subject, contact:<br>
Expand Down
4 changes: 2 additions & 2 deletions app/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Decision Making Experiment - Error</title>
<link rel="stylesheet" href="/static/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="/static/css/style.css" type="text/css" />
<link rel="stylesheet" href="../static/css/tacit-css.min.css"/>
</head>
<body>
<div id="container-error">
Expand Down

0 comments on commit 4b39502

Please sign in to comment.