1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
< html manifest ="reeddit.appcache ">
3
- < head >
4
- < meta charset ="utf-8 ">
5
-
6
- < title > Reeddit</ title >
7
-
8
- < meta name ="description " content ="Elastic, minimalist and read-only Reddit web-app client. ">
9
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui ">
10
- < meta name ="mobile-web-app-capable " content ="yes ">
11
- < meta name ="author " content ="Bernardo Baquero Stand ">
12
-
13
- < link rel ="icon " type ="image/png " href ="img/favicon.png ">
14
- < link rel ="apple-touch-icon-precomposed " sizes ="114x114 " href ="img/icon144.png ">
15
- < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="img/icon144.png ">
16
-
17
- < link rel ="stylesheet " href ="dist/libs.css ">
18
- < link rel ="stylesheet " href ="dist/app.min.css ">
19
-
20
- < script > var loc = location . hostname ; if ( loc === "berbaquero.github.io" || loc === "berbaquero.github.com" || loc === "reedditapp.com" || loc === "berbaquero.com" ) { var _gaq = [ [ "_setAccount" , "UA-36097133-1" ] , [ "_trackPageview" ] ] ; ( function ( d , t ) { var g = d . createElement ( t ) , s = d . getElementsByTagName ( t ) [ 0 ] ; g . src = "//www.google-analytics.com/ga.js" ; s . parentNode . insertBefore ( g , s ) } ( document , "script" ) ) } </ script >
21
- </ head >
22
-
23
- < body >
24
-
25
- < header >
26
- < div id ="main-title ">
27
- < p class ="sub-title " id ="sub-title "> </ p >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > Reeddit</ title >
6
+ < meta name ="description " content ="Elastic, minimal Reddit web-app reader client. ">
7
+ < meta name ="author " content ="Bernardo Baquero Stand ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui ">
9
+ < meta name ="mobile-web-app-capable " content ="yes ">
10
+ < link rel ="icon " type ="image/png " href ="img/favicon.png ">
11
+ < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="img/icon144.png ">
12
+ < link rel ="stylesheet " href ="dist/libs.css ">
13
+ < link rel ="stylesheet " href ="dist/app.min.css ">
14
+ < script > var loc = location . hostname ; if ( loc === "berbaquero.github.io" || loc === "berbaquero.github.com" || loc === "reedditapp.com" || loc === "berbaquero.com" ) { var _gaq = [ [ "_setAccount" , "UA-36097133-1" ] , [ "_trackPageview" ] ] ; ( function ( d , t ) { var g = d . createElement ( t ) , s = d . getElementsByTagName ( t ) [ 0 ] ; g . src = "//www.google-analytics.com/ga.js" ; s . parentNode . insertBefore ( g , s ) } ( document , "script" ) ) } </ script >
15
+ </ head >
16
+ < body >
17
+ < header >
18
+ < div id ="main-title ">
19
+ < p id ="sub-title " class ="sub-title "> </ p >
20
+ </ div >
21
+ < div id ="nav-back " class ="header-corner invisible ">
22
+ < div class ="btn-to-main btn-corner back-arrow-btn "> < span class ="back-arrow-icon "> </ span > </ div >
23
+ </ div >
24
+ < div id ="title-head ">
25
+ < div id ="header-icon "> </ div >
26
+ < p id ="title "> </ p >
27
+ </ div >
28
+ < div class ="header-corner ">
29
+ < div class ="btn-refresh btn-corner refresh-icon "> </ div >
30
+ </ div >
31
+ </ header >
32
+ < nav id ="menu-container ">
33
+ < div class ="view ">
34
+ < div id ="edit-subs "> < span id ="btn-add-subs " class ="btn-edit-sub "> +</ span > < span id ="btn-edit-subs " class ="btn-edit-sub "> •••</ span > </ div >
35
+ < div id ="main-menu " class ="wrapper ">
36
+ < div class ="menu-desc "> Subreddits< span id ="btn-new-sub " class ="btn-side-menu-add "> +</ span > </ div >
37
+ < ul id ="subs "> </ ul >
38
+ < div class ="menu-desc "> Channels< span id ="btn-new-channel " class ="btn-side-menu-add "> +</ span > </ div >
39
+ < ul id ="channels "> </ ul >
40
+ < div class ="menu-desc "> Options</ div >
41
+ < div id ="about " class ="option "> About</ div >
42
+ < div id ="exp-data " class ="option "> Export Data</ div >
43
+ < div id ="imp-data " class ="option "> Import Data</ div >
44
+ < div id ="mnml " class ="option "> Theme</ div >
45
+ </ div >
46
+ </ div >
47
+ </ nav >
48
+ < section class ="view main-view show-view ">
49
+ < section id ="main-wrap " class ="wrapper "> </ section >
50
+ < div id ="main-footer " class ="view-footer ">
51
+ < div class ="sorter-wrap ">
52
+ < div class ="sort-switch js-sort-switch-main ">
53
+ < div class ="sort-switch__overlay ">
54
+ < div class ="sort-switch__wrap js-sort-switch-wrap "> < span class ="sort-switch__label sort-switch__label--hot "> hot</ span > < span class ="sort-switch__label sort-switch__label--new "> new</ span > </ div >
28
55
</ div >
29
- < section id ="nav-back " class ="header-corner invisible ">
30
- < div class ="btn-to-main btn-corner back-arrow-btn ">
31
- < span class ="back-arrow-icon "> </ span >
32
- </ div >
33
- </ section >
34
- < div id ="title-head ">
35
- < div id ="header-icon "> </ div >
36
- < p id ="title "> </ p >
37
- </ div >
38
- < section class ="header-corner ">
39
- < div class ="btn-refresh btn-corner refresh-icon "> </ div >
40
- </ section >
41
- </ header >
42
-
43
- < nav id ="menu-container ">
44
- < div class ="view ">
45
- < div id ="edit-subs ">
46
- < span class ="btn-edit-sub " id ="btn-add-subs "> +</ span >
47
- < span class ="btn-edit-sub " id ="btn-edit-subs "> •••</ span >
48
- </ div >
49
- < div class ="wrapper " id ="main-menu ">
50
- < div class ="menu-desc ">
51
- Subreddits
52
- < span id ="btn-new-sub " class ="btn-side-menu-add "> +</ span >
53
- </ div >
54
- < ul id ="subs "> </ ul >
55
-
56
- < div class ="menu-desc ">
57
- Channels
58
- < span id ="btn-new-channel " class ="btn-side-menu-add "> +</ span >
59
- </ div >
60
- < ul id ="channels "> </ ul >
61
- < div class ="menu-desc "> Options</ div >
62
- < div class ="option " id ="about "> About</ div >
63
- < div class ="option " id ="exp-data "> Export Data</ div >
64
- < div class ="option " id ="imp-data "> Import Data</ div >
65
- < div class ="option " id ="mnml "> Theme</ div >
66
- </ div >
67
- </ div >
68
- </ nav >
69
-
70
- < section class ="view main-view show-view ">
71
- < section class ="wrapper " id ="main-wrap "> </ section >
72
- < div class ="view-footer " id ="main-footer ">
73
- < div class ="sorter-wrap ">
74
- < div class ="sorter-container js-sort-container sorter--hot ">
75
- < span class ="sorter-label sorter-label--hot "> Hot</ span >
76
- < span class ="sorter-icon "> </ span >
77
- < span class ="sorter-label sorter-label--new "> New</ span >
78
- </ div >
79
- </ div >
80
- < p id ="footer-sub " class ="footer-sub-title "> </ p >
81
- < div class ="btn-footer footer-refresh btn-refresh " data-origin ="footer-main "> </ div >
82
- </ div >
83
- </ section >
84
-
85
- < section class ="view detail-view ">
86
- < section class ="wrapper wrapper--detail " id ="detail-wrap "> </ section >
87
- < div class ="view-footer " id ="detail-footer ">
88
- < div class ="btn-footer hide btn-to-main " id ="detail-close "> ×</ div >
89
- < p id ="footer-post " class ="footer-post-title "> </ p >
90
- < div class ="btn-footer footer-refresh btn-refresh hide " data-origin ="footer-detail "> </ div >
91
- </ div >
92
- </ section >
93
-
94
- < script >
95
- var isDesktop = ! / i P h o n e | i P o d | i P a d | A n d r o i d | M o b i l e / . test ( navigator . userAgent ) ;
96
- if ( isDesktop ) {
97
- var deskLink = document . createElement ( "link" ) ;
98
- deskLink . rel = "stylesheet" ;
99
- deskLink . href = "dist/desk.css" ;
100
- document . head . appendChild ( deskLink ) ;
101
- }
102
- </ script >
103
-
104
- < script src ="dist/libs.js "> </ script >
105
- < script src ="dist/app.min.js "> </ script >
106
-
107
- < script type ="text/javascript " src ="https://www.dropbox.com/static/api/1/dropins.js " id ="dropboxjs " data-app-key ="yiu8cok9mknii0n "> </ script >
108
- </ body >
109
- </ html >
56
+ </ div >
57
+ </ div >
58
+ < p id ="footer-sub " class ="footer-sub-title "> </ p >
59
+ < div data-origin ="footer-main " class ="btn-footer footer-refresh btn-refresh "> </ div >
60
+ </ div >
61
+ </ section >
62
+ < section class ="view detail-view ">
63
+ < section id ="detail-wrap " class ="wrapper wrapper--detail "> </ section >
64
+ < div id ="detail-footer " class ="view-footer ">
65
+ < div id ="detail-close " class ="btn-footer btn-to-main hide "> ×</ div >
66
+ < p id ="footer-post " class ="footer-post-title "> </ p >
67
+ < div data-origin ="footer-detail " class ="btn-footer footer-refresh btn-refresh hide "> </ div >
68
+ </ div >
69
+ </ section >
70
+ < script >
71
+ var isDesktop = ! / i P h o n e | i P o d | i P a d | A n d r o i d | M o b i l e / . test ( navigator . userAgent ) ;
72
+ if ( isDesktop ) {
73
+ var deskLink = document . createElement ( "link" ) ;
74
+ deskLink . rel = "stylesheet" ;
75
+ deskLink . href = "dist/desk.css" ;
76
+ document . head . appendChild ( deskLink ) ;
77
+ }
78
+
79
+ </ script >
80
+ < script src ="dist/libs.js "> </ script >
81
+ < script src ="dist/app.min.js "> </ script >
82
+ < script src ="https://www.dropbox.com/static/api/1/dropins.js " id ="dropboxjs " data-app-key ="yiu8cok9mknii0n "> </ script >
83
+ </ body >
84
+ </ html >
0 commit comments