Skip to content

Commit caed3ef

Browse files
authored
chore: Remove mailing list, freenode links, remove devdep badge (#5507)
1 parent 03d85f3 commit caed3ef

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
[![npm version](https://badge.fury.io/js/vanilla-framework.svg)](http://badge.fury.io/js/vanilla-framework)
44
[![Downloads](http://img.shields.io/npm/dm/vanilla-framework.svg)](https://www.npmjs.com/package/vanilla-framework)
5-
[![devDependency Status](https://david-dm.org/canonical/vanilla-framework/dev-status.svg)](https://david-dm.org/canonical/vanilla-framework#info=devDependencies)
6-
[![Chat in #vanilla-framework on Freenode](https://img.shields.io/badge/chat-%23vanilla--framework-blue.svg)](http://webchat.freenode.net/?channels=vanilla-framework)
75
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io)
86

97
Vanilla Framework is an extensible CSS framework, built using [Sass](http://sass-lang.com/) and is designed to be used either directly or by using themes to extend or supplement its patterns.
108

119
[Documentation](https://vanillaframework.io/docs) |
12-
[Join the mailing list](http://canonical.us3.list-manage2.com/subscribe?u=56dac47c206ba0f58ec25f314&id=36f7d8394e)
1310

1411
## Table of contents
1512

templates/index.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,12 @@ <h3><a class="article-link article-title"></a></h3>
277277

278278
<div class="p-strip">
279279
<div class="row">
280-
<div class="col-3">
280+
<div class="col-6">
281281
<h2>Contribute</h2>
282282
<p><a class="github-button" href="https://github.com/canonical/vanilla-framework" data-size="large" data-show-count="true" aria-label="Follow @vanilla-framework on GitHub">Follow @vanilla-framework</a></p>
283283
<p><a class="github-button" href="https://github.com/canonical/vanilla-framework/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork vanilla-framework/vanilla-framework on GitHub">Fork</a></p>
284284
</div>
285-
<div class="col-3">
285+
<div class="col-6">
286286
<h2>Get involved</h2>
287287
<ul class="p-list--divided">
288288
<li class="p-list__item">
@@ -293,18 +293,6 @@ <h2>Get involved</h2>
293293
</li>
294294
</ul>
295295
</div>
296-
<div class="col-6">
297-
<h2>Subscribe to Vanilla updates</h2>
298-
<form action="//canonical.us3.list-manage.com/subscribe/post?u=56dac47c206ba0f58ec25f314&amp;id=36f7d8394e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="p-form">
299-
<div class="p-form__group">
300-
<label for="mce-EMAIL">Email address</label>
301-
<input type="email" value="" name="EMAIL" placeholder="vanilla@example.com" id="mce-EMAIL" aria-label="Email address" autocomplete="email" required />
302-
<input class="u-off-screen" aria-hidden="true" type="hidden" name="b_56dac47c206ba0f58ec25f314_36f7d8394e" tabindex="-1" value="" />
303-
<p class="p-form-help-text">Know about new releases, features, blog posts, calls&#8209;for&#8209;help&nbsp;and more.</p>
304-
</div>
305-
<button name="subscribe" type="submit" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Homepage', 'eventAction' : 'Subscribe', 'eventLabel' : 'Subcribe to Vanilla updates', 'eventValue' : undefined });" class="p-button--positive">Subscribe</button>
306-
</form>
307-
</div>
308296
</div>
309297
</div>
310298
{% endblock %}

0 commit comments

Comments
 (0)