Skip to content

Commit 5a36e7e

Browse files
author
Ian Redpath
committed
parent home page edits
1 parent dac2e20 commit 5a36e7e

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

public/css/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ body {
1818
}
1919
.virtual-movie-library-link > a {
2020
display: block;
21+
}
22+
23+
24+
.github {
25+
margin-top:65px;
26+
}
27+
.course-page {
28+
margin-top:15px;
2129
}

public/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1 class="page-header">Form Maker</h1>
4444
<div class="virtual-movie-library">
4545
<h1 class="page-header">Virtual Movie Library</h1>
4646
<div class="virtual-movie-library-desc">
47-
<p>A simple, elegant way to display your movie collection. Create lists to show off what you own, what you wish you had, or any other grouping you can think of. If you mark your libraries as public, you can receive comments and ratings from other users! Movie data is taken directly from IMDB, you can add any movie in the database by its title.</p>
47+
<p>A simple, elegant way to display your movie collection. Create lists to show off what you own, what you wish you had, or any other grouping you can think of. Users can rate both movies and other user's libraries! Movie data is taken directly from IMDB, you can find any movie in the database by its title.</p>
4848
</div>
4949
<div class="virtual-movie-library-link">
5050
<a href="./project">Show me!</a>
@@ -53,6 +53,18 @@ <h1 class="page-header">Virtual Movie Library</h1>
5353
</a>
5454
</div>
5555
</div>
56+
<div class="github">
57+
<h3 class="page-header">Source code</h3>
58+
<div class="github-desc">
59+
<p>Want to see the code behind the site? Check it out here <a href="https://github.com/iredpath/WebDevelopment">on github</a></p>
60+
</div>
61+
</div>
62+
<div class="course-page">
63+
<h3 class="page-header">Course page</h3>
64+
<div class="course-page-desc">
65+
<p>Interested in the class that led to this website? Look at the agenda, assignments, and more <a href="http://portal-cs5610online.rhcloud.com/#/">here</a></p>
66+
</div>
67+
</div>
5668
</div>
5769
<!-- Bootstrap core JavaScript
5870
================================================== -->

public/project/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@
205205
}
206206
.comment-input {
207207
width:50%;
208-
}
208+
}

0 commit comments

Comments
 (0)