-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathopen.html
158 lines (156 loc) · 5.27 KB
/
open.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
---
layout: page
title: "Open"
description: "开源项目"
header-img: "img/open-bg.jpg"
---
<style>
@media screen and (min-width: 768px) {
.element {
display: table-cell;
vertical-align: middle;
float: none !important;
}
.half {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.row {
position: relative;
top: 0px;
margin-bottom: 0px;
}
hr {
margin-top: 30px;
margin-bottom: 0px;
}
.cb-title-top {
margin-top: 0px;
}
}
</style>
<div class="post-container cb-title-top">
<div class="row">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview">
<a href="https://github.com/LPD-iOS/lpd-mvvm-kit">
<h2 class="post-title">lpd-mvvm-kit</h2>
<span class="post-content-preview">LPDMvvmKit, Objective-C 的 MVVM 开发框架</span>
</a>
<div class="visible-xs">
<hr>
</div>
</div>
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/LPD-iOS/lpd-tableview-kit">
<h2 class="post-title">lpd-tableview-kit</h2>
<span class="post-content-preview">LPDTableViewKit</span>
</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/LPD-iOS/lpd-collectionview-kit">
<h2 class="post-title">lpd-collectionview-kit</h2>
<span class="post-content-preview">LPDCollectionViewKit</span>
</a>
<div class="visible-xs">
<hr>
</div>
</div>
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview">
<a href="https://github.com/LPD-iOS/lpd-networking-kit">
<h2 class="post-title">lpd-networking-kit</h2>
<span class="post-content-preview">LPDNetworkingKit,all requests return a signal</span>
</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/LPD-iOS/lpd-controls-kit">
<h2 class="post-title">lpd-controls-kit</h2>
<span class="post-content-preview">LPDControlsKit</span>
</a>
<div class="visible-xs">
<hr>
</div>
</div>
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview">
<a href="https://github.com/LPD-iOS/lpd-additions-kit">
<h2 class="post-title">lpd-additions-kit</h2>
<span class="post-content-preview">LPDAdditionsKit</span>
</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/LPD-iOS/lpd-modular-kit">
<h2 class="post-title">lpd-modular-kit</h2>
<span class="post-content-preview">LPDModularKit</span>
</a>
<div class="visible-xs">
<hr>
</div>
</div>
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview">
<a href="https://github.com/LPD-iOS/lpd-textfield">
<h2 class="post-title">lpd-textfield</h2>
<span class="post-content-preview">TextField Control</span>
</a>
</div>
</div>
<hr>
<div class="row half">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png" />
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/LPD-iOS/CSSLayout">
<h2 class="post-title">CSSLayout</h2>
<span class="post-content-preview">iOS Flexbox Layout</span>
</a>
</div>
</div>
<hr>
</div>
<style>
.left-bottom .github-fork-ribbon {
background-color: #090;
}
</style>
<div class="github-fork-ribbon-wrapper left-bottom hidden-xs">
<div class="github-fork-ribbon">
<a href="https://github.com/LPD-iOS/LPD-iOS.github.io">Fork me on GitHub</a>
</div>
</div>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.ie.min.css" />
<![endif]-->