Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			L40S
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			L40S
	Update header.html
Browse files- header.html +17 -8
    	
        header.html
    CHANGED
    
    | @@ -1,4 +1,5 @@ | |
| 1 | 
            -
            <html><head | 
|  | |
| 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="
         | 
| @@ -37,29 +38,37 @@ | |
| 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">
         | 
| 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">
         | 
| 59 | 
             
                        <span class="icon">
         | 
| 60 | 
            -
                          <i class="fas fa-globe"></i>
         | 
| 61 | 
             
                        </span>
         | 
| 62 | 
            -
                        <span>Homepage</span>
         | 
| 63 | 
             
                      </a>
         | 
| 64 | 
             
                    </span>
         | 
| 65 | 
             
                  </div>
         | 
|  | |
| 1 | 
            +
            <html><head>
         | 
| 2 | 
            +
            <!--  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">-->
         | 
| 3 | 
             
              <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
         | 
| 4 |  | 
| 5 | 
             
              </head><body><div style="
         | 
|  | |
| 38 | 
             
                  ">
         | 
| 39 | 
             
                  A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.<br>
         | 
| 40 | 
             
                </p>
         | 
| 41 | 
            +
                <style>    .link-block {
         | 
| 42 | 
            +
                    display: inline-block;
         | 
| 43 | 
            +
                  }
         | 
| 44 | 
            +
             | 
| 45 | 
            +
                  .link-block + .link-block {
         | 
| 46 | 
            +
                    margin-left: 20px;
         | 
| 47 | 
            +
                  }
         | 
| 48 | 
            +
                </style>
         | 
| 49 |  | 
| 50 | 
             
                <div class="column has-text-centered">
         | 
| 51 | 
             
                  <div class="publication-links">
         | 
| 52 |  | 
| 53 |  | 
| 54 | 
             
                    <!-- Code Link. -->
         | 
| 55 | 
            +
                    <span class="link-block" >
         | 
| 56 | 
            +
                      <a href="https://github.com/opendatalab/MinerU" class="external-link button is-normal is-rounded is-dark ">
         | 
| 57 | 
             
                        <span class="icon">
         | 
| 58 | 
            +
                          <i class="fab fa-github" style="color: white"></i>
         | 
| 59 | 
             
                        </span>
         | 
| 60 | 
            +
                        <span style="color: white">Code</span>
         | 
| 61 | 
             
                      </a>
         | 
| 62 | 
             
                    </span>
         | 
| 63 |  | 
| 64 |  | 
| 65 | 
             
                    <!-- Homepage Link. -->
         | 
| 66 | 
             
                    <span class="link-block">
         | 
| 67 | 
            +
                      <a href="https://opendatalab.com/" class="external-link button is-normal is-rounded is-dark">
         | 
| 68 | 
             
                        <span class="icon">
         | 
| 69 | 
            +
                          <i class="fas fa-globe" style="color: white"></i>
         | 
| 70 | 
             
                        </span>
         | 
| 71 | 
            +
                        <span style="color: white">Homepage</span>
         | 
| 72 | 
             
                      </a>
         | 
| 73 | 
             
                    </span>
         | 
| 74 | 
             
                  </div>
         | 

