-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathslack.html
More file actions
38 lines (35 loc) · 1.96 KB
/
Copy pathslack.html
File metadata and controls
38 lines (35 loc) · 1.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Have you always wanted to build your own website but something held
you back? Maybe because you thought you were not that techie after
all? Then these two days are exactly for you! We take the first few
steps down the web development road together and the best thing is
that it’s all completely free of charge." />
<meta name="keywords" content="New Devs on the Block, Nürnberg, Workshop, HTML, CSS, Sara Vieira, Eva Lettner, Klara Fleischmann, Nico König, Zollhof" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<link href="https://fonts.googleapis.com/css?family=Lato|Oswald" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<title>NEW DEVS ON THE BLOCK - Slack</title>
</head>
<body>
<header>
<img src="images/logo.png" class="logo" alt="kickass new devs on the block logo" />
</header>
<main>
<section>
<h2>Initivation link</h2>
<p>Click <a target="_blank" rel=“noopener noreferrer“ href="https://join.slack.com/t/newdevsontheblock/shared_invite/enQtNjk3NzY4NjgwNDMyLTEzZGMyMjg1ZmY5ODI5ZmVlYzkzNjhiZGVlNDMxZWMwNTgwMzhhNzhhNTBmOTliZjAzMGI5ZjAwNTBkMWVlM2Q">here</a> to join our slack channel.</p>
</section>
</body>
</html>