1010 <!-- Site Properities -->
1111 < title > Semantic-Org/Semantic-UI</ title >
1212
13- <!-- CSS Includes -->
13+ <!-- Always Use Same -->
1414 < link rel ="stylesheet " type ="text/css " href ="css/ui/components/icon.css ">
15- < link rel ="stylesheet " type ="text/css " href ="css/ui/components/form.css ">
16- < link rel ="stylesheet " type ="text/css " href ="css/ui/components/sidebar.css ">
15+ < link rel ="stylesheet " type ="text/css " href ="css/ui/components/image.css ">
1716 < link rel ="stylesheet " type ="text/css " href ="css/ui/components/transition.css ">
17+ < link rel ="stylesheet " type ="text/css " href ="css/ui/components/default/sidebar.css ">
18+ < link rel ="stylesheet " type ="text/css " href ="css/ui/components/default/checkbox.css ">
1819
20+ <!--
21+ These css files are pre-compiled
22+ to test out gulp
23+ use static.html, run gulp from semantic/, and modify theme.config or variables
24+ !-->
25+ < link rel ="stylesheet " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/form.css ">
1926 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/reset.css ">
2027 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/site.css ">
2128 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/breadcrumb.css ">
2532 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/dropdown.css ">
2633 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/grid.css ">
2734 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/header.css ">
28- < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/image.css ">
2935 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/input.css ">
3036 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/label.css ">
3137 < link class ="themable " rel ="stylesheet " type ="text/css " href ="css/ui/components/github/list.css ">
4450
4551< body id ="home ">
4652 < div class ="ui theme sidebar ">
47- < h2 class ="ui dividing header "> Theme</ h2 >
4853 < div class ="ui form ">
54+ < h3 class ="ui dividing header "> Layout </ h3 >
4955 < div class ="field ">
50- < div class ="ui first checkbox "
56+ < div class ="ui first checkbox ">
5157 < input type ="checkbox "> </ input >
52- < label > Reverse Columns
58+ < label >
59+ Reverse Columns
60+ < i class ="tiny link question icon " data-content ="Toggles column order in html "> </ i >
61+ </ label >
62+ </ div >
63+ </ div >
64+ < div class ="field ">
65+ < div class ="ui second checkbox ">
66+ < input type ="checkbox "> </ input >
67+ < label > Distinctive Buttons
68+ < i class ="tiny link question icon " data-content ="Adds 'primary', 'labeled icon' and colored classes on a few buttons "> </ i >
69+ </ label >
5370 </ div >
54- < select class ="ui layout dropdown " name ="global ">
55- < option value ="default "> Standard</ option >
56- < option value ="left-menu "> Left Menu</ option >
57- < option value ="customized " selected > Customized</ option >
58- </ select >
5971 </ div >
72+ < div class ="field ">
73+ < div class ="ui third checkbox ">
74+ < input type ="checkbox "> </ input >
75+ < label >
76+ Add Minimalism
77+ < i class ="tiny link question icon " data-content ="Adds basic class name to buttons and table "> </ i >
78+ </ label >
79+ </ div >
80+ </ div >
81+ < div class ="field ">
82+ < div class ="ui fourth checkbox ">
83+ < input type ="checkbox "> </ input >
84+ < label >
85+ Block Style Menu
86+ < i class ="tiny link question icon " data-content ="Removes tabular menu class "> </ i >
87+ </ label >
88+ </ div >
89+ </ div >
90+ < h3 class ="ui dividing header "> Theme</ h3 >
6091 < div class ="field ">
6192 < label > Global Theme</ label >
6293 < select class ="ui theme dropdown " name ="global ">
@@ -194,7 +225,7 @@ <h4>Ignoring</h4>
194225 </ div >
195226 < div class ="ui labeled button ">
196227 < div class ="ui button ">
197- < i class ="star icon "> </ i > Unstar
228+ < i class ="star icon "> </ i > Star
198229 </ div >
199230 < a class ="ui basic label "> 19,120</ a >
200231 </ div >
@@ -214,6 +245,44 @@ <h4>Ignoring</h4>
214245 </ div >
215246 </ div >
216247
248+ <!-- This is only showed with ribbon menu variation -->
249+ < div class ="ui fluid seven item repo menu ">
250+ < div class ="ui container ">
251+ < a class ="active item ">
252+ < i class ="grey code icon "> </ i >
253+ Code
254+ </ a >
255+ < a class ="item ">
256+ < i class ="grey issue opened icon "> </ i >
257+
258+ Issues
259+ </ a >
260+ < a class ="item ">
261+ < i class ="grey git pull request icon "> </ i >
262+
263+ Pull Requests
264+ </ a >
265+ < a class ="item ">
266+ < i class ="grey book icon "> </ i >
267+ Wiki
268+ </ a >
269+ < div style ="display:none " class ="ui divider "> </ div >
270+ < a class ="item ">
271+ < i class ="grey pulse icon "> </ i >
272+ Pulse
273+ </ a >
274+ < a class ="item ">
275+ < i class ="grey graph icon "> </ i >
276+ Graphs
277+ </ a >
278+ < div style ="display:none " class ="ui divider "> </ div >
279+ < a class ="item ">
280+ < i class ="grey tools icon "> </ i >
281+ Settings
282+ </ a >
283+ </ div >
284+ </ div >
285+
217286 <!-- Repo Content -->
218287 < div class ="ui equal width vertically padded grid container ">
219288 < div class ="twelve wide column ">
@@ -266,7 +335,7 @@ <h4>Ignoring</h4>
266335 </ div >
267336 </ div >
268337
269- < div class ="ui top attached info recent message ">
338+ < div class ="ui top attached recent info message ">
270339 Merge pull request < a href ="# "> #2728</ a > from sunseth/patch-1
271340 </ div >
272341 < div class ="ui attached latest segment ">
@@ -536,24 +605,26 @@ <h1>Semantic UI</h1>
536605 Settings
537606 </ a >
538607 </ div >
539- < p > < b > Subversion</ b > checkout URL</ b >
540- < div class ="ui fluid action input ">
541- < input type ="text " value ="https://github.com/Semantic-Org/Semantic-UI ">
542- < a class ="ui icon button ">
543- < i class ="clippy icon "> </ i >
608+ < div class ="checkout ">
609+ < p > < b > Subversion</ b > checkout URL</ b >
610+ < div class ="ui fluid action input ">
611+ < input type ="text " value ="https://github.com/Semantic-Org/Semantic-UI ">
612+ < a class ="ui icon button ">
613+ < i class ="clippy icon "> </ i >
614+ </ a >
615+ </ div >
616+ < p > You can clone with < a href ="# "> HTTPS</ a > , < a href ="# "> SSH</ a > , or < a href ="# "> Subversion</ a > .
617+ < i class ="tiny link question icon " data-content ="Get help on which URL is right for you. "> </ i >
618+ </ p >
619+ < a class ="ui fluid button ">
620+ < i class ="desktop device icon "> </ i >
621+ Clone in Desktop
622+ </ a >
623+ < a class ="ui fluid button ">
624+ < i class ="cloud download icon "> </ i >
625+ Download Zip
544626 </ a >
545627 </ div >
546- < p > You can clone with < a href ="# "> HTTPS</ a > , < a href ="# "> SSH</ a > , or < a href ="# "> Subversion</ a > .
547- < i class ="tiny link question icon " data-content ="Get help on which URL is right for you. "> </ i >
548- </ p >
549- < a class ="ui fluid button ">
550- < i class ="desktop device icon "> </ i >
551- Clone in Desktop
552- </ a >
553- < a class ="ui fluid button ">
554- < i class ="cloud download icon "> </ i >
555- Download Zip
556- </ a >
557628 </ div >
558629 </ div >
559630 </ div >
0 commit comments