mirror of
https://git.coop/cotech/website.git
synced 2024-10-31 22:08:44 +00:00
45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Directory Listing « CoTech « Cooperative Technologists</title>
|
|
|
|
<link rel='stylesheet' id='app-css' href='/assets/css/app.css' type='text/css' media='all' />
|
|
<script type='text/javascript' src='/assets/js/vendor.js'></script>
|
|
<link rel="icon" href="/assets/img/cropped-cotech_512x512-32x32.png" sizes="32x32" />
|
|
<style type="text/css" id="wp-custom-css">
|
|
section#contact div.row div p a:active,
|
|
section#contact div.row div p a:focus,
|
|
section#contact div.row div p a:hover {
|
|
text-decoration: underline;
|
|
color: white;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="/assets/foundation-icons/foundation-icons.css">
|
|
<link rel="icon" type="image/x-icon" href="/assets/img/CoTech-logo.png">
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<div data-sticky-container style="height: 82.7812px;">
|
|
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
|
|
<div class="top-bar-title">
|
|
<strong>
|
|
<a id="logo" href="/">
|
|
<img src="/assets/img/CoTech-logo.png">CoTech
|
|
</a>
|
|
</strong>
|
|
<a class="back" href="/">← Go Back</a>
|
|
<a class="close" href="/">✖</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|