-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (46 loc) · 1.69 KB
/
index.html
File metadata and controls
53 lines (46 loc) · 1.69 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
50
51
52
53
---
layout: default
title: Home
home: true
---
<section class="big-banner">
<div class="grid">
<div class="unit whole center-on-mobiles drawing">
<div class="text">
<p>Looking for a WebDAV server?</p>
<ul>
<li class="button-white"><a href="/setup/setup-server/">Setup server</a></li>
<li class="button-white hide-on-mobiles"><a href="https://www.nuget.org/packages/WebDAVSharp.Server/">Download server</a></li>
</ul>
</div>
</div>
</div>
<div class="clearfix"></div>
</section>
<section>
<div class="grid">
<div class="unit whole center-on-mobiles wrapper-home-boxes">
<div class="home-box">
<article>
<h3>What?</h3>
<p>A WebDAV server, coded in C#, which can be used for various WebDAV .NET applications</p>
</article>
</div>
<div class="home-box">
<article>
<h3>How?</h3>
<p>We've provided various guides how to setup the configuration of the server and client</p>
<p class="button-green"><a href="/setup/">Go to guides</a></p>
</article>
</div>
<div class="home-box">
<article>
<h3>Where?</h3>
<p>You can find the code on GitHub</p>
<p class="button-green"><a href="https://github.com/WebDAVSharp/WebDAVSharp.Server">Go to the code</a></p>
</article>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>