Created
December 7, 2011 09:15
-
-
Save avk/1442111 to your computer and use it in GitHub Desktop.
SaaS book image cover and title page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<!-- START cover image page --> | |
<div data-role="page" id="cover"> | |
<div data-role="content"> | |
<img id="cover-landscape" src="cover/cover-landscape.jpg" width="1024"> | |
<img id="cover-portrait" src="cover/cover-portrait.jpg" width="768"> | |
</div> | |
<div data-role="footer" data-id="global-nav" data-position="fixed" class="ui-bar"> | |
<!-- footer content --> | |
</div> | |
</div> | |
<!-- END cover image page --> | |
<!-- START title details page --> | |
<div data-role="page" id="titlepage"> | |
<div data-role="content"> | |
<span class="cmr-17">Engineering Long-Lasting Software: An Agile</span> | |
<span class="cmr-17">Approach Using SaaS and Cloud Computing</span> | |
<div class="author"><span class="cmr-12">Armando Fox and David Patterson</span></div><br> | |
<div class="date"><span class="cmr-12">November 24, 2011</span></div> | |
</div> | |
<div data-role="footer" data-id="global-nav" data-position="fixed" class="ui-bar"> | |
<!-- footer content --> | |
</div> | |
</div> | |
<!-- END title details page --> | |
<!-- rest of pages in book --> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment