-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
201 lines (162 loc) · 7.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DBIx::Class — An ORM for Perl that is extensible and flexible</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600' rel='stylesheet' type='text/css'> -->
<link href="assets/css/application.css" rel="stylesheet">
<!-- bxSlider CSS file -->
<link href="assets/css/jquery.bxslider.css" rel="stylesheet" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<![endif]-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/script.js"></script>
<link rel="shortcut icon" href="assets/ico/favicon.png">
<link rel="stylesheet" href="assets/css/jquery.maximage.css" type="text/css" media="screen" title="CSS" charset="utf-8" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17806002-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a href="https://github.com/dbsrgits/DBIx-Class"><img class="forkme" src="assets/img/forkme.png" alt="Fork me on GitHub"></a>
<div class="fullscreen-controls">
<a class="img-prev"></a>
<a class="img-next"></a>
</div>
<header id="home" style="height: 270px; max-height: 270px;">
<div id="maximage">
<img src="assets/img/front/blue.jpg" alt="a colour background for dbic"/>
<img src="assets/img/front/orange.jpg" alt="a colour background for dbic" />
<img src="assets/img/front/purple.jpg" alt="a colour background for dbic" />
</div>
<div class="fullscreen-controls" style="transform: translateY(0px); opacity: 1;">
<div class="pattern" style="height: 270px; max-height: 270px;"></div>
<div class="home-wrapper" style="transform: translateY(0px); opacity: 1;">
<div >
<h1 class="logo">
<img class="logoimage" alt="Dbic logo" src="assets/img/front/dbic-1000.png">
</h1>
</div>
<div id="home-slider">
<div class="bx-wrapper" style="max-width: 100%; margin: 0px auto; background: none;">
<div class="bx-viewport" style="width: 100%; overflow: hidden; position: relative; height: 98px; background: none;">
<ul class="bxslider" style="width: 515%; position: relative; transition-duration: 3s; transform: translate3d(-1337px, 0px, 0px); background: none;">
<li>
<a href="https://metacpan.org/release/DBIx-Class"><h1 style="font-size: 190%; color: #393939; padding: 0px 25px;">Click here to download the latest version</h1></a>
</li>
<li>
<a href="http://www.enlightenedperl.org"><h1 style="font-size: 190%; color: #393939; padding: 0px 25px;">Written in Perl</h1></a>
</li>
<li>
<a href="http://www.perlfoundation.org"><h1 style="font-size: 190%; color: #393939; padding: 0px 25px;">Unleash your Database</h1></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!--
<div id="home-slider">
<div class="bx-wrapper">
<div class="bx-viewport">
<ul class="bxslider">
<li>
<h1>Open source blogging platform</h1>
</li>
<li>
<h1>Written in Perl</h1></li>
</li>
<li>
<h1>Simple & practical</h1></li>
</li>
</ul>
</div>
</div>
</div>
-->
<div class="page-wrapper">
<nav class="navbar navbar-custom navbar-static-top" id="main-menu">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">The team</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
<div class="social pull-right">
<a href="https://twitter.com/dbix_class" class="twitter" title="Find us on Twitter"></a>
</div>
</div>
</div>
</div>
</nav>
<div class="content">
<section id="home">
<div class="container"></div>
</section>
</div>
</div>
<footer>
<div class="container">
<p>Design: <a href="www.evozon.com">Evozon 2013</a> -- <a href="http://www.shadow.cat">Shadowcat 2014</a> -- ©Dbic Team 2014</p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.cycle.all.js" type="text/javascript"></script>
<!-- <script src="assets/js/jquery.easing.1.3.js" type="text/javascript"></script> -->
<script src="assets/js/jquery.maximage.min.js" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function(){
jQuery('#maximage').maximage({
cycleOptions: {
fx:'fade',
speed: 1500,
timeout: 4000,
prev: '#arrow_left',
next: '#arrow_right'
},
onFirstImageLoaded: function(){
jQuery('#cycle-loader').hide();
jQuery('#maximage').fadeIn('fast');
}
});
});
</script>
<!-- bxSlider Javascript file -->
<script src="assets/js/jquery.bxslider.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
jQuery('.bxslider').bxSlider({
mode: 'horizontal',
pager: false,
controls: false,
auto: true,
autoHover: true
});
});
</script>
</body>
</html>