Skip to content
Snippets Groups Projects
Commit c07fc726 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

chore: updated links' destinations

parent 28a880b3
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@
<div class="left-inner-container" id="left-inner-container" ondrop="window.cardDropDiscard(event)" ondragover="window.allowDrop(event)">
</div>
<div class="right-inner-container" id="right-inner-container" ondrop="window.cardDrop(event)" ondragover="window.allowDrop(event)">
<a class="card-link" href="/?handbook">
<a class="card-link" href="/#handbook-1-general">
<div class="card-pinned card-red">
<div class="card-header">
<div class="card-icon"><i class="large material-icons">book</i></div>
......
......@@ -11,108 +11,40 @@ The How-to cards are intended to provide practical guidance in implementing Data
<script>
window.cards = [
{
"title": "COVID-19",
"caption": "What is currently happening in relation to the pandemic?",
"icon": "<i class=\"large material-icons\">coronavirus</i>",
"link": "/?covid19",
{
"title": "General",
"caption": "I need information on LCSB operations",
"icon": "<i class=\"large material-icons\">sticky_note_2</i>",
"link": "/#general"
},
{
"title": "Newcomers",
"caption": "I joined the team recently. Help me!",
"icon": "<i class=\"large material-icons\">accessibility_new</i>",
"link": "/?newcomers",
"title": "Access",
"caption": "How can I get access to systems and infrastructure?",
"icon": "<i class=\"large material-icons\">login</i>",
"link": "/#access"
},
{
"title": "On&Off boarding",
"caption": "A new colleague joined or my current colleague will leave. What do I have to do?",
"icon": "<i class=\"large material-icons\">compare_arrows</i>",
"link": "/?onoff_boarding"
"title": "Contribute",
"caption": "I want to share my knowledge and expertise. How?",
"icon": "<i class=\"large material-icons\">add_circle</i>",
"link": "/#contribute"
},
{
"title": "General",
"caption": "I need information on LCSB operations",
"icon": "<i class=\"large material-icons\">sticky_note_2</i>",
"link": "/?general"
"title": "Exchange channels",
"caption": "I am looking to share data or information",
"icon": "<i class=\"large material-icons\">multiple_stop</i>",
"link": "/#exchange-channels"
},
{
"title": "Access",
"caption": "How can I get access to systems and infrastructure?",
"icon": "<i class=\"large material-icons\">login</i>",
"link": "/?access"
},
{
"title": "Backup",
"caption": "Guidelines regarding backing up your data",
"icon": "<i class=\"large material-icons\">backup</i>",
"link": "/?backup"
},
{
"title": "Contribute",
"caption": "I want to share my knowledge and expertise. How?",
"icon": "<i class=\"large material-icons\">add_circle</i>",
"link": "/?contribute"
},
{
"title": "Duty call",
"caption": "I am on call for critical equipment",
"icon": "<i class=\"large material-icons\">notifications_active</i>",
"link": "/?duty_call"
},
{
"title": "Events",
"caption": "I am planning an event or a visit",
"icon": "<i class=\"large material-icons\">event</i>",
"link": "/?events"
},
{
"title": "Exchange channels",
"caption": "I am looking to share data or information",
"icon": "<i class=\"large material-icons\">multiple_stop</i>",
"link": "/?exchange_channels"
},
{
"title": "Finance",
"caption": "I need to get funds or claim expenses",
"icon": "<i class=\"large material-icons\">euro_symbol</i>",
"link": "/?finance"
},
/*
{
"title": "Handbook",
"caption": "I am looking for a complete resource on everything I need to know",
"icon": "<i class=\"large material-icons\">book</i>",
"link": "/?handbook"
}, */
{
"title": "Integrity",
"caption": "I want to ensure that my work and research is compliant and reusable",
"icon": "<i class=\"large material-icons\">vpn_key</i>",
"link": "/?integrity"
},
{
"title": "Lab",
"caption": "I need information on wetlab equipment and procedures",
"icon": "<i class=\"large material-icons\">science</i>",
"link": "/?lab"
},
{
"title": "Policies",
"caption": "What are all the important rules I need to know?",
"icon": "<i class=\"large material-icons\">book</i>",
"link": "/?policies"
},
{
"title": "Publication",
"caption": "I want to publish my article",
"icon": "<i class=\"large material-icons\">menu_book</i>",
"link": "/?publication"
}
"title": "Integrity",
"caption": "I want to ensure that my work and research is compliant and reusable",
"icon": "<i class=\"large material-icons\">vpn_key</i>",
"link": "/#integrity"
},
];
document.addEventListener('DOMContentLoaded', function() {
window.start_cards();
}, false);
</script>
\ No newline at end of file
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment