-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
151 lines (145 loc) · 4.1 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Topshelf</title>
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
<link rel="stylesheet" href="overrides.css" type="text/css" media="all" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="custom.js"></script>
</head>
<body id="index">
<div id="top">
<div class="container_12">
<div id="logo" class="left">
<a href="/" title="">
<img class="ie6fix" src="logo.top.png" alt="">
</a>
</div>
<ul id="nav" class="right">
<li class="current_page_item"><a href="index.html" title="">Home</a></li>
<li class="page_item page-item-17"><a href="https://topshelf.readthedocs.org/en/latest/" title="">Documentation</a></li>
<li class="page_item page-item-37"><a href="https://github.com/topshelf/topshelf" title="">Code and Issues</a></li>
</ul>
</div>
</div>
<!-- end of #top -->
<div id="main">
<div id="intro">
<div class="container_12">
<div id="slides">
<a href="https://topshelf.readthedocs.org/en/latest/">
<img src="slide.1.png" alt="" class="active">
</a>
</div>
<!-- end of #slides -->
<div id="brief" class="prefix_6 grid_6">
<h1>Topshelf</h1>
<h2>Put Your Apps on the Topshelf</h2>
<a href="https://github.com/Topshelf/Topshelf/downloads" class="signup ie6fix">download</a>
<a href="https://topshelf.readthedocs.org/en/latest/" class="more ie6fix">learn more</a>
</div>
<div class="clear">
</div>
<!-- end of #brief -->
</div>
</div>
<!-- end of #intro -->
<div id="content">
<div class="container_12">
<div class="grid_6">
<img src="inthebox.png" alt="" class="left">
<div class="right text">
<h3>
Remove that Friction
</h3>
<p class="compact">
One of the simplest ways to get started with winservice development</p>
<p>
<a href="https://topshelf.readthedocs.org/en/latest/">Learn More…</a>
</p>
</div>
</div>
<!-- end of column -->
<div class="grid_6">
<img src="crosplatform.png" alt="" class="left">
<div class="right text">
<h3>
Cross-Platform
</h3>
<p class="compact">
Currently being used to host services on both Windows and Mono</p>
<p>
<a href="https://topshelf.readthedocs.org/en/latest/">Learn More…</a>
</p>
</div>
</div>
<!-- end of column -->
<div class="clear">
</div>
<!-- end of grid row -->
<div class="grid_6">
<img src="seo.png" alt="" class="left">
<div class="right text">
<h3>
Robusto!
</h3>
<p class="compact">
Host your services in-process as console apps or Windows services.
</p>
<p>
<a href="https://topshelf.readthedocs.org/en/latest/">Learn More…</a>
</p>
</div>
</div>
<!-- end of column -->
<div class="grid_6">
<img src="jquery.png" alt="" class="left">
<div class="right text">
<h3>
Fueled by Awesome
</h3>
<p class="compact">
Harvested from real code, from production applications</p>
<p>
<a href="https://topshelf.readthedocs.org/en/latest/">Learn More…</a>
</p>
</div>
</div>
<!-- end of column -->
<div class="clear">
</div>
<!-- end of grid row -->
</div>
</div>
<!-- end of #content -->
</div>
<!-- end of #main -->
<div id="foot">
<div class="container_12">
<div class="grid_3 formatted">
<h4>Downloads</h4>
<ul class="xoxo blogroll">
<li><a href="http://github.com/Topshelf/Topshelf">GitHub Project</a></li>
<li><a href="http://teamcity.codebetter.com/viewLog.html?buildTypeId=bt48&buildId=lastSuccessful">Latest Build</a></li>
<li><a href="http://www.nuget.org/packages/Topshelf/" title="All Downloads">Topshelf Binaries</a></li>
</ul>
</div>
<div class="clear">
</div>
<!-- end of grid row -->
<div class="grid_9">
<p>
Copyright © 2008 - 2016.
</p>
</div>
<div class="grid_3">
<img src="logo.foot.png" alt="">
</div>
<div class="clear">
</div>
<!-- end of grid row -->
</div>
</div>
<!-- end of #foot -->
</body></html>