blob: 64de574f248c78bde390387da1b8329041fe7a56 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<?php include 'cdn.php';?>
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<?php include 'cookieconsent.php'?>
<script src="js/materialize.min.js"></script>
<script src="js/ui-helper.js" defer></script>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eclipse Kapua</title>
<meta name="author" content="Eurotech" />
</head>
<body>
<?php include 'navbar.php';?>
<div class="main-content" id="main-content">
<section id="credits">
<div class="credits-list">
<h3>Icons Credits</h3>
<ul>
<li>"<a href="https://thenounproject.com/grega.cresnar/collection/business-integration/?i=427548">Nodes</a>" by <a href="https://thenounproject.com/grega.cresnar/">Gregor Cresnar</a> is licensed under <a href="https://creativecommons.org/licenses/by/3.0/us/">CC BY 3.0</a></li>
<li>"<a href="https://thenounproject.com/grega.cresnar/collection/business-integration/?i=429913">Integration</a>" by <a href="https://thenounproject.com/grega.cresnar/">Gregor Cresnar</a> is licensed under <a href="https://creativecommons.org/licenses/by/3.0/us/">CC BY 3.0</a></li>
<li>"<a href="https://thenounproject.com/grega.cresnar/collection/business-integration/?i=429916">Puzzle</a>" by <a href="https://thenounproject.com/grega.cresnar/">Gregor Cresnar</a> is licensed under <a href="https://creativecommons.org/licenses/by/3.0/us/">CC BY 3.0</a></li>
<li>"<a href="https://thenounproject.com/search/?q=data+store+and+analysis&i=16391">Data Analysis</a>" by <a href="https://thenounproject.com/bnvk">Brennan Novak</a> is licensed under <a href="https://creativecommons.org/licenses/by/3.0/us/">CC BY 3.0</a></li>
<li>"<a href="https://thenounproject.com/term/edit-message/605896/">Edit Message</a>" by <a href="https://thenounproject.com/milangladis/">Milan Gladis</a> is licensed under <a href="https://creativecommons.org/licenses/by/3.0/us/">CC BY 3.0</a></li>
<li>"<a href="https://thenounproject.com/term/support-bubble/605897/">Support Bubble</a>" by <a href="https://thenounproject.com/milangladis/">Milan Gladis</a> is licensed under <a href="https://creativecommons.org/licenses/by/3.0/us/">CC BY 3.0</a></li>
<li>"<a href="https://thenounproject.com/term/communication-bubbles/605893/ )">Communication Bubbles</a>" by <a href="https://thenounproject.com/milangladis/">Milan Gladis</a> is licensed under <a href="https://creativecommons.org/licenses/by/3.0/us/">CC BY 3.0</a></li>
</ul>
</div>
<div class="credits-list">
<h3>Image Credits</h3>
<ul>
<li>"<a href=" https://unsplash.com/photos/y9WmMWaiftc">Sunset over the city, Manhattan Skyline, New York, USA</a>" by <a href="https://unsplash.com/@peterlaster">Pedro Lastra</a></li>
</ul>
</div>
</section>
<div class="separator"></div>
<?php include 'footer.php';?>
</div>
</body>
</html>