mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Add gather spreadsheet links to gather page.
This commit is contained in:
parent
7a8baa83c7
commit
db53efadec
3 changed files with 10 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
||||||
border-bottom: 2px solid $medium-gray;
|
border-bottom: 2px solid $medium-gray;
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
@include span-columns(4);
|
@include span-columns(3);
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
border-bottom: 2px solid $light-gray;
|
border-bottom: 2px solid $light-gray;
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
@include span-columns(4);
|
@include span-columns(3);
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
|
@ -137,6 +137,14 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="info">
|
||||||
|
<h6>Gather Info</h6>
|
||||||
|
<ul>
|
||||||
|
<li><%= link_to "Gather Spreadsheet", "https://docs.google.com/spreadsheets/d/1MNhP60WcTGA0xgpnmFCfRhlZWU106X6MgxLGgPt0N5A" %></li>
|
||||||
|
<li><%= link_to "Fill out Spreadsheet", "https://docs.google.com/forms/d/1PHkGwcM9Z6Qut4voBkR71cSSi9vB7xx-cOF6JtW7lmk/viewform" %></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<h6>Voice Comunication</h6>
|
<h6>Voice Comunication</h6>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue