Skip to content

Commit

Permalink
final prject files
Browse files Browse the repository at this point in the history
  • Loading branch information
S-unya committed Mar 4, 2019
1 parent 6208a51 commit bd900ee
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 11 deletions.
39 changes: 39 additions & 0 deletions final-project/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" />
<title>I 😻 JS</title>
<style type="text/css">
html,
body {
font-family: Helvetica, Verdana, sans-serif;
font-size: large;
text-align: center;
}

h1 {
font-size: 100%;
}
kbd {
border-radius: 4px;
color: #eee;
background-color: #333;
font-family: "Monaco", monospace;
font-size: medium;
padding: 4px;
}
img {
width: 220px;
}
</style>
<script src="./index.js" defer></script>
</head>

<body>
<h1>Final project</h1>
<div class="search-form"><input type="search" name="search-movies" id="search-movies"><button type="submit" id="search-button">Search</button></div>
<div id="search-results"><h2>There is nothing to see here&hellip;</h2></div>
</body>
</html>
Empty file added final-project/index.js
Empty file.
3 changes: 3 additions & 0 deletions final-project/index.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
it("runs a test", () => {
expect(true).toBeTruthy();
});
1 change: 1 addition & 0 deletions final-project/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Final project
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<li><a href="/week02/index.html">Week 2 </a></li>
<li><a href="/week03/index.html">Week 3 </a></li>
<li><a href="/week04/index.html">Week 4 </a></li>
<li><a href="/final-project/index.html">Final project </a></li>
</ul>
</nav>
</body>
Expand Down
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd900ee

Please sign in to comment.