Skip to content
Snippets Groups Projects
Forked from R3 / howto-cards LEGACY VERSION
1292 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cards.md 2.88 KiB
layout: default
title: Cards
order: -1

{% include scripts.html %}

.noborderbox { border :0; }

{% comment %} This code adds CSS that hides the index-boxes by default. It's in javascript, so that it doesn't effect the browsers with javascript disabled. How the correct boxes are shown then? box_hider.js shows them {% endcomment %}

<div class="index-box noborderbox" id="access">
	<h3>Access</h3>
	<ul>
		<li><a href="external/access/harrenhal-access">HARRENHAL access</a></li>
		<li><a href="external/access/lums-passwords">LUMS account</a></li>
		<li><a href="external/access/passwords">Managing your passwords</a></li>
		<li><a href="external/access/vpn-cerbere-access">VPN/CERBERE connection</a></li>

	</ul>
</div>
<div class="index-box noborderbox" id="contribute">
	<h3>Contribute</h3>
	<ul>
		<li><a href="external/contribute/git-clients">Git clients</a></li>
		<li><a href="external/contribute/install-git">Installation of Git</a></li>
		<li><a href="external/contribute/markdown">Markdown</a></li>
		<li><a href="external/contribute/mirror-fork">Mirror fork automatically</a></li>
		<li><a href="external/contribute/vscode">Contribute using Visual Studio Code</a></li>

	</ul>
</div>
<div class="index-box noborderbox" id="exchange-channels">
	<h3>Exchange channels</h3>
	<ul>
		<li><a href="external/exchange-channels/asperaweb">AsperaWEB Quick Guide</a></li>
		<li><a href="external/exchange-channels/calendar">Sharing calendar in Microsoft Exchange</a></li>
		<li><a href="external/exchange-channels/owncloud">Owncloud</a></li>

	</ul>
</div>
<div class="index-box noborderbox" id="general">
	<h3>General</h3>
	<ul>
		<li><a href="external/general/attend-webex">Attend the LCSB Team Meeting online (webex)</a></li>
		<li><a href="external/general/remote-working">Work remotely</a></li>

	</ul>
</div>
<div class="index-box noborderbox" id="integrity">
	<h3>Integrity</h3>
	<ul>
		<li><a href="external/integrity/checksum">Ensuring Integrity of Data Files with Checksums</a></li>
		<li><a href="external/integrity/encryption/cloud">Data upload to cloud</a></li>
		<li><a href="external/integrity/encryption/disk">Encrypting the Startup Disk for Your Laptop/Desktop</a></li>
		<li><a href="external/integrity/encryption/file">Encrypting Files and Folders</a></li>
		<li><a href="external/integrity/naming">Naming files</a></li>
		<li><a href="external/integrity/organization">Organization</a></li>

	</ul>
</div>

go back
Overview of all HowTo cards