-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (41 loc) · 2.29 KB
/
index.html
File metadata and controls
49 lines (41 loc) · 2.29 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
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>HashiVim by hashivim</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>HashiVim</h1>
<p>Vim plugins for Hashicorp tools</p>
<p class="view"><a href="https://github.com/hashivim">View My GitHub Profile</a></p>
</header>
<section>
<p>Welcome to the new home of Vim plugins for Hashicorp tools. These plugins were originally created by <a href="https://github.com/markcornick">Mark Cornick</a> and are seeking new maintainers and contributors.</p>
<p>If you'd like to join this organization as a maintainer of or contributor to one of these plugins, please open an issue on the appropriate repository and explain why you'd like to join. Please mention how much experience you have with Vim and the Hashicorp tool in question. Unless it's just plainly obvious that you're not a suitable maintainer or contributor, you'll likely be added to the project.</p>
<p>Please note that <strong>this organization is not affiliated with Hashicorp</strong> and you should not expect support from Hashicorp for anything here. Thanks!</p>
<ul>
<li><a href="https://github.com/hashivim/vim-consul">vim-consul</a></li>
<li><a href="https://github.com/hashivim/vim-nomadproject">vim-nomadproject</a></li>
<li><a href="https://github.com/hashivim/vim-ottoproject">vim-ottoproject</a></li>
<li><a href="https://github.com/hashivim/vim-packer">vim-packer</a></li>
<li><a href="https://github.com/hashivim/vim-terraform">vim-terraform</a></li>
<li><a href="https://github.com/hashivim/vim-vagrant">vim-vagrant</a></li>
<li><a href="https://github.com/hashivim/vim-vaultproject">vim-vaultproject</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>