25
25
.module > .fas {
26
26
float : right;
27
27
}
28
+ .module .hidden-area {
29
+ height : 0px ;
30
+ overflow : hidden;
31
+ transition : height 500ms ease-in-out;
32
+ }
33
+ # output-pane : hover .module .hidden-area {
34
+ height : 50px ;
35
+ }
28
36
# input-area img .favicon {
29
37
display : inline-block;
30
38
width : 36px ;
45
53
.intro-description {
46
54
font-size : 22px ;
47
55
font-family : 'Ibarra Real Nova' , serif;
56
+ text-shadow : 4px 4px 4px rgba (0 , 0 , 0 , 0.02 );
57
+ color : # ffdada ;
48
58
}
49
59
.module h3 {
50
60
border-bottom : 1px dashed rgba (0 , 0 , 0 , 0.05 );
57
67
font-size : 24px ;
58
68
font-family : 'Ibarra Real Nova' , serif;
59
69
}
70
+ button : hover , a .button : hover {
71
+ box-shadow : 4px 4px 4px rgba (0 , 0 , 0 , 0.2 );
72
+ }
60
73
</ style >
61
74
</ head >
62
75
< body class ="bg-gray-100 h-screen flex flex-col ">
63
- < header class ="bg-red-600 text-white py-6 shadow-md text-center ">
64
- < h1 class ="text-center text-6xl font-bold " style ="margin-bottom: 22px "> DigestBox</ h1 >
76
+ < header class ="py-6 shadow-md text-center ">
77
+ < h1 class ="text-center text-5xl font-bold " style ="margin-bottom: 22px "> DigestBox</ h1 >
65
78
66
- < img src =" logo.png " style =" width: 110px; display: inline-block; margin-bottom: 10px; opacity: 0.7 " /> < br />
67
- < i class ="text-center " style ="color: #333; opacity: 0.6 "> A free tool brought to you by < a href ="https://archivebox.io " target ="_blank "> ArchiveBox.io</ a > </ i >
79
+
80
+ < i class ="text-center " style ="color: #333; opacity: 0.6 "> A free tool brought to you by < a href ="https://archivebox.io " target ="_blank " class =" hover:shadow-md " > ArchiveBox.io</ a > </ i >
68
81
</ header >
69
82
< main class ="flex-1 p-4 md:p-8 ">
70
83
< div class ="max-w-6xl mx-auto ">
71
- < div class ="text-center ">
84
+ < div class ="text-center bg-red-600 text-white rounded " style =" color: #e0efef ">
72
85
< br />
73
- < b class ="intro-description "> DigestBox takes < u > any webpage</ u > (news article, video page, comment thread, etc.) and extracts the < u > juicy content</ u > within.</ b >
74
- < br /> < br />
86
+ < b class ="intro-description "> Get all the < u > juicy content</ u > from < u > any webpage</ u > in 1 click.</ b >
87
+
88
+
75
89
90
+ < br /> < br />
91
+ < center >
92
+ < img src ="example-diagram.png " style ="height: 250px; display: inline; opacity: 0.8 "/>
93
+ </ center >
94
+ < br />
76
95
96
+ < div id ="progress-bar " class ="w-full bg-red-200 rounded overflow-hidden " style ="opacity: 0.7 ">
97
+ < div class ="h-2 bg-red-600 "> </ div >
98
+ </ div >
77
99
< div id ="input-area " class ="rounded bg-gray-200 p-6 ">
78
100
< i class ="fas fa-globe py-2 text-3xl align-center "> </ i >
79
101
< img src ="data:, " class ="favicon "/>
80
- < textarea id ="url-input " class ="w-2/3 p-2 border rounded align-top text-xl " placeholder ="https://example.com/webpage/or/article .html " rows ="1 " style ="display: inline-block; min-height: 50px; margin-top: -1px "> </ textarea >
81
- < button id ="digest-btn " class ="w-1/4 bg-red-600 text-xl text-white py-2 rounded align-top shadow-md hover:shadow-lg hover: bg-red-700 hover:border-white border-solid border-2 border-black ">
102
+ < textarea id ="url-input " class ="w-2/3 p-2 border rounded align-top text-xl " placeholder ="https://example.com/paste-a-URL-here .html " rows ="1 " style ="display: inline-block; min-height: 50px; margin-top: -1px; color: #1a1a1a "> </ textarea >
103
+ < button id ="digest-btn " class ="w-1/4 bg-red-600 text-xl text-white py-2 rounded align-top shadow-md hover:bg-red-700 hover:border-white border-solid border-2 " style =" border-color: #9e0000 ">
82
104
Digest < i class ="fas fa-cutlery "> </ i >
83
105
</ button >
84
106
</ div >
85
107
86
- < div id ="progress-bar " class ="w-full bg-red-200 rounded overflow-hidden " style ="opacity: 0.7 ">
87
- < div class ="h-2 bg-red-600 "> </ div >
88
- </ div >
89
108
</ div >
90
109
91
110
92
- < br /> < br />
93
- < center >
94
- < img src ="example-diagram.png " style ="height: 260px; display: inline; opacity: 0.8 "/>
95
- </ center >
96
- < br /> < br />
97
111
98
112
< div class ="w-full bg-red-200 rounded mb-4 overflow-hidden " style ="opacity: 0.8 ">
99
113
< div class ="h-2 bg-red-600 "> </ div >
@@ -104,37 +118,45 @@ <h1 class="text-center text-6xl font-bold" style="margin-bottom: 22px">DigestBox
104
118
< div class ="module p-4 bg-white rounded shadow-md relative opacity-50 " id ="title-pane ">
105
119
< i class ="fas fa-heading mb-2 "> </ i >
106
120
< h3 class ="font-bold "> Title</ h3 >
107
- < p > The title of the page will be displayed here.</ p >
108
- < div class ="text-right ">
109
- < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
121
+ < div class ="hidden-area ">
122
+ < p > The title of the page will be displayed here.</ p >
123
+ < div class ="text-right ">
124
+ < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
125
+ </ div >
110
126
</ div >
111
127
</ div >
112
128
<!-- Favicon Module -->
113
129
< div class ="module p-4 bg-white rounded shadow-md relative opacity-50 " id ="favicon-pane ">
114
130
< i class ="fas fa-image mb-2 "> </ i >
115
131
< h3 class ="font-bold "> Favicon</ h3 >
116
- < p > Favicon will be displayed here.</ p >
132
+ < div class ="hidden-area ">
133
+ < p > Favicon will be displayed here.</ p >
117
134
118
- < div class ="text-right ">
119
- < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
135
+ < div class ="text-right ">
136
+ < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
137
+ </ div >
120
138
</ div >
121
139
</ div >
122
140
123
141
< div class ="module p-4 bg-white rounded shadow-md relative opacity-50 " id ="screenshot-pane ">
124
142
< i class ="fas fa-camera mb-2 "> </ i >
125
143
< h3 class ="font-bold "> Screenshot</ h3 >
126
- < p > A screenshot of the page will be displayed here.</ p >
127
- < div class ="text-right ">
128
- < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
144
+ < div class ="hidden-area ">
145
+ < p > A screenshot of the page will be displayed here.</ p >
146
+ < div class ="text-right ">
147
+ < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
148
+ </ div >
129
149
</ div >
130
150
</ div >
131
151
<!-- PDF Module -->
132
152
< div class ="module p-4 bg-white rounded shadow-md relative opacity-50 " id ="pdf-pane ">
133
153
< i class ="fas fa-file-pdf mb-2 "> </ i >
134
154
< h3 class ="font-bold "> PDF</ h3 >
135
- < p > A PDF of the page will be displayed here.</ p >
136
- < div class ="text-right ">
137
- < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
155
+ < div class ="hidden-area ">
156
+ < p > A PDF of the page will be displayed here.</ p >
157
+ < div class ="text-right ">
158
+ < button class ="text-black px-4 py-1 rounded mt-2 "> < i class ="fas fa-download "> </ i > </ button >
159
+ </ div >
138
160
</ div >
139
161
</ div >
140
162
@@ -258,7 +280,6 @@ <h3 class="font-bold">3rd-Party Archives</h3>
258
280
<!-- ... add similar blocks for each module you have ... -->
259
281
</ div >
260
282
< br />
261
- < hr />
262
283
< br />
263
284
< div id ="download-section " class ="text-center ">
264
285
< button id ="digest-btn " class ="bg-blue-900 text-white py-2 rounded mb-4 px-4 mx-5 "> View results as spreadsheet < img src ="sheets-icon.png " alt ="" style ="height: 20px; display: inline-block; margin-left: 4px; vertical-align: -4px "/> </ button >
@@ -269,13 +290,14 @@ <h3 class="font-bold">3rd-Party Archives</h3>
269
290
270
291
< br /> < br />
271
292
< hr />
272
- < br />
293
+ < br /> < br /> < br />
273
294
< div class ="max-w-6xl mx-auto border-3 rounded p-10 " style ="font-size: 1.1em; border: 3px solid gold; background-color: #ffeaea ">
274
295
< i > Want more? Pay just 1¢ per URL to use DigestBox PRO:</ i >
275
- < br /> < br />
276
- < a href ="# " class ="button text-3xl bg-gray-900 text-white rounded p-4 " style ="display: block; float: right; margin-right : 20px ">
296
+ < br />
297
+ < a href ="# " class ="button text-3xl bg-gray-900 text-white rounded p-4 " style ="display: block; float: right; margin: 20px ">
277
298
Use PRO for 1¢/URL< i class ="fas fa-arrow-right " style ="color: gold "> </ i >
278
299
</ a >
300
+ < br />
279
301
< ul style ="list-style: circle ">
280
302
< li > Crawl entire sites/domains with advanced configuration options</ li >
281
303
< li > Set up repeating snapshots of sites on a schedule & auto-import from RSS/social media</ li >
@@ -284,6 +306,10 @@ <h3 class="font-bold">3rd-Party Archives</h3>
284
306
< li > < i > And more...</ i > </ li >
285
307
</ ul >
286
308
</ div >
309
+ < br /> < br /> < br />
310
+ < center >
311
+ < img src ="logo.png " style ="width: 90px; display: inline-block; margin-bottom: 10px; opacity: 0.7; "/> < br /> < br />
312
+ </ center >
287
313
</ main >
288
314
< footer class ="py-4 bg-gray-800 text-white text-center ">
289
315
< a href ="https://github.com/ArchiveBox/ArchiveBox " target ="_blank " class ="mx-2 "> GitHub</ a >
0 commit comments