You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			76 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			76 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			HTML
		
	
 | 
						|
<link href="http://localhost:8082/api/disk/read?uri=www/html/_assets/themes/default/layout.css" rel="stylesheet" type="text/css">
 | 
						|
<link href="http://localhost:8082/api/disk/read?uri=www/html/_assets/themes/default/header.css" rel="stylesheet" type="text/css">
 | 
						|
<link href="http://localhost:8082/api/disk/read?uri=www/html/_assets/themes/default/menu.css" rel="stylesheet" type="text/css">
 | 
						|
<link href="http://localhost:8082/api/disk/read?uri=www/html/_assets/themes/default/borders.css" rel="stylesheet" type="text/css">
 | 
						|
<link href="http://localhost:8082/api/disk/read?uri=www/html/_assets/themes/default/footer.css" rel="stylesheet" type="text/css">
 | 
						|
<link href="http://localhost:8082/api/disk/read?uri=www/html/_assets/themes/default/pane.css" rel="stylesheet" type="text/css">
 | 
						|
<link href="http://localhost:8082/api/disk/read?uri=www/html/_assets/themes/default/responsive.css" rel="stylesheet" type="text/css">
 | 
						|
<style>
 | 
						|
    .features {display:grid; grid-template-columns: repeat(2,1fr); gap:4px; padding:4px ;
 | 
						|
    
 | 
						|
    }
 | 
						|
    .features .section { background-color:#FFFFFF; padding:8px;
 | 
						|
    
 | 
						|
    }
 | 
						|
    .features div:nth-child(odd){
 | 
						|
        border-right:1px SOLID #CAD5E0;
 | 
						|
    }
 | 
						|
    ul {margin-left:10px; list-style: none; padding-left:0px;   }
 | 
						|
    .fa-check {color:green;}
 | 
						|
    
 | 
						|
</style>
 | 
						|
 | 
						|
<div>
 | 
						|
   <p>
 | 
						|
     <div align="center" class="large-text" _style="background-color:#4682b4; color:#ffffff; padding:20px; text-align: center;">
 | 
						|
        {{layout.header.title}}
 | 
						|
    </div>
 | 
						|
   </p>
 | 
						|
 | 
						|
<div class="features">
 | 
						|
    <div class="section gradient  _border-round _border _shadow">
 | 
						|
        <h4>Powered by data-transport</h4>
 | 
						|
        Open python framework for reading/writing against multiple database technologies.
 | 
						|
        <ul>
 | 
						|
            <li><i class="fa-solid fa-check"></i> Uses Pandas & SQLAlchemy 2.x</li>
 | 
						|
            <li><i class="fa-solid fa-check"></i> Simplifies access to multiple databases</li>
 | 
						|
        </ul>
 | 
						|
    </div>
 | 
						|
 | 
						|
    <div class="section gradient ">
 | 
						|
        <h4>Universal Connectivity</h4>
 | 
						|
        Seamless connection to multiple database technologies
 | 
						|
        <ul>
 | 
						|
            
 | 
						|
            <li><i class="fa-solid fa-check"></i> SQL, NoSQL and Cloud databases </li>
 | 
						|
            <li><i class="fa-solid fa-check"></i> Built-in drivers</li>
 | 
						|
            
 | 
						|
        </ul>
 | 
						|
    </div>
 | 
						|
    <div class="section gradient  _shadow _border-round _border">
 | 
						|
        <h4>Smart Authentication</h4>
 | 
						|
        Uses a registry to reference connections using simple labels.
 | 
						|
        <ul>
 | 
						|
            <li><i class="fa-solid fa-check"></i> Label based authentication</li>
 | 
						|
            <li><i class="fa-solid fa-check"></i> Simplified connectivity setup.</li>
 | 
						|
        </ul>
 | 
						|
    </div>
 | 
						|
 | 
						|
 | 
						|
    <div class="section gradient  _border-round _border _shadow">
 | 
						|
        <h4>Integrated Spreadsheet</h4>
 | 
						|
        Better data wrangling with integrated spreadsheet functions
 | 
						|
        <ul>
 | 
						|
            <li><i class="fa-solid fa-check"></i> Better data wrangling experience</li>
 | 
						|
            <li><i class="fa-solid fa-check"></i> Augmenting and exporting data</li>
 | 
						|
        </ul>
 | 
						|
    </div>    
 | 
						|
 | 
						|
</div>
 | 
						|
<p>
 | 
						|
    <div class="_border-round border" style="width:40%; margin-left:30%; background-color: #f3f3f3; padding:4px;" onclick="window.open('https://dev.the-phi.com/git/data-transport')">
 | 
						|
        <div class="active bold button-x" align="center" style="align-content:center"> github</div>
 | 
						|
    </div>
 | 
						|
</p>
 | 
						|
</div> |