diff --git a/Sunfish/ShareWeb/$sunfish/$index-old.html b/Sunfish/ShareWeb/$sunfish/$index-old.html new file mode 100644 index 0000000..e72deae --- /dev/null +++ b/Sunfish/ShareWeb/$sunfish/$index-old.html @@ -0,0 +1,234 @@ + + + + + Sunfish [Home] + + + + + +
+
+ +
Directory
+
+
+
+ +
Directory
+
+
+
+ + + \ No newline at end of file diff --git a/Sunfish/ShareWeb/$sunfish/$index.html b/Sunfish/ShareWeb/$sunfish/$index.html new file mode 100644 index 0000000..6938d26 --- /dev/null +++ b/Sunfish/ShareWeb/$sunfish/$index.html @@ -0,0 +1,37 @@ + + + + + {AppName} {AppVersion} + + + + + + +
+ +
+ + +
{Name}
+
{Description}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/Sunfish/ShareWeb/$sunfish/folder.png b/Sunfish/ShareWeb/$sunfish/folder.png new file mode 100644 index 0000000..39ec901 --- /dev/null +++ b/Sunfish/ShareWeb/$sunfish/folder.png Binary files differ diff --git a/Sunfish/ShareWeb/$sunfish/logo.png b/Sunfish/ShareWeb/$sunfish/logo.png new file mode 100644 index 0000000..82fc5d2 --- /dev/null +++ b/Sunfish/ShareWeb/$sunfish/logo.png Binary files differ diff --git a/Sunfish/ShareWeb/$sunfish/style.css b/Sunfish/ShareWeb/$sunfish/style.css new file mode 100644 index 0000000..c58f684 --- /dev/null +++ b/Sunfish/ShareWeb/$sunfish/style.css @@ -0,0 +1,100 @@ +html { + margin: 0; + padding: 0; + background: #b9b9b9; +} + +body { + margin: 0 auto; + padding: 0; + width: 100%; + max-width: 50rem; + background: white; + box-shadow: 0 0 0.3rem black; +} + +a { + text-decoration: none; + color: unset; +} + +a:hover { + color: #272c2a; +} + +#head { + height: 3rem; + background: #e7eff3 url(/$sunfish/logo.png) 1rem 1rem no-repeat; + padding: 1rem; + position: relative; + box-shadow: 0 0.1rem 0.1rem #00000066; +} + +#main-title { + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + font-size: 2.5rem; + left: 5rem; + top: 0; + position: absolute; +} + +#main-subtitle { + position: absolute; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-size: 0.9rem; + color: #000000b2; + top: 2.5rem; + left: 11rem; + font-weight: bold; +} + +#wrapper { + padding: 0.5rem; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + text-align: center; +} + +.item { + position: relative; + cursor: pointer; + cursor: hand; + padding: 0.5rem; + margin: 5px 5px 9px 5px; + width: 22.5rem; + max-width: calc(100% - 2rem); + display: inline-block; + border-bottom: 1px solid #EEEEEE; + text-align: initial; + height: 2rem; +} + +.item:hover { + border: 1px solid #66A7E8; + background-color: #EEF4FF; + margin: 4px 4px 9px 4px; + border-radius: 2px; +} + +.item-icon { + position: absolute; + top: 0.5rem; + left: 0.5rem; + max-width: 32px; + max-height: 32px; +} + +.item-name { + position: absolute; + top: 0.3rem; + left: 3rem; + font-weight: 500; +} + +.item-desc { + position: absolute; + bottom: 0.5rem; + left: 4rem; + font-weight: 400; + font-size: 0.7rem; + color: gray; +} diff --git a/Sunfish/ShareWeb/$sunfish/sunfish.js b/Sunfish/ShareWeb/$sunfish/sunfish.js new file mode 100644 index 0000000..09bb79f --- /dev/null +++ b/Sunfish/ShareWeb/$sunfish/sunfish.js @@ -0,0 +1,3 @@ +function Sunfish(){ + +} diff --git a/Sunfish/ShareWeb/index.html b/Sunfish/ShareWeb/index.html new file mode 100644 index 0000000..4415388 --- /dev/null +++ b/Sunfish/ShareWeb/index.html @@ -0,0 +1,7 @@ + + + + Test index HTML:
+ Navigate to Test folder + + \ No newline at end of file