-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
181 lines (157 loc) · 7.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Kohana homepage. Kohana is an HMVC PHP5 framework that provides a rich set of components for building web applications.">
<link rel="shortcut icon" href="img//favicon.ico">
<title>Kohana: The Swift PHP Framework</title>
<!-- Bootstrap Core CSS -->
<link href="https://cdn.jsdelivr.net/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#page-top"><img style="height:50px; margin-top:-15px" src="img/kohana-logo.png" alt="kohana logo" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#history">History</a>
</li>
<li class="page-scroll">
<a href="#links">Links</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Kohana</h1>
<div class="intro-text">
<span class="skills">Deprecated PHP Framework<br/>last stable release: 3.3.6 / 25. July 2016.</span>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="https://github.com/koseven/kohana/releases/download/v3.3.6/kohana-v3.3.6.zip" class="btn btn-lg btn-outline">
<i class="fa fa-download"></i> Download 3.3.6
</a>
<a href="#links" class="btn btn-lg btn-outline">
<i class="fa fa-thumbs-up"></i> Show Alternatives
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Forks Section -->
<section id="history">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>History</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-6 col-lg-offset-3 text-center">
<p class="small">Kohana development begun on 31 May 2007 when a few CodeIgniter community members decided to start a community fork of CodeIgniter, named BlueFlame.<br/><br/>In June 2007 the project was renamed "Kohana" and in July version 1.0 was released without any documentation. The project leader left in August and development stagnated until September when a new BDFL was selected and an effort to rewrite the source code began. At that time Kohana had only 3 developers.<br/><br/> Version 2.0 was released in November 2007, based purely on PHP 5.0 and a new OOP framework.<br/><br/>Version 3.0 was released on 9 September 2009.<br/><br/><b>The latest version 3.3.6 was released on 25. July 2016.</b></p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="success" id="links">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Links</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-6 col-lg-offset-3">
<p>
<div class="panel panel-default">
<div class="panel-heading">Forks</div>
<div class="panel-body">
<p>Using Kohana in a project? Check out the forks to keep your project going on.</p>
</div>
<ul class="list-group">
<li class="list-group-item">Koseven
<span class="badge"><a href="https://github.com/koseven/koseven/">Github</a></span>
</li>
</ul>
</div>
<div class="panel panel-default">
<div class="panel-heading">Modules</div>
<div class="panel-body">
<p>Searching for some modules for Kohana?</p>
</div>
<ul class="list-group">
<li class="list-group-item">http://kohana-modules.com
<span class="badge"><a href="http://kohana-modules.com/">Website</a></span>
</li>
</ul>
</div>
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
RIP Kohana 2007 - 2017
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery -->
<script src="https://cdn.jsdelivr.net/jquery/3.1.1/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://cdn.jsdelivr.net/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/freelancer.min.js"></script>
</body>
</html>