-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
382 lines (333 loc) · 15.5 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!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">
<!-- ===========================
THEME INFO
=========================== -->
<meta name="description" content="clawit lab">
<meta name="keywords" content="clawit lab">
<meta name="author" content="clawit team">
<!-- ===========================
SITE TITLE
=========================== -->
<title>CLAWIT Lab</title>
<!-- This is what you see on your browser tab-->
<!-- ===========================
FAVICONS
=========================== -->
<!--
<link rel="icon" href="assets/img/favicon.ico">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/apple-touch-icon-ipad-retina.png" />
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/apple-touch-icon-iphone.png" />
-->
<!-- ===========================
STYLESHEETS
=========================== -->
<link rel="stylesheet" href="assets/css/bootstrap-3.3.0.min.css">
<link rel="stylesheet" href="assets/css/preloader.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/animate.css">
<!-- ===========================
ICONS:
=========================== -->
<link rel="stylesheet" href="assets/css/simple-line-icons.css">
<script defer src="assets/js/fa.min.js" ></script>
<!-- ===========================
GOOGLE FONTS
=========================== -->
<link rel="stylesheet" href="assets/css/google-fonts-css.css">
<!-- HTML5 shim and Respond.js for 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="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- ===========================
GOOGLE ANALYTICS (Optional)
=========================== -->
<!--Replace this line with your analytics code-->
<!-- Analytics end-->
</head>
<body data-spy="scroll">
<header>
<!-- ===========================
NAVBAR START
=========================== -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="">
<!-- Replace Drifolio Bootstrap with your Site Name and remove icon-grid to remove the placeholder icon -->
<span class="brandicon icon-grid"></span>
<span class="brandname">CLAWIT Lab.</span>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<!--YOUR NAVIGATION ITEMS STRAT BELOW-->
<li><a href="#projects"><span class="btnicon icon-speedometer"></span>Projects</a></li>
<li><a href="#news"><span class="btnicon icon-rocket"></span>News</a></li>
<li><a href="#donation"><span class="btnicon icon-cup"></span>Donation</a></li>
<!--don't forget to replace the email address below with yours-->
<li><a href="mailto:[email protected]"><span class="btnicon icon-envelope-open"></span>Contact</a></li>
</ul>
</div>
<!--.nav-collapse -->
</div>
</nav>
<!--navbar end-->
</header>
<!--header end-->
<!-- SECTION SEPARETOR LINE -->
<!-- ===========================
SERVICE SECTION START
=========================== -->
<div id="projects" class="container">
<!-- SERVICE SECTION HEADING START -->
<div class="sectionhead row wow fadeInUp">
<img src="assets/img/icon.png" class="sectionhead-icon" />
<h3>CLAWIT Lab.</h3>
<hr class="separetor">
</div>
<!--SERVICE SECTION HEADING END-->
<!-- SERVICE ITEMS START -->
<div class="row">
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/clawit/MagCore"><img src="assets/img/icon_magcore.png" alt=""></a>
<h4>MagCore 磁芯大战</h4>
<p>贝尔实验室经典游戏, 现在可以通过现代HTTP API来大家一起对战了, 一个真正程序员的游戏.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="assets/img/icon_cocohub.png" alt="">
<h4>CocoHub</h4>
<p>基于dotnet core的日志调用链组件, 使用开源Fody的切面(AOP)技术.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/clawit/Cache" ><img src="assets/img/icon_cache.png" alt=""></a>
<h4>Cache</h4>
<p>基于dotnet core的分布式缓存组件, 使用开源Fody的切面(AOP)技术.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="assets/img/icon_ra.png" alt="">
<h4>红警: 复兴</h4>
<p>基于OpenRA项目,结合CLAWIT Lab自研的OpenServer,以及本地化改进,重新开启红警战斗.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="assets/img/icon_openserver.png" alt="">
<h4>Open Server</h4>
<p>使用dotnet技术,实现IOCP的全双工socket通信,轻松构建CS架构的通讯项目.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="assets/img/icon_lib.png" alt="">
<h4>System Common Library</h4>
<p>符合dotnet standard规范的通用组件库.</p>
</div>
<!-- ITEM END -->
</div>
<!-- SERVICE ITEMS END-->
</div>
<!-- SERVICE SECTION END -->
<!-- ===========================
PORTFOLIO SECTION START
=========================== -->
<div id="news">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-rocket"></span>
<h3>A few recent works</h3>
<hr class="separetor">
</div>
<!-- PORTFOLIO SECTION HEAD END -->
<!-- PORTFOLIO ITEMS START -->
<div class="portfolioitems container">
<div class="row">
<ul class="shots">
<li>Cactus</li>
</ul><!--CONFIGURE PORTFOLIO ON js/drifolio.js-->
</div>
<div class="row">
<ul class="shots">
<li>MonoChestnut</li>
</ul><!--CONFIGURE PORTFOLIO ON js/drifolio.js-->
</div>
<div class="row">
<ul class="shots">
<li>Ronma</li>
</ul><!--CONFIGURE PORTFOLIO ON js/drifolio.js-->
</div>
</div>
<!-- PORTFOLIO ITEMS END -->
<!--Replace the URL below with your dribbble profile URL-->
<a class="hide btn btn-default wow fadeInUp" href="http://dribbble.com/srizon" role="button">
<span class="btnicon icon-social-dribbble"></span>
<span class="button_text">View all items</span>
</a>
</div>
<!-- PORTFOLIO SECTION END -->
<!-- ===========================
DONATION SECTION START
=========================== -->
<div id="donation" class="container">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-cup"></span>
<h3>Donation by PayPal</h3>
<img src="assets/img/donation-paypal.jpg" alt="" width="75px">
<h3>or by AliPay</h3>
<img src="assets/img/donation-alipay.jpg" alt="" width="75px">
<hr class="separetor">
</div>
</div>
<!-- ===========================
DONATION SECTION END
=========================== -->
<!-- ===========================
TESTIMONIAL SECTION START
=========================== -->
<div id="testimonials" class="container hide">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-bubbles"></span>
<h3>This is what I love to listen</h3>
<h4>Expedita nobis natus doloribus blanditiis quos, atque voluptatem, veritatis soluta eveniet ea!</h4>
<hr class="separetor">
</div>
<!-- TESTIMONIAL SECTIONHEAD END -->
<!-- TESTIMONIAL ITEMS START -->
<div class="row">
<!-- 1ST TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="2s">
<div class="clientsphoto">
<img src="assets/img/dan.jpg" alt="Dan">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p>
</blockquote>
<h5>Dan Cederholm</h5>
<p>Co-Founder, Dribbble</p>
</div>
</div>
<!-- 1ST TESTIMONIAL ITEM END -->
<!-- 2ND TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="3s">
<div class="clientsphoto">
<img src="assets/img/bill.jpg" alt="Bill">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et. lorem</p>
</blockquote>
<h5>Bill S Kenney</h5>
<p>Art Director at Focus Lab LLC.</p>
</div>
</div>
<!-- 2ND TESTIMONIAL ITEM END -->
<!-- 3RD TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="3s">
<div class="clientsphoto">
<img src="assets/img/eric.png" alt="Eric">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p>
</blockquote>
<h5>Eric Hoffman</h5>
<p>Principal Designer, JellyJar</p>
</div>
</div>
<!-- 3RD TESTIMONIAL ITEM END -->
<!-- 4TH TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="2s">
<div class="clientsphoto">
<img src="assets/img/ramil.jpg" alt="Ramil">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p>
</blockquote>
<h5>Ramil Derogongun</h5>
<p>Visual Designer, Bluroon</p>
</div>
</div>
<!-- 4TH TESTIMONIAL ITEM END -->
</div>
</div>
<!-- TESTIMONIAL SECTION END -->
<!-- ===========================
FOOTER START
=========================== -->
<footer>
<div class="container">
<span class="bigicon icon-speedometer "></span>
<!-- FOOTER LINKS START -->
<!-- <div class="footerlinks">
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div> -->
<!-- FOOTER LINKS END -->
<div class="copyright">
<!-- FOOTER COPYRIGHT START -->
<p>Since 2008</p>
</div>
<!-- FOOTER COPYRIGHT END -->
<!-- FOOTER SOCIAL ICONS START -->
<!-- <div class="footersocial wow fadeInUp" data-wow-duration="3s">
<ul>
<li><a href="http://facebook.com/MamunSrizon"><span class="icon-social-facebook"></span></a></li>
<li><a href="http://twitter.com/MamunSrizon"><span class="icon-social-twitter"></span></a></li>
<li><a href="#"><span class="icon-social-youtube"></span></a></li>
<li><a href="http://dribbble.com/srizon"><span class="icon-social-dribbble"></span></a></li>
<li><a href="#"><span class="icon-social-tumblr"></span></a></li>
</ul>
</div> -->
<!-- FOOTER SOCIAL ICONS END -->
</div>
</footer>
<!-- FOOTER END -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/bootstrap-3.3.0.min.js"></script>
<!--Other necessary scripts-->
<script src="assets/js/jquery.nicescroll.min.js"></script>
<script src="assets/js/jribbble.min.js"></script>
<script src="assets/js/drifolio.js"></script>
<script src="assets/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.1.0/trianglify.min.js"></script> -->
<script src="./assets/js/trianglify.min.js"></script>
<script>
$(document).ready(function(){
//
var pattern = Trianglify({
width: document.body.scrollWidth,
height: document.body.scrollHeight
});
document.body.style.backgroundImage = "url('" + pattern.png() + "')";
});
</script>
</body>
</html>