1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > PHPOffice</ title >
6
+ < link href ="statics/css/bootstrap.min.css " rel ="stylesheet ">
7
+ < link href ="statics/css/bootstrap-responsive.min.css " rel ="stylesheet ">
8
+ < link href ="statics/css/gh-fork-ribbon.css " rel ="stylesheet " />
9
+ <!--[if IE]>
10
+ <link href="statics/css/gh-fork-ribbon.ie.css" rel="stylesheet" />
11
+ <![endif]-->
12
+ < link href ="statics/css/style.css " rel ="stylesheet ">
13
+ </ head >
14
+ < body >
15
+ < div class ="github-fork-ribbon-wrapper right ">
16
+ < div class ="github-fork-ribbon ">
17
+ < a href ="https://github.com/PHPOffice/PHPExcel "> Fork me on GitHub</ a >
18
+ </ div >
19
+ </ div >
20
+ < div class ="navbar navbar-inverse navbar-fixed-top ">
21
+ < div class ="navbar-inner ">
22
+ < div class ="container-fluid ">
23
+ < a class ="brand " href ="index.html "> PHPOffice</ a >
24
+ < div class ="nav-collapse collapse ">
25
+ < ul class ="nav ">
26
+ < li > < a href ="index.html "> Home</ a > </ li >
27
+ < li > < a href ="phpexcel_features.html "> PHPExcel</ a > </ li >
28
+ < li > < a href ="# "> PHPPowerPoint</ a > </ li >
29
+ < li > < a href ="# "> PHPProject</ a > </ li >
30
+ < li > < a href ="# "> PHPVisio</ a > </ li >
31
+ < li class ="active "> < a href ="phpword_features.html "> PHPWord</ a > </ li >
32
+ </ ul >
33
+ </ div > <!-- /.nav-collapse -->
34
+ </ div >
35
+ </ div > <!-- /navbar-inner -->
36
+ </ div > <!-- /navbar -->
37
+ < div class ="container-fluid ">
38
+ < div class ="row-fluid ">
39
+ < div class ="span2 ">
40
+ < div class ="well sidebar-nav ">
41
+ < ul class ="nav nav-list ">
42
+ < li > < a href ="index.html "> Home</ a > </ li >
43
+ < li > < a href ="team.html "> Team</ a > </ li >
44
+ < li class ="nav-header "> PHPWord</ li >
45
+ < li > < a href ="phpword_news.html "> News</ a > </ li > -->
46
+ < li > < a href ="phpword_features.html "> Features</ a > </ li >
47
+ < li > < a href ="phpword_requirements.html "> Requirements</ a > </ li >
48
+ < li > < a href ="phpword_faq.html "> FAQ</ a > </ li >
49
+ < li > < a href ="phpword_contribute.html "> Contribute</ a > </ li >
50
+ < li > < a href ="phpword_roadmap.html "> Roadmap</ a > </ li >
51
+ < li > < a href ="phpword_resources.html "> Resources</ a > </ li >
52
+ < li class ="active "> < a href ="phpword_credits.html "> Credits</ a > </ li >
53
+ </ ul >
54
+ </ div > <!--/.well -->
55
+ </ div > <!--/span-->
56
+ < div class ="span10 ">
57
+ < h1 > Credits</ h1 >
58
+ < h2 > Codeplex contributors</ h2 >
59
+ < ul >
60
+ < li > < a href ="http://www.codeplex.com/site/users/view/raw_venture_ad "> raw_venture_ad </ a > </ li >
61
+ </ ul >
62
+ < p > Check < a href ="http://phpword.codeplex.com/team/view "> http://phpword.codeplex.com/team/view</ a > for a complete list of current team members.</ p >
63
+ </ div > <!--/span-->
64
+ </ div > <!--/row-->
65
+ </ div > <!--/.fluid-container-->
66
+ < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js "> </ script >
67
+ < script src ="statics/js/bootstrap.min.js "> </ script >
68
+ </ body >
69
+ </ html >
0 commit comments