Skip to content

Commit c007f31

Browse files
author
Svetlana Karslioglu
committed
Update
1 parent 4945548 commit c007f31

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

_includes/nominate-form.html

+15-13
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ <h3>Nominate a Contributor</h3>
1313
<input type="email" value="" name="entry.693890899" class="required email" id="mce-EMAIL" required>
1414
</div>
1515

16-
<div class="mc-radio">
16+
<div class="mc-field-group">
1717
<span>Why do you want to do it?</span>
1818
<label for="Option1">
19-
<span>"Option1"</span>
2019
<input type="radio" value="Option1" id="option1" name="entry.2141221354" class="required" required>
20+
Option 1
2121
</label>
2222
<label for="Option2"></span>
2323
<input type="radio" value="Option2" id="option2" name="entry.2141221354" class="required" required>
24+
Option 2
2425
</label>
2526
<label for="Option3"></span>
2627
<input type="radio" value="Option3" id="option3" name="entry.2141221354" class="required" required>
28+
Option 3
2729
</label>
2830
</div>
2931

@@ -45,16 +47,16 @@ <h3>Thank you!</h3>
4547
</div>
4648
</div>
4749

48-
<script src="//cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/bouncer.polyfills.min.js"></script>
50+
// <script src="//cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/bouncer.polyfills.min.js"></script>
4951

50-
<script type='text/javascript'>
51-
var bouncer = new Bouncer("#mc-embedded-subscribe-form-ecosystem", {
52-
// Don't automatically submit the form if it's verified
53-
disableSubmit: true
54-
});
52+
// <script type='text/javascript'>
53+
// var bouncer = new Bouncer("#mc-embedded-subscribe-form-ecosystem", {
54+
// // Don't automatically submit the form if it's verified
55+
// disableSubmit: true
56+
// });
5557

56-
document.addEventListener('bouncerFormValid', function (event) {
57-
var $form = $(event.target);
58-
var $button = $form.find(".submit-project");
59-
}, false);
60-
</script>
58+
// document.addEventListener('bouncerFormValid', function (event) {
59+
// var $form = $(event.target);
60+
// var $button = $form.find(".submit-project");
61+
// }, false);
62+
//</script>

_sass/ecosystem.scss

-5
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,6 @@
269269
}
270270
}
271271

272-
.mc-radio {
273-
margin-bottom: 10px;
274-
cursor: pointer;
275-
}
276-
277272
h3 {
278273
text-transform: uppercase;
279274
padding-top: rem(25px);

ecosystem/nominate.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
22
layout: default
33
title: Nominate a Contributor
4-
permalink: nominate
4+
permalink: ecosystem/nominate
55
background-class: ecosystem-background
66
body-class: ecosystem
77
---
8-
9-
<div class="jumbotron jumbotron-fluid contributor-jumbotron">
10-
<div class="contributor-jumbo-text container">
11-
<h1>NOMINATE A MAINTAINER</h1>
8+
<div class="main-background ecosystem-join-background"></div>
9+
<div class="jumbotron jumbotron-fluid join-jumbotron">
10+
<div class="container">
11+
<h1>
12+
<span>Nominate </span>
13+
<br>
14+
"A Maintainer"
15+
</h1>
1216
</div>
13-
</div>
17+
</div>
1418

1519
<div class="main-content-wrapper join-wrapper">
1620
<div class="main-content">

0 commit comments

Comments
 (0)