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

Still a bit to do. will try and get it done through this week #30

Open
wants to merge 1 commit 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cache/07dd276677047de0cd4aa683b8d4a4c8.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/1b7a293038fda019199735fb6d4f16d9.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/58a9c378c10b8e9e22c469247b6e7122.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":"index.css","dependencies":[{"name":"_css_loader","parent":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/index.css","resolved":"/usr/local/lib/node_modules/parcel-bundler/src/builtins/css-loader.js"}],"generated":{"css":":root {\n --bg-color: #000;\n --text-color: #fff;\n --highlight-color: grey;\n --link-color: blue;\n}\n\nbody,\nhtml {\n color: var(--text-color);\n background-color: var(--bg-color);\n\n /*Declare your font*/\n font-family: \"Source Serif Pro\", serif;\n\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.app {\n}\nmain {\n display: flex;\n flex-direction: row;\n}\n","js":"\nvar reloadCSS = require('_css_loader');\nmodule.hot.dispose(reloadCSS);\nmodule.hot.accept(reloadCSS);"},"hash":"626be48813a0f1d51f52fb999b45f58f","cacheData":{"env":{}}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These could be added to .gitignore

1 change: 1 addition & 0 deletions .cache/64edbd684546c1d4faacb3ade4dfa3fe.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/b589fd49f9eda184153ca6e9d9c717a0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":"index.html","dependencies":[{"name":"./reset.css","dynamic":true,"parent":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/index.html","resolved":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/reset.css"},{"name":"./index.css","dynamic":true,"parent":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/index.html","resolved":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/index.css"},{"name":"./index.js","dynamic":true,"parent":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/index.html","resolved":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/index.js"}],"generated":{"html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/88fb6fcdefbae231739140276162f50e.css\">\n <link rel=\"stylesheet\" type=\"text/css\" href=\"/8783648b85c22e04ce8bd7ec454a4438.css\">\n <title>Document</title>\n</head>\n<body>\n <div class=\"app\">\n <header>\n <h4>Popcorn Time</h4>\n </header>\n <nav>\n <div class=\"navBar\">\n <div class=\"moviesNav\"><a href=\"#\">Movies</a></div>\n <div class=\"tvNav\"><a href=\"#\">Tv Series</a></div>\n <div class=\"genreNav\"><a href=\"#\">Genre</a></div>\n <div class=\"sortNav\"><a href=\"#\">Sort By</a></div>\n </div>\n <div class=\"searchNav\">\n <form class=\"search\" id=\"search\">\n <input class=\"search__input\" id=\"search-tf\" name=\"movie\" placeholder=\"Search Movies\" autocomplete=\"city\">\n <button class=\"btn search__btn\">Go</button>\n </form>\n </div>\n </nav>\n <main>\n\n </main>\n </div>\n <footer>\n\n </footer>\n<script src=\"/cf529420afa6fb143ebb7f65cb8403a8.js\"></script>\n</body>\n</html>\n"},"hash":"dc3c15b5ee7203cb6a7991311342066c","cacheData":{}}
1 change: 1 addition & 0 deletions .cache/c126e6108f62e0938e0365486390ae73.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":"reset.css","dependencies":[{"name":"_css_loader","parent":"/Users/matthewcollier/Documents/Sites/constructor-labs/project-cinema/src/reset.css","resolved":"/usr/local/lib/node_modules/parcel-bundler/src/builtins/css-loader.js"}],"generated":{"css":"/* http://meyerweb.com/eric/tools/css/reset/\n v2.0 | 20110126\n License: none (public domain)\n*/\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed,\nfigure, figcaption, footer, header, hgroup,\nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\tfont-size: 100%;\n\tfont: inherit;\n\tvertical-align: baseline;\n}\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure,\nfooter, header, hgroup, menu, nav, section {\n\tdisplay: block;\n}\nbody {\n\tline-height: 1.5;\n}\nol, ul {\n\tlist-style: none;\n}\nblockquote, q {\n\tquotes: none;\n}\nblockquote:before, blockquote:after,\nq:before, q:after {\n\tcontent: '';\n\tcontent: none;\n}\ntable {\n\tborder-collapse: collapse;\n\tborder-spacing: 0;\n}\n\n/* End of reset*/\n","js":"\nvar reloadCSS = require('_css_loader');\nmodule.hot.dispose(reloadCSS);\nmodule.hot.accept(reloadCSS);"},"hash":"5ce31903d79c25b251c7de80065ac0a1","cacheData":{"env":{}}}
1 change: 1 addition & 0 deletions .cache/f003a3633e04a198a5e318304fd16c11.json

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="/reset.6162f50e.css">
<link rel="stylesheet" type="text/css" href="/src.454a4438.css">
<title>Document</title>
<script src="/reset.6162f50e.js"></script><script src="/src.454a4438.js"></script></head>
<body>
<div class="app">
<header>
<h4>Popcorn Time</h4>
</header>
<nav>
<div class="navBar">
<div class="moviesNav"><a href="#">Movies</a></div>
<div class="tvNav"><a href="#">Tv Series</a></div>
<div class="genreNav"><a href="#">Genre</a></div>
<div class="sortNav"><a href="#">Sort By</a></div>
</div>
<div class="searchNav">
<form class="search" id="search">
<input class="search__input" id="search-tf" name="movie" placeholder="Search Movies" autocomplete="city">
<button class="btn search__btn">Go</button>
</form>
</div>
</nav>
<main>

</main>
</div>
<footer>

</footer>
<script src="/src.cb8403a8.js"></script>
</body>
</html>
50 changes: 50 additions & 0 deletions dist/reset.6162f50e.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.5;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* End of reset*/
Loading