This repository was archived by the owner on Jul 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (60 loc) · 2.48 KB
/
Copy pathindex.html
File metadata and controls
63 lines (60 loc) · 2.48 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
54
55
56
57
58
59
60
61
62
63
---
layout: default
---
<div class="blog-cover" style="background-color:#007ad1">
<section>
<div class="container">
<h1>{{ site.global.title }}</h1>
<h3>The app centric MVVM framework for Windows and Windows Phone</h3>
<h4>(Android and iOS are in the works)</h4>
</div>
</section>
</div>
<div class="container">
<div class="row">
<div class="col-xs-6 feature-highlight">
<div class="icon">
<span class="mega-octicon octicon-device-mobile"></span>
</div>
<h3>Designed for apps</h3>
An MVVM framework designed from the ground-up for writing great apps.
</div>
<div class="col-xs-6 feature-highlight">
<div class="icon">
<span class="mega-octicon octicon-heart"></span>
</div>
<h3>Advanced features</h3>
Makes integration with the system and other applications easy - application settings, sharing, search, and more.
</div>
</div>
<div class="row">
<div class="col-xs-6 feature-highlight">
<div class="icon">
<span class="mega-octicon octicon-puzzle"></span>
</div>
<h3>Dependency injection</h3>
Built with dependency injection in mind to allow you to write easy to maintain, easy to test and easy to reuse code.
</div>
<div class="col-xs-6 feature-highlight">
<div class="icon">
<span class="mega-octicon octicon-file-code"></span>
</div>
<h3>Visual Studio templates</h3>
A full set of Visual Studio templates following the MVVM pattern.
</div>
</div>
</div>
<div class="container" style="margin-top:40px">
<div class="row">
<h2 class="text-center">Downloading the Okra Framework</h2>
</div>
<div class="row text-center" style="margin-top:30px">
<a class="btn" href="documentation/okra_app_framework/getting_started_downloading.html#bookmark-vsextenstions" role="button">Install the Visual Studio extension</a>
</div>
<div class="row text-center" style="margin-top:15px">
<a class="btn" href="documentation/okra_app_framework/getting_started_downloading.html#bookmark-nuget" role="button">Get the NuGet packages</a>
</div>
<div class="row text-center" style="margin-top:15px">
<a class="btn" href="https://github.com/OkraFramework/" role="button">Find us on GitHub</a>
</div>
</div>