-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
211 lines (169 loc) · 11.4 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ness PHP Framework | Docs</title>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/fnt-aw/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<div class="wrapper">
<!-- Sidebar -->
<nav id="sidebar">
<div id="sidebar-header" class="text-center">
<br>
<a href="index.html" id="logo-area-link">
<img src="assets/img/nessphp_bordered.png" alt="Ness PHP Documentation" width="70%"/>
<h3>Ness PHP</h3>
<h4>Documentation</h4>
</a>
</div>
<br>
<!--Load LATER-->
<div id="sidebar-loader" class="sidebar-contents">
</div>
</nav>
<div id="content">
<!--Nabvar:start-->
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<button id="sidebarCollapse" class="btn-circle">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="index.html" class="navbar-text-header">
Ness PHP Framework
</a>
</li>
</ul>
<button class="btn-circle d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse" data-target="#headernav-links" aria-controls="headernav-links" aria-expanded="false" aria-label="Toggle Menu">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</button>
<div class="collapse navbar-collapse" id="headernav-links">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link " href="https://nessphp.github.io/">
<i class="fa fa-terminal" aria-hidden="true"></i>
Ness PHP
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="https://github.com/nessphp/application">
<i class="fa fa-github" aria-hidden="true"></i>
GitHub
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="support.html">
<i class="fa fa-heart" aria-hidden="true"></i>
Support
</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Nabvar:end-->
<!-- ========================content:start======================== -->
<div id="holder">
<h1 id="indextitle">Ness PHP Framework</h1>
<small>Do you need a web framework with minimized training effort? Ness PHP offers you a model-view-controller based environment for coding faster, safer and stronger web applications with (nearly) zero configuration. Get rid of mess and focus the main logic of your project.</small>
<br>
<br>
<br>
<div class="flex-box">
<a href="installation.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-green"><i class="fa fa-terminal" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Installation</h6>
<p class="card-text">Installation instructions for getting the latest version of Ness PHP Framework.</p>
</div>
</div>
</a>
<a href="structure.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-orange"><i class="fa fa-cubes" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Project Structure</h6>
<p class="card-text">A short description for folder, project and url structure of Ness PHP.</p>
</div>
</div>
</a>
<a href="contentmanager.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-brown"><i class="fa fa-puzzle-piece" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Content Manager</h6>
<p class="card-text">Content manager is used to include external contents to your web pages like; images, styles, javascripts etc.</p>
</div>
</div>
</a>
<a href="migrations.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-gray"><i class="fa fa-rocket" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Database Migrations</h6>
<p class="card-text">An unusual migration style introduced with Ness PHP Framework.</p>
</div>
</div>
</a>
<a href="forms.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-yellow"><i class="fa fa-check-square-o" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Forms</h6>
<p class="card-text">Explore the ease of creating forms with PHP using Forms & FormElements.</p>
</div>
</div>
</a>
<a href="areas.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-red"><i class="fa fa-sitemap" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Create Area</h6>
<p class="card-text">Divide big projects to small pieces.</p>
</div>
</div>
</a>
<a href="configuration.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-pink"><i class="fa fa-cogs" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Configuration</h6>
<p class="card-text">Yes, we have a configuration class to take control from you and automate your app development process.</p>
</div>
</div>
</a>
<a href="fileupload.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-purple"><i class="fa fa-upload" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">File Upload</h6>
<p class="card-text">File uploading with just few lines of code.</p>
</div>
</div>
</a>
<a href="querybuilder.html">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-green"><i class="fa fa-code" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Query Builder</h6>
<p class="card-text">Explore the power of writing no queries in your app.</p>
</div>
</div>
</a>
</div>
<br>
</div>
<!-- ========================content:end======================== -->
</div>
</div>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/nessphp.js"></script>
</body>
</html>