Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Citations page for Tax-Calculator #189

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions citations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128365658-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-128365658-1');
</script>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Citations</title>
<!-- include bootstrap -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/page.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body id="page">
<nav class="navbar navbar-expand-md navbar-light sticky-top" style="background-color:white">
<div>
<a href="index.html" class="navbar-brand"><img src="imgs/PSL.svg" height="40"></a>
</div>
<button class="navbar-toggler" data-toggle="collapse" data-target="#dropdownMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="dropdownMenu">
<ul class="navbar-nav">
<li class="nav-item active"><a class="nav-link" href="Catalog/index.html">Catalog</a></li>
<li class="nav-item active"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item active"><a class="nav-link" href="events.html">Events</a></li>
<li class="nav-item active"><a class="nav-link" href="Newsletter/archive.html">Newsletter</a></li>
<li class="nav-item active"><a class="nav-link" href="http://discourse.pslmodels.org/">Forum</a></li>
<li class="nav-item active"><a class="nav-link" href="https://opencollective.com/psl">Donate</a></li>
</ul>
</div>
<span class="navbar-text" style="float:right; font-family:'Courier New', Courier, monospace; margin-right:2%">
Open Models == Better Policy
</span>
</nav>
<div class="container" id="content">
<h1 style="margin-top:20px">Citations</h1>
<br>

<p>List citations for each PSL project here.</p>

<UL>
<LI> <a href="https://pslmodels.github.io/OG-USA/content/citations.html">OG-USA</a>
</UL>


</div>
</body>
</html>