This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" ?> | |
| <AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"> | |
| <Profiles> | |
| <Profile Id="{E9E6C9E4-1A52-471B-94E5-B9F257777D44}"> | |
| <AllAppsList> | |
| <AllowedApps> | |
| <App DesktopAppPath="C:\Program Files\Google\Chrome\Application\chrome.exe" /> | |
| <App DesktopAppPath="C:\Program Files\Zoom\bin\Zoom.exe" /> | |
| <App DesktopAppPath="C:\Program Files\Google\Drive File Stream\GoogleDriveFS.exe" /> | |
| <App DesktopAppPath="C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Document> | |
| <name>Sholom Leaders</name> | |
| <description/> | |
| <NetworkLink> | |
| <name>Sholom Leaders</name> | |
| <Link> | |
| <href><![CDATA[https://www.google.com/maps/d/kml?forcekml=1&mid=1FA7QckLb3nScK21drnZfnZ95cdKR5D0]]></href> | |
| </Link> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .process { | |
| background-image:-webkit-linear-gradient(left, yellow, green); | |
| border-radius:3px; | |
| } | |
| .containerGlobal { | |
| width: 80%; | |
| position: relative; | |
| padding: 4px!important; |