Skip to content

Commit 36e3b70

Browse files
authored
Merge pull request #1049 from crowdresearch/discount
removing discount language from the page
2 parents c16ab62 + d10ecd7 commit 36e3b70

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

static/templates/authentication/register.html

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<h3>Sign Up</h3>
22
<form name="form" ng-submit="register.register(form.$valid)" novalidate class="_left">
3-
<div class="_secondary-text-small">Academic (.edu) and non-profit (.org) accounts receive
4-
<a href="https://forum.daemo.org/t/daemo-academic-and-nonprofit-discount/123" target="_blank">a 50%
5-
discount thanks to the Sloan Foundation</a>.
6-
</div>
73
<div layout="row" style="margin-top: 24px">
84
<md-input-container flex="" class="md-input-has-placeholder">
95
<label>First Name</label>

static/templates/layout/home.html

-7
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,6 @@ <h2 style="text-align: center">Rate workers</h2>
168168
</div>
169169

170170
<div class="light section small" id="discount">
171-
<div layout="row" layout-align="center" layout-margin="">
172-
<div flex="90" flex-md="80" flex-lg="60">
173-
<h1 class="heading">Academic and nonprofit discount</h1>
174-
<h2 class="sub-heading">Thanks to a <a href="https://sloan.org/fellowships/">Sloan Research Fellowship</a>,
175-
Daemo will cover half the cost if you are a researcher, student, or nonprofit.</h2>
176-
</div>
177-
</div>
178171

179172
<div class="dark section small" id="start">
180173
<div layout="row" layout-align="center" layout-margin="">

0 commit comments

Comments
 (0)