CatCatGo/about.php
RoboticObsession 8417d929f0
Uploaded V3
2021-03-06 10:28:23 +01:00

54 lines
2 KiB
PHP

<?php
include "includes/header.php";
include 'includes/menu.php';
?>
<div class="about">
<h1>About us</h1>
<p>CatCatGo was created by Jorge Otero and Ricardo Gonzalez with help of Mimi the cat. The first version of CatCatGo was created 23 of june of 2020.</p>
<br>
<p>It was another logo and a diferent search engine. We was happy, but as we we're using Google's search engine creator, <a href="https://twitter.com/sammwy">Sammwy</a> told us that Google can report us.</p>
<p>Months later, we got a new search engine without copyright (developed by <a href="https://twitter.com/sammwy">Sammwy</a>).</p>
<p>The 27 of february of 2021, we created the third (actual) version of CatCatGo.</p>
<p>This version have photos of a real cat (the cat is of Ricardo) and more features like DuckDuckGo API (for search results).</p>
<p>We developed this all by 0, with help of our developers.</p>
<h6>*Google AND DuckDuckGo are not related with CatCatGo</h6>
<br>
<h1>Credits</h1>
<p>Were important developers are listed in.</p>
<table border="1">
<tbody>
<tr>
<td>
<h4>Developer</h4>
</td>
<td>
<h4>Charge</h4>
</td>
</tr>
<tr>
<td>RoboticObsession (Ricardo Gonz&aacute;lez)</td>
<td>Owner &amp; Main Developer</td>
</tr>
<tr>
<td>JorgeGame100 (Jorge Otero)</td>
<td>Owner &amp; Main Developer</td>
</tr>
<tr>
<td>Riverside Rocks</td>
<td>Helper (Helped Ricardo in PHP)</td>
</tr>
<tr>
<td>Sammwy (Valentina)</td>
<td>Creator of version 2 (version mainly a patch) &amp; Saved our life</td>
</tr>
</tbody>
</table>
<br>
<div id="links">
<h1>Other links</h1>
<p><a href="https://community.catcatgo.xyz">Community</a> <a href="https://status.catcatgo.xyz">Status</a> <a href="https://twitter.com/CatCatGo_Search">Twitter</a></p>
</div>
</div>
<?php
include "includes/footer.php";
?>