-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.53 KB
/
index.html
File metadata and controls
32 lines (26 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web Workshop @ Dundee MakerSpace</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<h1>Web Workshop</h1>
<div class="wrapper">
<h2>About</h2>
<p>"Web Workshop" is a monthly meet-up of people, of all skill levels and specialities, interested in web development and web technologies. The format is a little different from your typical tech meet-up, with a short introductory talk about the subject followed by a longer hands on practical workshop taking you through the nuts and bolts of the new and exciting technology and creating your very own "Wonderthing" ™ out of it.</p>
<p>This is a great chance to learn new skills and pick up pro-tips from new and seasoned developers alike. You will get your hands on and up to speed with new and emerging technologies.</p>
<p>Web Workshops are held at <a href="https://www.dundeemakerspace.co.uk/">Dundee MakerSpace</a> on the third Tuesday of the month.</p>
<h2>Workshops</h2>
<ol class="workshop-list">
<li><a href="./indieweb/">#001 - The IndieWeb</a></li>
<li><a href="./openid/">#002 - OpenID</a></li>
<li><a href="./mean/">#003 - MEAN Development</a></li>
<li><a href="./drupal/">#004 - Get up to Speed with Drupal</a></li>
<li><a href="./so-you-want-a-website/">#005 - So You Want a Website</a></li>
</ol>
</div>
</body>
</html>