-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
69 lines (67 loc) · 4.04 KB
/
index.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
layout: default
---
<div class="row">
<div class="col-md-12 text-center">
<h1>Vim-Php <small>A beautiful community for PHP developers who use Vim</small></h1>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-3">
<h3>Follow <a href="https://twitter.com/search?f=realtime&q=vimForPHP&src=typd" target="_blank">#vimForPHP</a></h3>
<a class="twitter-timeline" href="https://twitter.com/hashtag/vimForPHP" data-widget-id="573627528457379842">#vimForPHP Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="col-md-6">
<h3>Mission</h3>
<p>We are a group of PHP developers who use VIM every day <mark>or not</mark>.</p>
<p>First we would like to share with other <mark>phpVimmers</mark>: tips, plugins,
experience and all other breakages caused by VIM.</p>
<p>In addition <a href="https://github.com/vim-php" target="_blank">vim-php</a> is a Github organization that aims to collect PHP related Vim plugins.</br>
You have a plugin? Share it with us to be helped by the community!</p>
<ul>
<li>Feedback</li>
<li>Share</li>
<li>Projects</li>
<li>Contributions</li>
</ul>
<p>This is <mark>vim-php</mark>.</p>
<p>
<img class="img-responsive" src="/img/nerd-alert.gif">
</p>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup .button {background: #7887B6;}
#mc_embed_signup .button:hover {background: #010282;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//gianarb.us2.list-manage.com/subscribe/post?u=03581a38fd820a06b0898c802&id=f41c69197d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Vim for PHP</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_03581a38fd820a06b0898c802_f41c69197d" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
<div class="col-md-3">
{% include nav.html %}
</div>
</div>