diff --git a/about.html b/about.html index 2231006..a7bbbd1 100644 --- a/about.html +++ b/about.html @@ -3,21 +3,22 @@ - Code for Trenton + Code for Trenton | Making Again. + -
+
@@ -37,9 +38,9 @@

About Code for Trenton

-

About Code For Trenton

+

About Us

-

Code for Trenton is part of the larger Code for America organization. We believe there is great opportunity today for government and cities to be improved by a few passionate, tech savvy indiviudals. By building open source technology and design solutions created for the people, by the people we have the power to make Trenton more connected, safe, informative, and thriving. We are focused not only on empowering the city's tech savvy residents but teaching the technologists of tomorrow. Whether you are still in grade school, college, or someone of any age eager to start making a difference with tech, we have something for you. Join us in making Trenton a better place.

+

Code for Trenton is part of the network of civic hackers linked to Code for America. We believe that by combining technology and motivated citizens, there is a great opportunity for government and cities overall to become dynamic, highly-effective environments for the future.

By building open source technology and design solutions created for the people and by the people, we have the power to make Trenton and the entire region ever-more connected, safe, informed, and thriving. We are focused not only on empowering the city's tech savvy residents but teaching the technologists of tomorrow.

Whether you are still in grade school, college, or someone of any age eager to start making a difference with tech, we have something for you. Join us in making Trenton an even better place.

@@ -58,9 +59,12 @@

About Code For Trenton

Press

@@ -74,9 +78,46 @@

Press

+
+
+ +

Join our mailing list for updates

+ + + +
+
+
+ +
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ + + +
+
-
+
+->
@@ -94,7 +135,7 @@

Join our mailing list and get involved on Meetup

+->
@@ -104,7 +145,7 @@

Join our mailing list and get involved on Meetup

-
+ --> diff --git a/beta/games.html b/beta/games.html new file mode 100644 index 0000000..242a22c --- /dev/null +++ b/beta/games.html @@ -0,0 +1,152 @@ + + + + Games of Trenton | Code for Trenton + + + + + + + + + +
+ + + + +
+ +
+
+

Games of Trenton

+
+
+ + +
+
+

Welcome, Gamer!

+

2016.

+

We made a huge leap.

+

We made games.

+

As part of the National STEM Game Challenge , we learned and hacked with a group of amazing city students, now-turned game-makers. Check out their games right here!

+
+
+ +
+
+
+ + + + +
+
+
+ + +
+
+ +
+
+ +

Join our mailing list for updates

+ + + +
+
+
+ +
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ + + +
+
+ + + + + + \ No newline at end of file diff --git a/beta/menus.html b/beta/menus.html new file mode 100644 index 0000000..4e2086e --- /dev/null +++ b/beta/menus.html @@ -0,0 +1,176 @@ + + + + Menus of Trenton | Code for Trenton + + + + + + + + + + + +
+ + + + +
+ +
+
+

Menus of Trenton

+
+
+ + +
+
+

Welcome to Menus of Trenton

+

a one-stop-shop for everything you need to eat deliciously in the city.

+

For visitors: check the links in the map-markers below, view up-to-date menus, and read real local reviews.

+

For restaurant owners & operators: we'll get you on Yelp, Facebook, and get your menu on our ever-growing list right here. Just email us at team@codefortrenton.org or text 'menu' to 609.337.3353 to get started!

+
+
+ +
+
+
+ +
+
+
+
+
+ + + + + + + + + +
NameLocationPhoneReviews
+
+ +
+
+ +
+
+ +

Join our mailing list for updates

