forked from mono/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (75 loc) · 2.87 KB
/
index.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
76
77
78
79
80
81
82
---
layout: base
title: Home
navgroup: home
redirect_from:
- /Main_Page/
- /Mono/
- /News.html/
---
<div id="index-hero">
<h1>Cross platform, open source .NET framework</h1>
<div class="show-for-small-only">
<i class="fa fa-desktop" style="font-size: 7em"></i>
<i class="fa fa-laptop" style="font-size: 5em; margin-left: 15px"></i>
<i class="fa fa-mobile" style="font-size: 3em; margin-left: 15px"></i>
</div>
<div class="show-for-medium-only">
<i class="fa fa-desktop" style="font-size: 11em"></i>
<i class="fa fa-laptop" style="font-size: 9em; margin-left: 30px"></i>
<i class="fa fa-mobile" style="font-size: 7em; margin-left: 30px"></i>
</div>
<div class="show-for-large-up">
<i class="fa fa-desktop" style="font-size: 12em"></i>
<i class="fa fa-laptop" style="font-size: 10em; margin-left: 40px"></i>
<i class="fa fa-mobile" style="font-size: 8em; margin-left: 40px"></i>
</div>
<div id="index-teaser">
<strong>Mono</strong> is a software platform designed to allow
developers to easily create cross platform applications part of
the <a href="http://www.dotnetfoundation.org">.NET Foundation</a>.
</div>
</div>
<div class="row">
<div class="small-12 column">
<p>
Sponsored by <a href="http://www.microsoft.com">Microsoft</a>, Mono is
an open source implementation of Microsoft's .NET Framework
based on the <a href="/docs/about-mono/languages/ecma/">ECMA</a>
standards
for <a href="/docs/about-mono/languages/csharp/">C#</a> and
the <a href="/docs/advanced/runtime/">Common Language
Runtime</a>.
A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of cross platform applications.
</p>
</div>
</div>
<div class="row">
<div class="small-12 column">
<div class="row">
<div class="medium-4 column">
<h3>Get Mono</h3>
<p>The latest Mono release is waiting for you!</p>
<p><a href="/download/" class="button"><i class="fa fa-download"></i> Download</a></p>
</div>
<div class="medium-4 column">
<h3>Read the docs</h3>
<p>
We cover everything you need to know, from configuring Mono to how the internals are implemented.
<br/>
<em>Our documentation is open source too, so you can help us improve it.</em>
</p>
<p><a href="/docs/"><i class="fa fa-book"></i> Learn more</a></p>
</div>
<div class="medium-4 column">
<h3>Community</h3>
<p>
As an open source project, we love getting contributions from the community.
<br/>
<em>File a bug report, add new code or chat with the developers.</em>
</p>
<p><a href="/community/"><i class="fa fa-github"></i> Contribute to Mono</a></p>
</div>
</div>
</div>
</div>