myhloli commited on
Commit
f13ec23
·
1 Parent(s): 2613af2

Delete header.html

Browse files
Files changed (1) hide show
  1. header.html +0 -131
header.html DELETED
@@ -1,131 +0,0 @@
1
- <html>
2
- <head>
3
- <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> -->
4
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
5
- <style>
6
- .link-block {
7
- border: 1px solid transparent;
8
- border-radius: 24px;
9
- background-color: rgba(54, 54, 54, 1);
10
- cursor: pointer !important;
11
- }
12
- .link-block:hover {
13
- background-color: rgba(54, 54, 54, 0.75) !important;
14
- cursor: pointer !important;
15
- }
16
- .external-link {
17
- display: inline-flex;
18
- align-items: center;
19
- height: 36px;
20
- line-height: 36px;
21
- padding: 0 16px;
22
- cursor: pointer !important;
23
- }
24
- .external-link,
25
- .external-link:hover {
26
- cursor: pointer !important;
27
- }
28
- a {
29
- text-decoration: none;
30
- }
31
- </style>
32
- </head>
33
-
34
- <body>
35
- <div style="
36
- display: flex;
37
- flex-direction: column;
38
- justify-content: center;
39
- align-items: center;
40
- text-align: center;
41
- background: linear-gradient(45deg, #007bff 0%, #0056b3 100%);
42
- padding: 24px;
43
- gap: 24px;
44
- border-radius: 8px;
45
- ">
46
- <div style="
47
- display: flex;
48
- flex-direction: column;
49
- align-items: center;
50
- gap: 16px;
51
- ">
52
- <div style="display: flex; flex-direction: column; gap: 8px">
53
- <h1 style="
54
- font-size: 48px;
55
- color: #fafafa;
56
- margin: 0;
57
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
58
- 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
59
- ">
60
- MinerU 2: PDF Extraction Demo
61
- </h1>
62
- </div>
63
- </div>
64
-
65
- <p style="
66
- margin: 0;
67
- line-height: 1.6rem;
68
- font-size: 16px;
69
- color: #fafafa;
70
- opacity: 0.8;
71
- ">
72
- A one-stop, open-source, high-quality data extraction tool that supports converting PDF to Markdown and JSON.<br>
73
- </p>
74
- <style>
75
- .link-block {
76
- display: inline-block;
77
- }
78
- .link-block + .link-block {
79
- margin-left: 20px;
80
- }
81
- </style>
82
-
83
- <div class="column has-text-centered">
84
- <div class="publication-links">
85
- <!-- Code Link. -->
86
- <span class="link-block">
87
- <a href="https://github.com/opendatalab/MinerU" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
88
- <span class="icon" style="margin-right: 4px">
89
- <i class="fab fa-github" style="color: white; margin-right: 4px"></i>
90
- </span>
91
- <span style="color: white">Code</span>
92
- </a>
93
- </span>
94
-
95
- <!-- arXiv Link. -->
96
- <span class="link-block">
97
- <a href="https://arxiv.org/abs/2409.18839" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
98
- <span class="icon" style="margin-right: 8px">
99
- <i class="fas fa-file" style="color: white"></i>
100
- </span>
101
- <span style="color: white">Paper</span>
102
- </a>
103
- </span>
104
-
105
- <!-- Homepage Link. -->
106
- <span class="link-block">
107
- <a href="https://mineru.org.cn/home?source=huggingface" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
108
- <span class="icon" style="margin-right: 8px">
109
- <i class="fas fa-home" style="color: white"></i>
110
- </span>
111
- <span style="color: white">Homepage</span>
112
- </a>
113
- </span>
114
-
115
- <!-- Client Link. -->
116
- <span class="link-block">
117
- <a href="https://mineru.org.cn/client?source=huggingface" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
118
- <span class="icon" style="margin-right: 8px">
119
- <i class="fas fa-download" style="color: white"></i>
120
- </span>
121
- <span style="color: white">Download</span>
122
- </a>
123
- </span>
124
- </div>
125
- </div>
126
-
127
- <!-- New Demo Links -->
128
- </div>
129
-
130
-
131
- </body></html>