aboutsummaryrefslogtreecommitdiff
path: root/mockups/html
diff options
context:
space:
mode:
Diffstat (limited to 'mockups/html')
-rw-r--r--mockups/html/Resources/SampleStyle.css7
-rw-r--r--mockups/html/index.html1
-rw-r--r--mockups/html/pages/intropage1.pngbin0 -> 79482 bytes
-rw-r--r--mockups/html/pages/intropage2.pngbin0 -> 13168 bytes
4 files changed, 8 insertions, 0 deletions
diff --git a/mockups/html/Resources/SampleStyle.css b/mockups/html/Resources/SampleStyle.css
new file mode 100644
index 0000000..dfe04b2
--- /dev/null
+++ b/mockups/html/Resources/SampleStyle.css
@@ -0,0 +1,7 @@
+/*
+ place extra stylesheet here
+*/
+
+.ImageContainer img {
+ border: solid 2px #999;
+}
diff --git a/mockups/html/index.html b/mockups/html/index.html
new file mode 100644
index 0000000..4f85d7f
--- /dev/null
+++ b/mockups/html/index.html
@@ -0,0 +1 @@
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>mockups.ep</title><link rel="stylesheet" href="Resources/SampleStyle.css" /></head><body><h1 id="documentTitle">mockups.ep</h1><p id="documentMetadata">Exported at: Sat Dec 03 2016 19:27:34 GMT-0500 (EST)</p><div class="Page" id="intropage1_page"><h2>intro_page1</h2><div class="ImageContainer"><img width="755" height="638" src="pages/intropage1.png" usemap="#map_intropage1" /></div><map name="map_intropage1"></map></div><div class="Page" id="intropage2_page"><h2>intro_page2</h2><div class="ImageContainer"><img width="755" height="638" src="pages/intropage2.png" usemap="#map_intropage2" /></div><map name="map_intropage2"></map></div></body></html> \ No newline at end of file
diff --git a/mockups/html/pages/intropage1.png b/mockups/html/pages/intropage1.png
new file mode 100644
index 0000000..cc776ac
--- /dev/null
+++ b/mockups/html/pages/intropage1.png
Binary files differ
diff --git a/mockups/html/pages/intropage2.png b/mockups/html/pages/intropage2.png
new file mode 100644
index 0000000..83c4e19
--- /dev/null
+++ b/mockups/html/pages/intropage2.png
Binary files differ