Skip to content

Commit ef54edd

Browse files
author
Sander Mak
committed
Add cover
1 parent 8222001 commit ef54edd

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Diff for: img/java9modularity-3d-cover.png

251 KB
Loading

Diff for: img/logo.jpg

30.3 KB
Loading

Diff for: img/logo.png

100755100644
780 KB
Loading

Diff for: index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<span class="icon-bar"></span>
4949
</button>
5050
<a class="navbar-brand" href="#">
51-
<img src="img/logo.svg" alt="Logo">
52-
<p>Prime</p>
51+
<img src="img/logo.png" alt="Logo">
52+
<p>javamodularity.com</p>
5353
</a>
5454
</div>
5555
<div class="collapse navbar-collapse" id="top-nav">
@@ -70,12 +70,12 @@
7070
<!-- Begin Header Main -->
7171
<div class="header-main">
7272
<div class="header-main-right col-sm-offset-1 col-sm-10 col-md-offset-0 col-md-push-6 col-md-6">
73-
<h1>Creative Landing Page to present your Book</h1>
73+
<h1>Java 9 Modularity</h1>
7474
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque numquam voluptatibus reprehenderit ipsa deleniti voluptatem eius. Excepturi, est. Blanditiis suscipit commodi incidunt veniam nihil sunt.</p>
75-
<a data-scroll href="#download" class="btn btn-primary" role="button">Download</a>
75+
<a data-scroll href="#download" class="btn btn-primary" role="button">Buy</a>
7676
</div>
7777
<div class="header-main-left col-sm-offset-1 col-sm-10 col-md-offset-0 col-md-pull-6 col-md-6">
78-
<img src="img/book-2.png" alt="Book" class="img-responsive">
78+
<img src="img/java9modularity-3d-cover.png" alt="Book" class="img-responsive">
7979
</div>
8080
</div>
8181
<!-- End Header Main -->
@@ -397,4 +397,4 @@ <h2 class="page-header">Subscribe to our Newsletter</h2>
397397
<script src="js/jquery.placeholder.min.js"></script>
398398
<script src="js/main.js"></script>
399399
</body>
400-
</html>
400+
</html>

0 commit comments

Comments
 (0)