-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
144 lines (136 loc) · 8.06 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
<!doctype html>
<!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en" class="no-js" data-ng-app="QuickIO">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="keywords" content="QUickIO.NET, QuickIO, Performance, Ms-PL, Open Source, NuGet, Library, SchwabenCode, Benjamin Abt">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>QuickIO.NET - Project Homepage</title>
<!-- Font -->
<link rel="shortcut icon" href="favicon.ico" />
<link href='//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- main JS libs -->
<script src="//ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.7.2.js"></script>
<script src="//ajax.aspnetcdn.com/ajax/respond/1.2.0/respond.js"></script>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.7/angular.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.13/angular-ui-router.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.7/angular-animate.min.js"></script>
<!-- Style CSS-->
<link href="res/style.css" media="screen" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="res/screen_1300.css" />
<!-- custom CSS -->
<link href="res/custom.css" rel="stylesheet">
<!-- mods -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- scripts -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="res/general.js"></script>
<!-- App -->
<script src="res/app.js"></script>
</head>
<body>
<div class="body_wrap">
<!-- header top bar -->
<div class="header_top">
<div class="container">
<a ui-sref="Home">
<img src="res/QuickIOLogoHead.png" height="50" style="float: left; margin-right: 20px; margin-top: 10px;" />
</a>
<div class="logo">
<h2>
<a ui-sref="Home">QuickIO<span>.NET</span></a>
</h2> <a href="http://www.benjamin-abt.com/" target="_blank" style="font-size: 12px">
by Benjamin Abt
</a>
</div>
<div style="float:right;">
<ul class="dropdown">
<li class="menu-level-0"><a ui-sref="Home"><span>Home</span></a></li>
<li class="menu-level-0"><a href="https://github.com/SchwabenCode/QuickIO" target="_blank"><span>Source</span></a></li>
<li class="menu-level-0">
<a ui-sref="Examples.Home"><span>Examples</span></a>
<ul class="submenu-2">
<li class="menu-level-2"><a ui-sref="Examples.Jobs"><span>Jobs</span></a></li>
<li class="menu-level-2"><a ui-sref="Examples.Observer"><span>Observer</span></a></li>
<li class="menu-level-2"><a ui-sref="Examples.Services"><span>Services</span></a></li>
</ul>
</li>
<li class="menu-level-0"><a href="http://www.benjamin-abt.com" target="_blank"><span>Contact</span></a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<!--/ header top bar -->
<div class="cwrap">
<!-- header -->
<div class="header header_thin">
<div class="container">
<div class="header-title">
<h1 style="font-size: 1.8em;">QuickIO.NET provides an enhanced performance for file operations</h1>
</div>
</div>
</div>
<div id="middle" class="cols2">
<div class="container">
<div class="content " role="main" ui-view></div>
<div class="sidebar">
<div class="widget-container widget_categories">
<h3 class="widget-title">QuickIO.NET News</h3>
<a href="http://www.dotnetpro.de/articles/articlearchive1799.aspx" target="_blank"><img src="images/dnp_082014.jpg" style="float:left;" /></a>
<p style="margin:10px; padding: 3px;">
In the copy 08/2014 of the developer magazine "dotnetpro" Fabian Deitelhoff writes about QuickIO.NET.
<br />He praises the professional implementation and recommends QuickIO.NET for your I/O tasks.
</p>
<p style="margin:10px;">
<a href="http://www.dotnetpro.de/articles/articlearchive1799.aspx" target="_blank">View dotnetpro</a>
</p>
</div>
<div class="widget-container widget_categories">
<h3 class="widget-title">Support QuickIO</h3>
<p style="margin:10px;">
When you have new ideas or found an error, so please use <a href="https://quickio.codeplex.com/discussions" target="_blank">QuickIO's CodePlex</a> site.
</p>
<p style="margin:10px;">
I reject financial support.<br />
Instead - if you want - please donate a small financial contribution to the <a href="http://www.tierheim-stuttgart.de" target="_blank">animal shelter of Stuttgart</a>.
</p>
</div>
<div class="widget-container widget_categories">
<h3 class="widget-title">Quick</h3>
<ul>
<li><a href="http://Quickio.NET/help" target="_blank"><span>Online Help <small>(Documentation)</small></span></a></li>
<li><a href="https://Quickio.CodePlex.com/discussions" target="_blank"><span>Discussions & Feedback</span></a></li>
<li><a href="https://www.nuget.org/packages/QuickIO.NET/" target="_blank"><span>NuGet</span></a></li>
<li><a href="https://quickio.codeplex.com/" target="_blank"><span>CodePlex</span></a></li>
</ul>
</div>
<div class="widget-container widget_categories">
<h3 class="widget-title">Other Projects</h3>
<ul>
<li><a href="https://www.nuget.org/packages/MVCRouteCache/" target="_blank"><span>MVCRouteCache</span></a></li>
<li><a href="https://www.nuget.org/packages/SchwabenCode.EasySmtp/" target="_blank"><span>EasySMTP</span></a></li>
<li><a href="https://www.nuget.org/packages/SchwabenCode.MongoDBInfrastructure/" target="_blank"><span>MongoDB Infrastructure</span></a></li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<footer class="footbg">
<div class="container clearfix">
<div class="copyright">QuickIO.NET by <a href="http://www.benjamin-abt.com" target="_blank">Benjamin Abt</a> - 2014 - 2016</div>
</div>
</footer>
</div>
</body>
</html>