commit 31f99bb261474b812d3b2c57d4fcfd8d3886ccac Author: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Fri Jan 5 15:29:24 2018 -0500 Summary diff --git a/index.html b/index.html new file mode 100644 index 0000000..e24a86b --- /dev/null +++ b/index.html @@ -0,0 +1,246 @@ + + + + + + + + + + + + Link Board + + + + + + + + + + + + + + +
+ + + +


Select your name to view Navigation Menu that matches your needs best:


+ +
+ + + + + + diff --git a/pix/background.jpg b/pix/background.jpg new file mode 100644 index 0000000..c8e3e35 Binary files /dev/null and b/pix/background.jpg differ diff --git a/pix/home.png b/pix/home.png new file mode 100644 index 0000000..bd44ab2 Binary files /dev/null and b/pix/home.png differ diff --git a/pix/icons/butterfly.ico b/pix/icons/butterfly.ico new file mode 100644 index 0000000..0dc3740 Binary files /dev/null and b/pix/icons/butterfly.ico differ diff --git a/pix/icons/coffee.png b/pix/icons/coffee.png new file mode 100644 index 0000000..10a2758 Binary files /dev/null and b/pix/icons/coffee.png differ diff --git a/pix/icons/java.ico b/pix/icons/java.ico new file mode 100644 index 0000000..df844f8 Binary files /dev/null and b/pix/icons/java.ico differ diff --git a/pix/icons/leaf.ico b/pix/icons/leaf.ico new file mode 100644 index 0000000..848eb73 Binary files /dev/null and b/pix/icons/leaf.ico differ diff --git a/pix/icons/rose.ico b/pix/icons/rose.ico new file mode 100644 index 0000000..0f0bfc8 Binary files /dev/null and b/pix/icons/rose.ico differ diff --git a/pix/logos/cl-.png b/pix/logos/cl-.png new file mode 100644 index 0000000..d89244f Binary files /dev/null and b/pix/logos/cl-.png differ diff --git a/pix/logos/cl.png b/pix/logos/cl.png new file mode 100644 index 0000000..86e88f0 Binary files /dev/null and b/pix/logos/cl.png differ diff --git a/pix/logos/ct.png b/pix/logos/ct.png new file mode 100644 index 0000000..be78aa9 Binary files /dev/null and b/pix/logos/ct.png differ diff --git a/pix/logos/de.png b/pix/logos/de.png new file mode 100644 index 0000000..f9fcda7 Binary files /dev/null and b/pix/logos/de.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..e7d3289 --- /dev/null +++ b/style.css @@ -0,0 +1,189 @@ +* { + margin: 0px; + padding: 0px; +} + +body { + font-family: Helvetica; + background-image: url("pix/background.jpg"); + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; + padding-left: 4.3%; +} + +div { + width: 1750px; +} + +div#header { + background-color: black; + margin: 0px auto; + padding: 0px 16px; + left: 14%; + margin-left: -10.5%; + height: 40px; + border-bottom-left-radius: 16px; + border-bottom-right-radius: 16px; + position: fixed; + z-index: 2; + opacity: 0.84; +} + +/* Navigation Menu */ + +ul#navmenu, ul.sub1, ul.sub2, ul.sub3 { + list-style-type: none; + font-size: 16px; + letter-spacing: 0.7px; +} + +i.itnav { + font-size: 11px; +} + +ul#navmenu li { + width: 250px; + text-align: center; + position: relative; + float: left; +} + +ul#navmenu a { + text-decoration: none; + display: block; + width: 250px; + height: 40px; + line-height: 40px; + background-color: black; + color: lightgray; +} + +ul#navmenu li:hover > a { + background-color: gray; + color: black; +} + +ul#navmenu li:hover a.e:hover { + background-color: lightgray; + color: black; +} + +ul#navmenu li:hover a.h:hover { + background-color: green; + color: yellow; +} + +ul#navmenu ul.sub1 { + display: none; + position: absolute; + top: 40px; + left: 0px; +} + +ul#navmenu ul.sub2 { + display: none; + position: absolute; + top: 0px; + left: 250px; +} + +ul#navmenu ul.sub3 { + display: none; + position: absolute; + top: 0px; + right: 250px; +} + +ul#navmenu li:hover .sub1 { + display: block; + border-top: 3.2px solid darkgray; +} + +ul#navmenu .sub1 li:hover .sub2, +ul#navmenu .sub1 li:hover .sub3 { + display: block; +} + +/* Content */ + +div.wrapper { + position: relative; + z-index: 1; + top: 84px; + background-color: lightgray; + opacity: 0.67; + margin-bottom: 24px; + padding: 32px 0px 44px 24px; + border: 2px solid darkgray; + border-radius: 7px; + width: 1720px; + box-shadow: inset 0 0 12px black; +} + + +img.left, img.center { + margin-right: 580px; +} + +img.left { + margin-left: 24px; +} + +img.right { + margin-right: 24px; +} + +img { + margin-top: 12px; + margin-bottom: 12px; +} + +p { + font-family: Arial; + font-size: 17px; + letter-spacing: 0.9px; + font-weight: bold; + color: darkgreen; +} + +ul.content { + list-style-type: none; + height: 32px; +} + +ul.content li { + width: 402px; + text-align: center; + position: relative; + float: left; + margin-right: 24px; + opacity: 1.12; +} + +ul.content li a { + text-decoration: none; + display: block; + width: 402px; + height: 32px; + line-height: 32px; + font-size: 15px; + font-weight: bold; + background-color: darkblue; + color: lightblue; + letter-spacing: 2.4px; + border-radius: 9px; + box-shadow: 4px 4px 2.4px black; +} + +ul.content li:hover a:hover { + background-color: green; + color: yellow; + text-shadow: 1.8px 1.8px 2.5px black; +} + +ul.content li:hover a:active { + height: 30.8px; + font-size: 13.5px; + box-shadow: inset 3px 3px 1.2px black; +} diff --git a/users/helen.html b/users/helen.html new file mode 100644 index 0000000..7f9a26a --- /dev/null +++ b/users/helen.html @@ -0,0 +1,166 @@ + + + + + + + + + + HELEN / Link Board + + + + + + + + + + + +
HELEN
+ +
General Link Board
+ +
+ Quick Access