+ + + +
+
+
+ +
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ + + +
+
+ + + + + + \ No newline at end of file diff --git a/beta/style.css b/beta/style.css new file mode 100644 index 0000000..8c1d363 --- /dev/null +++ b/beta/style.css @@ -0,0 +1,248 @@ +/*main styles*/ +* { + margin: 0px; + padding: 0px; } + +body { + font-family: 'Lato', sans-serif; + font-size: 18px; } + +h1 { + font-size: 46px; + padding: 20px 0px; } + +p { + line-height: 32px; } + +img { + width: 100%; } + +a { + text-decoration: none; } + +/*grid*/ +.row { + width: 100%; } + +.grid-1 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-1 { + width: 3.33333%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-2 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-2 { + width: 11.66667%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-3 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-3 { + width: 20%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-4 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-4 { + width: 28.33333%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-5 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-5 { + width: 36.66667%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-6 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-6 { + width: 45%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-7 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-7 { + width: 53.33333%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-8 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-8 { + width: 61.66667%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-9 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-9 { + width: 70%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-10 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-10 { + width: 78.33333%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-11 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-11 { + width: 86.66667%; + margin: 2.5%; + vertical-align: middle; } } + +.grid-12 { + width: 100%; + display: inline-block; } + @media (min-width: 800px) { + .grid-12 { + width: 95%; + margin: 2.5%; + vertical-align: middle; } } + +/*end grid */ +/*navbar*/ +header { + position: fixed; + top: 0px; + width: 80%; + background-color: transparent; + margin: 0px; + z-index: 999; + padding: 30px 10%; + color: #fff; } + header nav { + font-size: 20px; + float: right; } + header nav a { + margin-left: 30px; + text-decoration: none; + color: #fff; } + +.logo { + padding-top: 20px; + color: #fff; + text-decoration: none; + font-size: 20px; } + +/*end navbar */ +.welcome { + height: 40vh; + background: url("img/bridge.jpg"); + background-size: cover; } + .welcome:before { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 60vh; + left: 0; + background-image: linear-gradient(to bottom right, #002f4b, #dc4225); + opacity: .8; } + .welcome .intro { + position: relative; + top: 30%; + width: 40%; + color: #fff; + margin: 0 auto; } + .welcome .intro p { + text-align: left; + margin-bottom: 50px; } + .welcome .intro a { + padding: 20px 30px; + border: 2px solid #fff; + color: #fff; + text-decoration: none; } + +.about, .projects, .join { + margin: 3% 7.5%; } + +.projects h1, .join h1 { + margin: 0 2.5%; } + +.project { + border: 3px solid #eee; + padding: 20px; + box-sizing: border-box; } + .project h2 { + margin: 0 2.5%; } + .project a { + color: #777; + margin-left: 30px; } + .project nav { + text-align: center; } + .project nav a { + width: 50%; + background-color: #eee; + padding: 20px 10%; + margin: 20px 0; } + .project section { + margin-bottom: 30px; } + +.form-control { + display: block; + width: 100%; + padding: 15px 15px; + font-size: 15px; + line-height: 1.42857143; + color: #2c3e50; + background-color: #ffffff; + background-image: none; + border: 1px solid #dce4ec; + border-radius: 4px; } + +.mailing { + background-color: #eee; + padding: 50px; } + +.form { + width: 60%; + margin: 0 auto; } + .form h1 { + text-align: center; + font-size: 38px; } + .form button { + display: inline-block; + text-align: center; + cursor: pointer; + padding: 10px 45px; + font-size: 15px; + margin-top: 20px; + border-radius: 4px; + background-color: #2c3e50; + color: #fff; + border: 1px solid transparent; } + +/*# sourceMappingURL=style.css.map */ diff --git a/beta/tryit/DemoPlatformer.swf b/beta/tryit/DemoPlatformer.swf new file mode 100644 index 0000000..d191ccb Binary files /dev/null and b/beta/tryit/DemoPlatformer.swf differ diff --git a/data/filterdatatest.html b/data/filterdatatest.html new file mode 100644 index 0000000..ec10095 --- /dev/null +++ b/data/filterdatatest.html @@ -0,0 +1,135 @@ + + + + DKAN example + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
Minimum age:
Maximum age:
:11:12:ph
NameLocationPhone
+
+ + + + \ No newline at end of file diff --git a/data/localwiki.html b/data/localwiki.html new file mode 100644 index 0000000..252fba2 --- /dev/null +++ b/data/localwiki.html @@ -0,0 +1,67 @@ + + + + LocalWiki example + + + + + + +
+ + + + \ No newline at end of file diff --git a/data/rest.html b/data/rest.html new file mode 100644 index 0000000..62d16e2 --- /dev/null +++ b/data/rest.html @@ -0,0 +1,68 @@ + + + + Dkan example + + + + + + +
+ + + + + + + + + +
NameLocationPhone
+
+ + + + \ No newline at end of file diff --git a/greeting.php b/greeting.php deleted file mode 100644 index def8a91..0000000 --- a/greeting.php +++ /dev/null @@ -1,11 +0,0 @@ - "success", - "firstname" => $_POST['firstname'] - ); - - // Output our response to the browser - $output = json_encode($json); - echo $output; -?> \ No newline at end of file diff --git a/img/cftwbasicrect.png b/img/cftwbasicrect.png new file mode 100644 index 0000000..a9a1a3f Binary files /dev/null and b/img/cftwbasicrect.png differ diff --git a/img/hidden.png b/img/hidden.png new file mode 100644 index 0000000..0585868 Binary files /dev/null and b/img/hidden.png differ diff --git a/img/menus-title-box.png b/img/menus-title-box.png new file mode 100644 index 0000000..ae2bda2 Binary files /dev/null and b/img/menus-title-box.png differ diff --git a/img/yelper.png b/img/yelper.png new file mode 100644 index 0000000..34ab45b Binary files /dev/null and b/img/yelper.png differ diff --git a/index.html b/index.html index 8b718da..5748679 100644 --- a/index.html +++ b/index.html @@ -3,21 +3,23 @@ - Code for Trenton + Code for Trenton | Making Again. + + -
+
- +
@@ -27,7 +29,12 @@

We are Code for Trenton

-

We are a group of Trenton residents and students passionate about bettering our community by developing multimedia projects and encouraging a new generation of Trenton residents to get engaged in technology and design.

+
+ +

We are a group of Trenton residents and students passionate about bettering our community by developing multimedia projects and encouraging a new generation of Trenton residents to get engaged in technology and design.

+
+
+
Get Involved
@@ -46,7 +53,7 @@

We are Code for Trenton

About Us

-

Code for Trenton is part of the larger Code for America organization. We believe there is great opportunity today for government and cities to be improved by a few passionate, tech savvy indiviudals. By building open source technology and design solutions created for the people, by the people we have the power to make Trenton more connected, safe, informative, and thriving. We are focused not only on empowering the city's tech savvy residents but teaching the technologists of tomorrow. Whether you are still in grade school, college, or someone of any age eager to start making a difference with tech, we have something for you. Join us in making Trenton a better place.

+

Code for Trenton is part of the network of civic hackers linked to Code for America. We believe that by combining technology and motivated citizens, there is a great opportunity for government and cities overall to become dynamic, highly-effective environments for the future.

By building open source technology and design solutions created for the people and by the people, we have the power to make Trenton and the entire region ever-more connected, safe, informed, and thriving. We are focused not only on empowering the city's tech savvy residents but teaching the technologists of tomorrow.

Whether you are still in grade school, college, or someone of any age eager to start making a difference with tech, we have something for you. Join us in making Trenton an even better place.

@@ -63,53 +70,54 @@

Current Projects

- + +
+

TCHS Community Reporting Tool

+
+ +
+ + + + + + + +
+

A simple web-based resource for community members to share their questions, complaints, and concerns about the TCHS construction site. Let your voice be heard - all in one place.

+ +
+
+ + + +
+

More Projects Added Soon!

+
+ +
+ +
+

We're doing a lot for our city and community. It would be great to hear from you about projects you'd like us to take on, how we can help in better & more impactful ways, and to get your personal involvement!

+ + +
+ + +
+
@@ -147,12 +195,12 @@

Get Involved

- Join our Meetup group to stay up to date on upcoming events and get connected with other members. + Join our Meetup group to stay up to date on upcoming events and get connected with other members.
- Join our Slack Channel for up to the minute discussions + Join our Slack Channel for up to the minute discussions, banter, and whenever you have a question.
- - -
- - -
-
- - -
- - -
- - +
+ +

Join our mailing list for updates

+ + + +
+
+
+ +
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ + + +
@@ -226,7 +284,7 @@

Join our mailing list for updates