Initial commit
This commit is contained in:
7
sketching/HTML/Resources/SampleStyle.css
Normal file
7
sketching/HTML/Resources/SampleStyle.css
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
place extra stylesheet here
|
||||
*/
|
||||
|
||||
.ImageContainer img {
|
||||
border: solid 2px #999;
|
||||
}
|
1
sketching/HTML/index.html
Normal file
1
sketching/HTML/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>sketching.ep</title><link rel="stylesheet" href="Resources/SampleStyle.css" /></head><body><h1 id="documentTitle">Flask-note</h1><div class="Page" id="login_page"><h2>Login</h2><div class="ImageContainer"><img width="749" height="884" src="pages/login.png" usemap="#map_login" /></div><map name="map_login"><area shape="rect" coords="350.2833251953125,467.2833251953125,441.7166442871094,494.7166442871094" href="#dashboard_page" title="Go to page 'Dashboard'" /></map></div><div class="Page" id="dashboard_page"><h2>Dashboard</h2><div class="ImageContainer"><img width="749" height="884" src="pages/dashboard.png" usemap="#map_dashboard" /></div><map name="map_dashboard"><area shape="rect" coords="629.2833251953125,138.28334045410156,685.7166442871094,159" href="#login_page" title="Go to page 'Login'" /><area shape="rect" coords="490.2833251953125,185.28334045410156,581.7166442871094,213.71665954589844" href="#edit_page" title="Go to page 'Edit'" /><area shape="rect" coords="589.2833251953125,185.28334045410156,680.7166442871094,213.71665954589844" href="#delete_page" title="Go to page 'Delete'" /><area shape="rect" coords="111.28334045410156,185.28334045410156,202.71665954589844,211.71665954589844" href="#new_page" title="Go to page 'New'" /></map></div><div class="Page" id="new_page"><h2>New</h2><div class="ImageContainer"><img width="749" height="884" src="pages/new.png" usemap="#map_new" /></div><map name="map_new"><area shape="rect" coords="629.2833251953125,138.28334045410156,685.7166442871094,159" href="#login_page" title="Go to page 'Login'" /><area shape="rect" coords="114.28334045410156,181.28334045410156,205.71665954589844,209.71665954589844" href="#dashboard_page" title="Go to page 'Dashboard'" /></map></div><div class="Page" id="edit_page"><h2>Edit</h2><div class="ImageContainer"><img width="749" height="884" src="pages/edit.png" usemap="#map_edit" /></div><map name="map_edit"><area shape="rect" coords="629.2833251953125,138.28334045410156,685.7166442871094,159" href="#login_page" title="Go to page 'Login'" /><area shape="rect" coords="114.28334045410156,181.28334045410156,205.71665954589844,209.71665954589844" href="#dashboard_page" title="Go to page 'Dashboard'" /></map></div><div class="Page" id="delete_page"><h2>Delete</h2><div class="ImageContainer"><img width="749" height="884" src="pages/delete.png" usemap="#map_delete" /></div><map name="map_delete"><area shape="rect" coords="445.2833251953125,181.28334045410156,536.7166442871094,209.71665954589844" href="#dashboard_page" title="Go to page 'Dashboard'" /><area shape="rect" coords="573.2833251953125,181.28334045410156,664.7166442871094,209.71665954589844" href="#dashboard_page" title="Go to page 'Dashboard'" /></map></div></body></html>
|
BIN
sketching/HTML/pages/dashboard.png
Normal file
BIN
sketching/HTML/pages/dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
sketching/HTML/pages/delete.png
Normal file
BIN
sketching/HTML/pages/delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
sketching/HTML/pages/edit.png
Normal file
BIN
sketching/HTML/pages/edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
sketching/HTML/pages/login.png
Normal file
BIN
sketching/HTML/pages/login.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
sketching/HTML/pages/new.png
Normal file
BIN
sketching/HTML/pages/new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user