-
Notifications
You must be signed in to change notification settings - Fork 5
/
dotfiles.html
75 lines (73 loc) · 3.87 KB
/
dotfiles.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
70
71
72
73
74
75
---
layout: default
---
<div class="row">
<div class="col-md-12 text-center">
<h1>Vim-Php <small>Ours configuration project</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>Dotfiles</h3>
<table class="table">
<thead>
<tr>
<th>Github</th>
<th>Project</th>
<th>@Twitter</th>
</tr>
</thead>
<tbody>
<tr>
<td><a target="_blank" href="https://github.com/gianarb">GianArb</a></td>
<td><a target="_blank" href="https://github.com/gianarb/dotfiles">dotfiles</a></td>
<td><a target="_blank" href="https://twitter.com/gianarb">@GianArb</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/EvanDotPro">EvanDotPro</a></td>
<td><a target="_blank" href="https://github.com/EvanDotPro/vim-configuration">vim-configuration</a></td>
<td><a target="_blank" href="https://twitter.com/EvanDotPro">@EvanDotPro</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/tomphp">tomphp</a></td>
<td><a target="_blank" href="https://github.com/tomphp/dotfiles">dotfiles</a></td>
<td><a target="_blank" href="https://twitter.com/tomphp">@tomphp</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/fntlnz">fntlnz</a></td>
<td><a target="_blank" href="https://github.com/fntlnz/dotfiles">dotfiles</a></td>
<td><a target="_blank" href="https://twitter.com/fntlnz">@fntlnz</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/jnardiello">jnardiello</a></td>
<td><a target="_blank" href="https://github.com/jnardiello/jjvim">dotfiles</a></td>
<td><a target="_blank" href="https://twitter.com/jnardiello">@jnardiello</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/sensorario">sensorario</a></td>
<td><a target="_blank" href="https://github.com/sensorario/dotfiles">dotfiles</a></td>
<td><a target="_blank" href="https://twitter.com/sensorario">@sensorario</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/sica07">sica07</a></td>
<td><a target="_blank" href="https://github.com/sica07/.vim">dotfiles</a></td>
<td><a target="_blank" href="https://twitter.com/nongeekboy">@nongeekboy</a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/diemax">diemax</a></td>
<td><a target="_blank" href="https://github.com/diemax/dotfiles">dotfiles</a></td>
<td><a target="_blank" href="https://twitter.com/muydiego">@muydiego</a></td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-3">
{% include nav.html %}
</div>
</div>