Add supporting organisations page
This commit is contained in:
parent
d655490d61
commit
8c9bba1025
56
html/supporters.html
Normal file
56
html/supporters.html
Normal file
@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Supporting Organisations | Colouring London</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a href="index.html" class="logo" id="top">
|
||||
<div class="grid">
|
||||
<div class="row">
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
<div class="cell"></div>
|
||||
</div>
|
||||
</div>
|
||||
<h1 class="logotype">
|
||||
<span>Colouring</span>
|
||||
<span>London</span>
|
||||
</h1>
|
||||
</a>
|
||||
|
||||
<article class="main-col">
|
||||
|
||||
<h1 class="h1">Supporting Organisations</h1>
|
||||
|
||||
<p>Work in progress…</p>
|
||||
|
||||
<p>
|
||||
|
||||
<!-- Please do <a href="mailto:polly@colouring.london">contact us</a> to enquire
|
||||
about supporting the project as an organisation. -->
|
||||
|
||||
</p>
|
||||
|
||||
</article>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user