91 lines
4.0 KiB
HTML
91 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<title>COSEARCH</title>
|
|
|
|
<link rel="stylesheet" href="static/font_awesome.css">
|
|
<link rel="stylesheet" href="static/spectre.min.css">
|
|
<link rel="stylesheet" href="static/spectre-icons.min.css">
|
|
<link rel="stylesheet" href="static/spectre-exp.min.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
|
|
<header class="navbar m-2">
|
|
<section class="navbar-section">
|
|
<a href="{{url_for('views.index')}}" class="navbar-brand">COSEARCH</a>
|
|
</section>
|
|
<section class="navbar-section">
|
|
<a class="btn mr-1" href="https://cosearch.dev.huginn.uk"><i class="icon icon-search mr-1"></i>Cosearch App</a>
|
|
</section>
|
|
|
|
</header>
|
|
|
|
<div class="columns">
|
|
|
|
<div class="column col-8 col-mx-auto">
|
|
<div class="columns">
|
|
|
|
<div class="column col-12">
|
|
|
|
<h1 class="text-primary">Cosearch</h1>
|
|
|
|
<p>Cosearch is a front end for <a href="https://find-and-update.company-information.service.gov.uk/">Companies House</a> API.</p>
|
|
|
|
<p>It was created to provide a quick solution for checking multiple companies details, without having to use an overblown CRM for practice accountants.</p>
|
|
|
|
<p>It provides a simple search and follow interface, with summary information. You can also explored all the data offered up by the API</p>
|
|
</div>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<div class="column col-12">
|
|
<h2 class="text-primary">Summary Information</h2>
|
|
<p>View summary data easily. A quick reference table shows you key information about the legal entity. The table can be filtered using the search function.</p>
|
|
<img class="img-responsive" src="img/company_table.png">
|
|
<div class="divider"></div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column col-12">
|
|
<h2 class="text-primary">Search for Companies</h2>
|
|
<p>Search for all companies in the Companies House database. </p>
|
|
<img class="img-responsive" src="img/company_search.png">
|
|
<div class="divider"></div>
|
|
</div>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<div class="column col-12">
|
|
<h2 class="text-primary">Full API Data</h2>
|
|
<p>Take a look at the all the data available from the API. </p>
|
|
<img class="img-responsive" src="img/full_api_data.png">
|
|
<div class="divider"></div>
|
|
</div>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<div class="column col-12">
|
|
<h2 class="text-primary">App Build</h2>
|
|
<p>Cosearch is built using:</p>
|
|
<ul>
|
|
<li><a href="https://flask.palletsprojects.com/en/2.1.x/">Flask</a></li>
|
|
<li><a href="https://www.mongodb.com/">MongoDB</a></li>
|
|
<li><a href="https://picturepan2.github.io/spectre/index.html">Spectre.css</a></li>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="static/jquery-3.4.1.min.js') }}"></script>
|
|
<script src="static/cosearch.js') }}"></script>
|
|
<script src="static/w3.js') }}"></script>
|
|
</body>
|
|
</html>
|