-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
94 lines (86 loc) · 3.99 KB
/
Copy pathabout.html
File metadata and controls
94 lines (86 loc) · 3.99 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MEMJGG002W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MEMJGG002W');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Free coding classes in Cambridge MA. Learn web development, programming fundamentals and more.">
<meta name="author" content="Cambridge Dev Lab">
<title>About | Cambridge Dev Lab</title>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://cambridge-dev.org/about" />
<meta property="og:title" content="About | Cambridge Dev Lab" />
<meta property="og:description" content="Free coding classes in Cambridge MA. Learn web development, programming fundamentals and more." />
<meta property="og:url" content="https://cambridge-dev.org/about" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://devclass-org.s3.us-east-2.amazonaws.com/group_photo_01_700.png" />
<link rel="icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@450;600;700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="nav.css" />
<link rel="stylesheet" href="about.css" />
<!--
Need this page to show we're an independent organization with a history,
and for possible fundrasing.
-->
</head>
<body>
<nav>
<div class="nav-left">
<a href="/" class="nav-text logo">DevLab</a>
<a href="/events" class="nav-text">Events</a>
<a href="/about" class="nav-text nav-hide-mobile">About</a>
<a href="https://cambridge-dev.com" target="_blank" class="nav-text nav-hide-mobile">Program</a>
</div>
<div class="nav-right">
<a href="https://discord.gg/wAMEqRMbdm" class="nav-icon" target="_blank" aria-label="Discord">
<img src="assets/discord.svg" alt="Discord" />
</a>
<a href="https://www.meetup.com/boston-web-dev-class" class="nav-icon" target="_blank" aria-label="Meetup">
<img src="assets/meetup.svg" alt="Meetup" />
</a>
</div>
</nav>
<main class="main_about">
<section>
<h2 class="h2">About us</h2>
<p>
We are a volunteer group hosting free coding classes and other community events in Cambridge, MA.
</p>
<p>
The project began in October 2024 with small coding classes for 1–3 students in the common area of the Cambridge Public Library.
By mid-2025, our meetups had grown to as many as 15 attendees with the help of regular volunteers. We expanded beyond coding to include community events such as board game nights.
In 2026, we are partnering with the Cambridge Public Library to host a series of
<a href="https://www.cambridgema.gov/Departments/cambridgepubliclibrary/calendar/2026/05/06/codingandwebdevelopment101main" target="_blank">
"Coding and Web Development 101" workshops.
</a>
</p>
</section>
<section>
<h2 class="h2">Organizers and Core Team</h2>
<p>
<a href="https://www.linkedin.com/in/maria-dolgareva" target="_blank">Maria Dolgareva</a><br>
Francesco Bertacchi<br>
Georgia Stolle-Mcallister<br>
<a href="https://www.linkedin.com/in/weddleaaron" target="_blank">Aaron Weddle</a><br>
</p>
</section>
<section>
<h2 class="h2">Contributors</h2>
<p>
<a href="https://greptilian.com" target="_blank">Philip Durbin</a><br>
</p>
</section>
</main>
</body>
</html>