myhloli commited on
Commit
9dbd627
β€’
1 Parent(s): 3b1f708

Upload header.html

Browse files
Files changed (1) hide show
  1. header.html +70 -0
header.html ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html><head><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
2
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
3
+
4
+ </head><body><div style="
5
+ display: flex;
6
+ flex-direction: column;
7
+ justify-content: center;
8
+ align-items: center;
9
+ text-align: center;
10
+ background: linear-gradient(45deg, #007BFF 0%, #0056b3 100%);
11
+ padding: 24px;
12
+ gap: 24px;
13
+ border-radius: 8px;
14
+ ">
15
+ <div style="display: flex; flex-direction: column; align-items: center; gap: 16px;">
16
+ <div style="display: flex; flex-direction: column; gap: 8px;">
17
+ <h1 style="
18
+ font-size: 48px;
19
+ color: #fafafa;
20
+ margin: 0;
21
+ font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
22
+ 'Lucida Sans', Arial, sans-serif;
23
+ ">
24
+ MinerU: PDF Extraction Demo
25
+ </h1>
26
+
27
+
28
+ </div>
29
+ </div>
30
+
31
+ <p style="
32
+ margin: 0;
33
+ line-height: 1.6rem;
34
+ font-size: 16px;
35
+ color: #fafafa;
36
+ opacity: 0.8;
37
+ ">
38
+ A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.<br>
39
+ </p>
40
+
41
+ <div class="column has-text-centered">
42
+ <div class="publication-links">
43
+
44
+
45
+ <!-- Code Link. -->
46
+ <span class="link-block">
47
+ <a href="https://github.com/opendatalab/MinerU" class="external-link button is-normal is-rounded is-dark">
48
+ <span class="icon">
49
+ <i class="fab fa-github"></i>
50
+ </span>
51
+ <span>Code</span>
52
+ </a>
53
+ </span>
54
+
55
+
56
+ <!-- Homepage Link. -->
57
+ <span class="link-block">
58
+ <a href="https://opendatalab.com/" class="external-link button is-normal is-rounded is-dark">
59
+ <span class="icon">
60
+ <i class="fas fa-globe"></i>
61
+ </span>
62
+ <span>Homepage</span>
63
+ </a>
64
+ </span>
65
+ </div>
66
+ </div>
67
+
68
+ <!-- New Demo Links -->
69
+
70
+ </div></body></html>