Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neighborhoods #21

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
env/
node_modules/
.DS_Store
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ Clone the repo from your command line

`git clone [email protected]:jmcelroy5/SF-in-Progress.git`

Change to the directory SF-in-Progress/www
Change to the directory SF-in-Progress

`cd SF-in-Progress/www`
`cd SF-in-Progress`

Install the npm libraries

`npm install`

Start the server

`npm start`

Open your browser and navigate to localhost:5000/ or localhost:5000/map
Open your browser and navigate to localhost:8888/ or localhost:8888/map
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
69 changes: 69 additions & 0 deletions app/css/meeting-info.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
body, html {
width: 100%;
height: auto;
margin: 0px;
padding: 20px 0px;
font-family:sans-serif;
background-color:#ccc;

/*background:linear-gradient(0deg, rgba(68,116,169, .3), rgb(3,33,96) 100%) no-repeat;*/
}

a.bar {
color:white;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

a.bar:hover,
a.bar:focus {
text-decoration: none;
/* color: #1d9b6c;*/
}


#content {
width: 100%;
color: black;
margin-top: 40px;
padding: 0px;

}

#form-container {
width: 600px;
height: auto;
clear: both;
/*background-color:#ccc;*/

text-align: center;
margin-left: auto;
margin-right: auto;
}

#form {
width: 100%;
display: block;
font-size: 18px;
}

#title {
font-size: 30px;
margin-bottom: 20px;
}

button {

}

ul.form {
margin: 5px 20px;
align: left;
}

ul.form li {
list-style: none;
display: table;
margin: 8px 0px;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
79 changes: 79 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>

<!--[if lt IE 7]> <html lang="en" ng-app="sfip" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="sfip" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="sfip" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="sfip" class="no-js"> <!--<![endif]-->

<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>SF in Progress - {{pageTitle}}</title>

<base href="/">

<link rel='stylesheet' href='https://api.tiles.mapbox.com/mapbox.js/v2.1.6/mapbox.css'>

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="/css/in-progress.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Raleway:400,200,300|Open+Sans' rel='stylesheet' type='text/css'> -->

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800,300|Open+Sans+Condensed:300|Raleway:400,900,800' rel='stylesheet' type='text/css'>

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->



</head>

<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<div ng-include="'/views/sfip/navbar.html'"></div>

<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<div ng-view></div>

<script src="https://api.tiles.mapbox.com/mapbox.js/v2.1.5/mapbox.js"></script>
<script src="/lib/jquery.js"></script>
<script src="/lib/jquery-ui.js"></script>
<script src="/lib/bootstrap.min.js"></script>
<script src="/lib/jquery.easing.min.js"></script>
<script src="/lib/skrollr.min.js"></script>
<script src="/lib/angular.js"></script>
<script src="/lib/angular-route.js"></script>
<script src="/lib/custom.js"></script>



<script src="/lib/underscore.js"></script>
<script src="/lib/backbone.js"></script>
<script src="/lib/map.js" type="text/javascript"></script>
<script src="/lib/react/bundle.js"></script>

<script src="/lib/admin-form.js"></script>

<script src="/src/sfip/module.js"></script>
<script src="/src/sfip/routes.js"></script>
<script src="/src/sfip/controllers.js"></script>
<script src="/src/sfip/directives.js"></script>

</body>
</html>
File renamed without changes.
Loading