Summary 10
This commit is contained in:
56
index.html
56
index.html
@@ -12,7 +12,7 @@
|
||||
<title> Link Board </title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="icon" href="pix/icons/java.ico">
|
||||
<link rel="icon" type="image/x-icon" href="pix/icons/home.ico">
|
||||
|
||||
</head>
|
||||
|
||||
@@ -27,18 +27,18 @@
|
||||
<li><a class="h" target="_blank" href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fmJYa21WcTMxUDBxakZtXzl3N0o5SGpvUlRxWFVrZmZXblVhdFl6NW42R2c"> EXPENSE </a></li>
|
||||
<li><a class="e" href="#"> URLs / Hyperlinks ▾ </a>
|
||||
<ul class="sub1">
|
||||
<li><a class="e" href="#"> <i class="itnav">+ Add </i> URLs ▸ </a>
|
||||
<li><a class="e" href="#"> URLs ▸ </a>
|
||||
<ul class="sub2"> <!-- URLs -->
|
||||
|
||||
<li><a class="h" target="_blank"
|
||||
|
||||
href="https://docs.google.com/spreadsheets/d/1MVaFa-DaABTjKsXgF085o56tHfR6UYPjXyxexKgR460/edit#gid=914973738">
|
||||
<!-- NEW --> Jan 14–20, 2018 </a></li>
|
||||
<!-- NEW --> Jan 14 – Jan 20 </a></li>
|
||||
|
||||
<li><a class="h" target="_blank"
|
||||
|
||||
href="https://docs.google.com/spreadsheets/d/1_tfsoL4JQ91wGtafc1ENRiTx2NovxFNyIBOL8H0Gw7s/edit#gid=914973738">
|
||||
<!-- OLD --> Jan 7–13, 2018 </a></li>
|
||||
<!-- OLD --> Jan 7 – Jan 13 </a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
@@ -48,12 +48,12 @@
|
||||
<li><a class="h" target="_blank"
|
||||
|
||||
href="https://docs.google.com/spreadsheets/d/1MVaFa-DaABTjKsXgF085o56tHfR6UYPjXyxexKgR460/edit#gid=978213208">
|
||||
<!-- NEW --> Jan 14–20, 2018 </a></li>
|
||||
<!-- NEW --> Jan 14 – Jan 20 </a></li>
|
||||
|
||||
<li><a class="h" target="_blank"
|
||||
|
||||
href="https://docs.google.com/spreadsheets/d/1_tfsoL4JQ91wGtafc1ENRiTx2NovxFNyIBOL8H0Gw7s/edit#gid=978213208">
|
||||
<!-- OLD --> Jan 7–13, 2018 </a></li>
|
||||
<!-- OLD --> Jan 7 – Jan 13 </a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
@@ -63,17 +63,17 @@
|
||||
<li><a class="h" target="_blank"
|
||||
|
||||
href="https://docs.google.com/spreadsheets/d/1uetpiUWxKk20prlCmAq-GJeMoLtjwuBPU2Ocjd92no0/edit#gid=1250765514">
|
||||
<!-- 003 --> Dec 31, 2017 – Jan 6, 2018 </a></li>
|
||||
<!-- 003 --> Dec 31 – Jan 6 </a></li>
|
||||
|
||||
<li><a class="h" target="_blank"
|
||||
|
||||
href="https://docs.google.com/spreadsheets/d/1E8Hl6Ljkll1ygu95FVra-YHmFwArK57HkexbvbWifOw/edit#gid=2098636241">
|
||||
<!-- 002 --> Dec 24–30, 2017 </a></li>
|
||||
<!-- 002 --> Dec 24 – Dec 30 </a></li>
|
||||
|
||||
<li><a class="h" target="_blank"
|
||||
|
||||
href="https://docs.google.com/spreadsheets/d/1wjlfZ9A9uYIEY8D_NvfZMWYFBMTjf3STC3WXV2kRhAI/edit#gid=1948207105">
|
||||
<!-- 001 --> Dec 17–23, 2017 </a></li>
|
||||
<!-- 001 --> Dec 17 – Dec 23 </a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
@@ -212,17 +212,33 @@
|
||||
|
||||
<!-- Content ============================================================================================================================================= -->
|
||||
|
||||
<div class="wrapper">
|
||||
<img src="pix/logos/cl.png" height="72" class="left" title="Carolina Logistic, Inc">
|
||||
<img src="pix/logos/de.png" height="72" class="center" title="Delta Express, Inc">
|
||||
<img src="pix/logos/ct.png" height="72" class="right" title="Carolina Transportation, Inc">
|
||||
<p align="center"><br /> Select your name to view <strong style="color: blue;">Navigation Menu</strong> that matches your needs best: </p><br />
|
||||
<ul class="content">
|
||||
<li><a href="users/helen.html"> Helen </a></li>
|
||||
<li><a href="users/joyce.html"> Joyce </a></li>
|
||||
<li><a href="users/rose.html"> Rose </a></li>
|
||||
<li><a href="#" style="background-color: gray; color: darkgray; text-shadow: 0px 0px 0px darkgray;"> Valentin </a></li>
|
||||
</ul>
|
||||
<div id="wrapper">
|
||||
<img src="pix/logos/1cl.png" height="74" class="one" title="Carolina Logistic, Inc">
|
||||
<img src="pix/logos/2cls.png" height="74" class="two" title="Carolina Logistics, Inc">
|
||||
<img src="pix/logos/3ct.png" height="74" class="three" title="Carolina Transportation, Inc">
|
||||
<img src="pix/logos/4de.png" height="74" class="four" title="Delta Express, Inc">
|
||||
<img src="pix/logos/5des.png" height="74" class="five" title="Delta Express Services, Inc">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div id="background"> </div>
|
||||
<div id="aside1">
|
||||
<p align="center"><br /> Select your name to view <strong style="color: blue;">Navigation Menu</strong> that matches your needs best: </p><br />
|
||||
<ul class="content">
|
||||
<li><a href="users/helen.html"> Helen </a></li>
|
||||
<li><a href="users/joyce.html"> Joyce </a></li>
|
||||
<li><a href="users/rose.html"> Rose </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="aside2">
|
||||
<h4> News & Updates </h4>
|
||||
<ol>
|
||||
<li> <strong> Truck Selection changed in EFS Card Monitoring: no company specification necessary</strong> </li>
|
||||
<li> <strong> Changed quantity of arguments in EFS Card Monitoring: from 4 to 18</strong> </li>
|
||||
<li> <strong> Added RENAME button in WORKSHEET to enforce Rename Function in case AutoRename fails</strong> </li>
|
||||
<li> <strong> Added Hyperlink in Filter tab of URL Collector Spreadsheet</strong> </li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user