+ + + RPM + + + EFS + + + Mail + + + Hangouts + +
+ + + + Add New WORKSHEET + + + SCANS + + + IFTA + + + EXPENSE + +

+ + + + + URLs [previous]:
Dec 31st, 2017 — Jan 6th, 2018
+ + + URLs [new]:
Jan 7th—13th, 2018
+ +

+ + + +
EFS Link Board
+ +
+ EFS Monitoring:   CAROLINA LOGISTIC, INC 708305151783320

+ + + 2017 — DECEMBER + + + 2018 — JANUARY + + + 2017 — Quarter IV + + + 2018 — Quarter I + +
+ +
+ EFS Monitoring:   CAROLINA LOGISTICS, INC ???

+ +
+ +
+ EFS Monitoring:   CAROLINA TRANSPORTATION, INC 70830515178290

+ + + 2017 — DECEMBER + + + 2018 — JANUARY + + + 2017 — Quarter IV + + + 2018 — Quarter I + +
+ +
+ EFS Monitoring:   DELTA EXPRESS, INC 70830515177576

+ + + 2017 — DECEMBER + + + 2018 — JANUARY + + + 2017 — Quarter IV + + + 2018 — Quarter I + +
+ +
+ EFS Monitoring:   DELTA EXPRESS SERVICES, INC ???

+ +
+ +
+ EFS Monitoring:   DELTA LOGISTICS, LLC ???

+ +
+ +
+ EFS Monitoring:   ONTRACK TRANSPORTATION, INC ???

+ +
+ + + + diff --git a/users/joyce.html b/users/joyce.html new file mode 100644 index 0000000..5da23c3 --- /dev/null +++ b/users/joyce.html @@ -0,0 +1,194 @@ + + + + + + + + + + JOYCE / Link Board + + + + + + + + + + + +
JOYCE
+ +
General Link Board
+ +
+ Quick Access

+ + + RPM + + + EFS + + + Mail + + + Hangouts + +
+ + + OneDrive + + + Tracking + + + Maps + + + Drive + +
+ + + + Add New WORKSHEET + + + SCANS + + + EXPENSE + + + TOWING + +

+ + + + + URLs [previous]:
Dec 31st, 2017 — Jan 6th, 2018
+ + + URLs [new]:
Jan 7th—13th, 2018
+ + + + + PRL Links [previous]:
Dec 31st, 2017 — Jan 6th, 2018
+ + + PRL Links [new]:
Jan 7th—13th, 2018
+ +

+ + + +
EFS Link Board
+ +
+ EFS Monitoring:   CAROLINA LOGISTIC, INC 708305151783320

+ + + 2017 — DECEMBER + + + 2018 — JANUARY + + + 2017 — Quarter IV + + + 2018 — Quarter I + +
+ +
+ EFS Monitoring:   CAROLINA LOGISTICS, INC ???

+ +
+ +
+ EFS Monitoring:   CAROLINA TRANSPORTATION, INC 70830515178290

