summaryrefslogtreecommitdiff
path: root/views/about/brochure.ejs
blob: 855f897c8513b522776d7f60de293ef3fcd13742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html>
<head>
	<title>VValls Subscriptions</title>
	[[ include ../partials/meta ]]
</head>
<body class="loading">
	<div class="rapper page">
	[[ include ../partials/header ]]

	<h1 class="leader">Subscriptions</h1>

	<div class="projectList about aboutintro">
	  <div class="inner">
      Want to get more out of VValls?  Consider becoming a subscription user.
      <br><br>
    </div>
  
		[[ include _plans ]]
  </div>

	[[ include ../partials/confirm-modal ]]	
	[[ include ../projects/layouts-modal ]]	
	[[ include ../partials/sign-in ]]
	[[ include ../partials/footer ]]

  </div>
</body>
[[ include ../partials/scripts ]]
</html>