1414 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/reset.css ">
1515 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/site.css ">
1616
17- < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/menu.css ">
18- < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/button.css ">
1917 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/breadcrumb.css ">
18+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/button.css ">
19+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/container.css ">
20+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/dropdown.css ">
2021 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/grid.css ">
2122 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/header.css ">
22- < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/input.css ">
23- < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/label.css ">
24- < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/image.css ">
25- < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/container.css ">
2623 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/icon.css ">
27- < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/dropdown.css ">
2824 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/image.css ">
25+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/image.css ">
26+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/input.css ">
27+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/label.css ">
28+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/menu.css ">
29+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/message.css ">
30+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/segment.css ">
31+ < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/table.css ">
2932 < link rel ="stylesheet " type ="text/css " href ="semantic/dist/components/transition.css ">
3033
3134 < link rel ="stylesheet " type ="text/css " href ="css/global.css ">
4043 < div class ="ui container ">
4144 < div class ="ui right floated icon text menu ">
4245 < a class ="item ">
43- < i class ="large inbox icon "> </ i >
46+ < i class ="inbox icon "> </ i >
4447 </ a >
4548 < a class ="item ">
4649 < i class ="add icon "> </ i >
47- < i class ="large dropdown icon "> </ i >
50+ < i class ="dropdown icon "> </ i >
4851 </ a >
4952 < div class ="user top right pointing ui dropdown item ">
50- < img class ="ui rounded user image " src ="images/avatar.jpg ">
53+ < img class ="ui mini rounded image " src ="images/avatar.jpg ">
5154 < i class ="dropdown icon "> </ i >
5255 < div class ="menu ">
5356 < div class ="disabled item ">
@@ -134,6 +137,7 @@ <h4>Ignoring</h4>
134137 < div class ="ui container ">
135138 < div class ="ui vertically padded grid ">
136139 < div class ="twelve wide column ">
140+
137141 < div class ="repo description ">
138142 < div > Semantic is a UI component framework based around useful principles from natural language.</ div >
139143 < a href ="http://www.semantic-ui.com "> http://www.semantic-ui.com</ a >
@@ -156,6 +160,85 @@ <h4>Ignoring</h4>
156160 111 contributors
157161 </ a >
158162 </ div >
163+
164+ < div class ="repo title ">
165+ < div class ="ui right floated compact icon button ">
166+ < i class ="content icon "> </ i >
167+ </ div >
168+ < div class ="ui positive compact icon button ">
169+ < i class ="fork icon "> </ i >
170+ </ div >
171+ < div class ="ui dropdown branch compact button ">
172+ < div class ="text ">
173+ Branch:
174+ < b > Master</ b >
175+ </ div >
176+ < i class ="dropdown icon "> </ i >
177+ </ div >
178+ </ div >
179+
180+ < div class ="ui top attached info message ">
181+ Merge pull request #2728 from sunseth/patch-1
182+ </ div >
183+ < div class ="ui attached latest segment ">
184+ < img class ="ui mini right spaced rounded image " src ="images/avatar.jpg ">
185+ < b > jlukic</ b >
186+ authored 2 days ago
187+ </ div >
188+ < table class ="ui bottom attached table ">
189+ < tbody >
190+ < tr >
191+ < td class ="collapsing ">
192+ < i class ="blue folder icon "> </ i >
193+ < a href ="# ">
194+ node_modules
195+ </ a >
196+ </ td >
197+ < td > Initial commit</ td >
198+ < td class ="right aligned collapsing "> 10 hours ago</ td >
199+ </ tr >
200+ < tr >
201+ < td >
202+ < i class ="blue folder icon "> </ i >
203+ < a href ="# ">
204+ test
205+ </ a >
206+ </ td >
207+ < td > Initial commit</ td >
208+ < td class ="right aligned "> 10 hours ago</ td >
209+ </ tr >
210+ < tr >
211+ < td >
212+ < i class ="blue folder icon "> </ i >
213+ < a href ="# ">
214+ build
215+ </ a >
216+ </ td >
217+ < td > Initial commit</ td >
218+ < td class ="right aligned "> 10 hours ago</ td >
219+ </ tr >
220+ < tr >
221+ < td >
222+ < i class ="grey file outline icon "> </ i >
223+ < a href ="# ">
224+ package.json
225+ </ a >
226+ </ td >
227+ < td > Initial commit</ td >
228+ < td class ="right aligned "> 10 hours ago</ td >
229+ </ tr >
230+ < tr >
231+ < td >
232+ < i class ="grey file outline icon "> </ i >
233+ < a href ="# ">
234+ Gruntfile.js
235+ </ a >
236+ </ td >
237+ < td > Initial commit</ td >
238+ < td class ="right aligned "> 10 hours ago</ td >
239+ </ tr >
240+ </ tbody >
241+ </ table >
159242 </ div >
160243 <!-- <div class="four wide column">
161244 <div class="ui vertical tabular menu">
0 commit comments