-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
14 lines (13 loc) · 951 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<script>
</script>
</head>
<body>
<h1>Free Code Camp Salt Lake City</h1>
<nav><ul><li><a href="/index.html">Home</a></li><li><a href="#">Portfolio</a></li><li><a href="/calendar.html">Calendar</a></li><li><a href="#">Goals</a></li>Surgarhouse Farmers Market</li></ul></nav>
<p>Welcome to our campsite! We're an open source community of busy adults who learn to code, then practice by building projects for nonprofits. </p>
<p>Check out <a href="www.freecodecamp.com/about">www.freecodecamp.com/about</a> to learn more about the project and to join in! </p>
<p>We meet in person periodically to collaborate, help each other with code, just have fun, have hackathons, attend workshops etc. You can find the date of our next meeting, or just learn more about us by visiting our <a href = "https://www.facebook.com/groups/free.code.camp.salt.lake.city/">page </a>on Facebook. </p>
</body>
</html>