-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.cshtml
More file actions
38 lines (36 loc) · 1.29 KB
/
index.cshtml
File metadata and controls
38 lines (36 loc) · 1.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
---
Title: CakeContrib.Guidelines
NoSidebar: true
NoContainer: true
NoGutter: true
---
<div class="jumbotron">
<div class="container">
<h1 class="display-4">CakeContrib.Guidelines</h1>
<p>
Adds common guidelines to cake-contrib projects<br/>
</p>
<a class="btn btn-primary btn-lg" href="docs" role="button">Learn more</a>
</div>
</div>
<div class="container text-center">
<div class="row slideanim">
<div class="col-xs-8 col-xs-offset-2 col-md-6 col-md-offset-3">
<span class="glyphicon glyphicon-heart logo-small"></span>
<h3 class="no-anchor">Open-Source</h3>
<p>
CakeContrib.Guidelines is free to use, improve, contribute and distribute.
Source code is available on <a href="https://github.com/cake-contrib/CakeContrib.Guidelines">GitHub</a> under MIT license.
</p>
</div>
</div>
<div class="row slideanim">
<div class="col-xs-8 col-xs-offset-2 col-md-6 col-md-offset-3">
<span class="glyphicon glyphicon-wrench logo-small"></span>
<h3 class="no-anchor">Prerequisites</h3>
<p>
Using CakeContrib.Guidelines requires msbuild version 16.8.0 or later.
</p>
</div>
</div>
</div>