+ + + 2017 — DECEMBER + + + 2018 — JANUARY + + + 2017 — Quarter IV + + + 2018 — Quarter I + +
+ +
+ EFS Monitoring:   DELTA EXPRESS, INC 70830515177576

+ + + 2017 — DECEMBER + + + 2018 — JANUARY + + + 2017 — Quarter IV + + + 2018 — Quarter I + +
+ +
+ EFS Monitoring:   DELTA EXPRESS SERVICES, INC ???

+ +
+ +
+ EFS Monitoring:   DELTA LOGISTICS, LLC ???

+ +
+ +
+ EFS Monitoring:   ONTRACK TRANSPORTATION, INC ???

+ +
+ + + + diff --git a/users/rose.html b/users/rose.html new file mode 100644 index 0000000..f24fa08 --- /dev/null +++ b/users/rose.html @@ -0,0 +1,87 @@ + + + + + + + + + + ROSE / Link Board + + + + + + + + + + + +
ROSE
+ +
General Link Board
+ +
+ Quick Access

+ + + RPM + + + EFS + + + Mail + + + Hangouts + +
+ + + OneDrive + + + Tracking + + + Maps + + + Drive + +

+ + + + + PRL Links [previous]:
Dec 31st, 2017 — Jan 6th, 2018
+ + + PRL Links [new]:
Jan 7th—13th, 2018
+ + + EXPENSE + + + TOWING + +
+ + + + diff --git a/users/styles.css b/users/styles.css new file mode 100644 index 0000000..338eafd --- /dev/null +++ b/users/styles.css @@ -0,0 +1,165 @@ +a#home { + position: fixed; + top: 14px; + left: 47%; +} + +div { +margin: 12px auto; +width: 1092px; +padding: 12px; +border-style: solid; +border-width: thin; +border-radius: 7px; +font-family: Verdana; +font-size: 18px; +text-indent: 8px; +} + +#gen, #efsh { +font-family: Helvetica; +font-size: 17px; +color: gainsboro; +font-weight: bold; +letter-spacing: 2px; +border-color: black; +} + +#gen { +background-color: black; +} + +#efsh { +background-color: #003366; +} + +#user { +border-style: none; +font-weight: bold; +font-family: Arial; +font-size: 32px; +letter-spacing: 3px; +text-align: left; +text-shadow: 2.4px 2.4px 2px #99b3ff; +transition: text-shadow 1.7s, letter-spacing 1.7s; +} + +#user:hover { +text-shadow: 7.2px 7.2px 3.7px #99b3ff; +letter-spacing: 7px; +} + +img { +transition: height 1s; +} + +img:hover { +height: 27px; +} + +div.urls, div.urlsi { +background-color: whitesmoke; +border-color: #668cff; +letter-spacing: 2px; +word-spacing: 1.5px; +} + +div.urls { +color: midnightblue; +transition: background-color 0.3s; +} + +div.urls:hover { +background-color: palegoldenrod; +} + +div.urlsi { +color: teal; +font-size: 14px; +font-style: italic; +background-color: tan; +width: 1220px; +display: none; +} + +a { +text-decoration: none; +display: inline-block; +width: 240px; +text-align: center; +border-style: solid; +border-width: thin; +border-radius: 9px; +border-color: black; +padding: 5px 4px; +margin: 7px; +text-indent: 0px; +letter-spacing: 0px; +word-spacing: 0px; +font-size: 14px; +font-family: Helvetica; +box-shadow: 2px 2px 7px #006600; +} + +a.ssc, a.ssm, a.ss { +color: #4d0000; +font-weight: bold; +letter-spacing: 1px; +} + +a.ssc { +background-color: #ffa366; +} + +a.ssm { +background-color: #ffc34d; +} + +a.ss { +background-color: #aaff80; +} + +a.gdf { +background-color: #c1daff; +color: #4d0000; +font-style: italic; +} + +a.web { +background-color: saddlebrown; +color: mistyrose; +font-family: 'Trebuchet MS'; +letter-spacing: 1.7px; +font-size: 16px; +} + +a:hover { +background-color: yellow; +color: black; +font-weight: bold; +box-shadow: 4.2px 4.2px 7px #006600; +} + +a:active { +font-size: 12px; +box-shadow: -1.2px -1.2px 2px #006600; +} + +a.inactive, a.inactive:hover, a.inactive:active { +background-color: aliceblue; +color: darkgray; +text-decoration: line-through; +font-size: 14px; +font-weight: normal; +border-color: darkgray; +box-shadow: none; +} + +i.acc { +font-size: 12px; +letter-spacing: 0.9px; +} + +sup { +font-size: 10.5px; +}