-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
55 lines (55 loc) · 2.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title>Side Project Summer 2021</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Muli:800,800i,900,900i&display=swap" rel="stylesheet">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@SideProSummer" />
<meta name="twitter:title" content="#SideProjectSummer" />
<meta name="twitter:description" content="Carve out time to code, throughout May to August 2021" />
<meta name="twitter:image" content="https://sideprojectsummer.com/images/sps2020.png" />
</head>
<body>
<header>
<a href="#get-started">
<h1>#SideProjectSummer</h1>
</a>
</header>
<nav id="get-started">
<ul>
<li><a href="index.html" class="current-page">About</a></li>
<li><a href="benefits.html">Benefits</a></li>
<li><a href="ideas.html">Ideas</a></li>
<li><a href="showcase.html">Showcase</a></li>
</ul>
</nav>
<main>
<h2>Carve out time to code</h2>
<ul>
<li>
Side Project Summer is a network of aspiring and current book publishers who code, from absolute beginner, up. Everyone is welcome: please see our <a href="coc.html">Code of Conduct</a>.
</li>
<li>
Work on your own coding project May 28th–August 31st 2021.
</li>
<li>There's no sign up: instead, tweet your questions, progress, ideas and results on <a href="https://twitter.com/search?q=%23SideProjectSummer&src=typeahead_click&f=live">#SideProjectSummer</a> to get friendship, feedback and help from other friendly sideproject-ers.</li>
<li>Do what you like: a tutorial, your first app, or a new programming language. <br/><a href="ideas.html">Here are some ideas</a>.</li>
<li>
In previous years, we've focussed on Friday afternoons, but that wasn't convenient for everyone – and coding is for everyone! This year, do your side project whenever is good for you. The <a href="https://twitter.com/search?q=%23sideprojectsummer&src=recent_search_click&f=live">#SideProjectSummer</a>
hashtag never sleeps!
</li>
</ul>
</main>
<footer>
<p>A <a href="https://generalproducts.co">General Products</a> initiative from the makers of <a href="https://consonance.app">Consonance</a>, the modern publishing management system.</p>
<ul>
<li><a href="https://github.com/GeneralProducts/side-project-summer">GitHub</a></li>
<li><a href="https://twitter.com/sideprosummer">Twitter</a></li>
<li><a href="coc.html">Code of Conduct</a></li>
</ul>
</footer>
</body>
</html>