forked from vim-php/vim-php.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.68 KB
/
Copy pathindex.html
File metadata and controls
39 lines (37 loc) · 1.68 KB
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
---
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>
</div>
<div class="col-md-3">
{% include nav.html %}
</div>
</div>