Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbecks committed Jul 21, 2016
1 parent 4099c84 commit df0e21e
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 30,262 deletions.
33 changes: 33 additions & 0 deletions client/app/components/Navbar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import { Component } from 'react';
import {}

class MyNav extends React.Component {
constructor(props) {
super(props);
}

render() {
return (
<Navbar>
<Navbar.Header>
<Navbar.Brand>
<a href="#">Brand</a>
</Navbar.Brand>
<Navbar.Toggle />
</Navbar.Header>
<Navbar.Collapse>
<Navbar.Form pullLeft>
<FormGroup>
<FormControl type="text" placeholder="Search" />
</FormGroup>
{' '}
<Button type="submit">Submit</Button>
</Navbar.Form>
</Navbar.Collapse>
</Navbar>
)
}

};

export default MyNav;
12 changes: 9 additions & 3 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
<html>
<head>
<meta charset="UTF-8">
<title>title</title>
<title>Eat Up</title>
<script src="public/bundle.js" type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDOlaN78KQv4W4AZC-MMfO_1-14PD5R3-Q
"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDOlaN78KQv4W4AZC-MMfO_1-14PD5R3-Q"></script>
<link rel="stylesheet" href="style.css" type="text/css">
<!-- <link rel="stylesheet" href="style.css" type="text/css"> -->

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">

</head>
<body>
<h1>Eat Up!</h1>
Expand Down
Loading

0 comments on commit df0e21e

Please sign in to comment.