Skip to content

Commit

Permalink
Accesibility adjustements and small revisions #23
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi committed Sep 9, 2024
1 parent 61f4444 commit 0f2d91f
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/data/instances.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"title": "Jena Experiment",
"url": "http://the-jena-experiment.de/",
"image": "Partner_Logo_JenaExperiment.gif"
"image": "Partner_Logo_JenaExperiment.webp"
},
{
"title": "ATTO – Amazon Tall Tower Observatory",
Expand Down Expand Up @@ -62,7 +62,7 @@
{
"title": "NOA",
"url": "https://noa1375.inf-bb.uni-jena.de/",
"image": "noa.jfif"
"image": "noa.webp"
},
{
"title": "SoilBON",
Expand Down
2 changes: 1 addition & 1 deletion src/data/partners.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
{
"title": "TUM",
"url": "https://www.tum.de",
"image": "Partner_Logo_TUM.gif"
"image": "Partner_Logo_TUM.webp"
}
]
2 changes: 1 addition & 1 deletion src/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"title": "Jena Experiment",
"url": "http://the-jena-experiment.de/",
"image": "Partner_Logo_JenaExperiment.gif"
"image": "Partner_Logo_JenaExperiment.webp"
},
{
"title": "ATTO – Amazon Tall Tower Observatory",
Expand Down
8 changes: 4 additions & 4 deletions src/lib/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
<Row style="padding-bottom:10px">
<Col xs="6">
<div>
<img src={base + '/images/dfg_logo_schriftzug_gray.png'} alt="dfg_logo" width="300px" />
<img src={base + '/images/dfg_logo_schriftzug_gray.png'} alt="dfg logo" width="300px" />
</div>
</Col>
<Col xs="6">
<div class="text-end">
<img src={base + '/images/NFDI4Biodiversity.png'} alt="nfdi4bio_logo" width="300px" />
<div class="text-end">
<img src={base + '/images/NFDI4Biodiversity.png'} alt="nfdi4bio logo" width="300px" />
</div>
</Col>
</Row>
<div class="text-end">
This work was supported by the German Research Foundation (DFG) within the project “Establishment of the National Research Data Infrastructure (NFDI)” in the consortium NFDI4Biodiversity (project number 442032008).
</div>
</Col>

</Row>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Milestone.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Row>
<Col xs="5" sm="5" md="5"
><h3>
<img src={creator.avatar_url} style="width:20px" />
<img src={creator.avatar_url} style="width:20px" alt="avatar {creator.login}" />
<a href={creator.html_url}>{creator.login}</a>
</h3></Col
>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/People.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<div class="card" style="width: 18rem;">
<img src="{base}/images/people/{image}" class="card-img-top" alt="..." />
<img src="{base}/images/people/{image}" class="card-img-top" alt="image of {name}" />
<div class="card-body">
<h5 class="card-title">{name}</h5>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Release.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Row>
<Col xs="2"
><h3>
<img src={author.avatar_url} style="width:20px" />
<img src={author.avatar_url} style="width:20px" alt="avatar {author.login}" />
<a href={author.html_url}>{author.login}</a>
</h3></Col
>
Expand Down
7 changes: 4 additions & 3 deletions src/lib/header/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<header>
<Navbar color="light" light expand="md">
<NavbarBrand href="{base}/">
<img src={base + '/Logo_BEXIS_rgb_2600x830.png'} alt="logo" width="200px" /></NavbarBrand
<img src={base + '/Logo_BEXIS_rgb_2600x830.png'} alt="BEXIS2 logo" width="200px" /></NavbarBrand
>
<NavbarToggler on:click={() => (isOpen = !isOpen)} />
<Collapse {isOpen} navbar expand="md" on:update={handleUpdate}>
Expand All @@ -63,7 +63,7 @@
<DropdownMenu end>
<DropdownItem href={base + '/software/features'}>Features</DropdownItem>
<DropdownItem href={base + '/software/releases'}>Releases</DropdownItem>
<DropdownItem href={base + '/software/milestones'}>Milestones</DropdownItem>
<!--<DropdownItem href={base + '/software/milestones'}>Milestones</DropdownItem>-->
<DropdownItem href={base + '/software/modules'}>Modules Overview</DropdownItem>
<DropdownItem divider />
<DropdownItem href="https://demo.bexis2.uni-jena.de/">Live Demo</DropdownItem>
Expand All @@ -78,6 +78,7 @@
<DropdownItem href={base + '/resources/manuals'}>Manuals</DropdownItem>
<DropdownItem href={base + '/resources/techtalks'}>Tech Talks</DropdownItem>
<DropdownItem href={base + '/resources/publications'}>Publications</DropdownItem>
<DropdownItem divider />
<DropdownItem href="https://fusion.cs.uni-jena.de/bppCM/index.htm" target="_blank"
>Conceptional Model</DropdownItem
>
Expand All @@ -101,7 +102,7 @@
>System Requirements</DropdownItem
>
<DropdownItem href={base + '/knowledgebase/featurelist'}>All Features</DropdownItem>
<DropdownItem href={base + '/knowledgebase/glossary'}>Glossary</DropdownItem>
<!--<DropdownItem href={base + '/knowledgebase/glossary'}>Glossary</DropdownItem>-->
</DropdownMenu>
</Dropdown>

Expand Down
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title>Home</title>
</svelte:head>

<img src={base + '/images/Bexis_Home_Header.gif'} alt="banner" width="100%" />
<img src={base + '/images/Bexis_Home_Header.webp'} alt="BEXIS2 banner" width="100%" />

<Row>
<Col xs="12" sm="6" md="4">
Expand All @@ -33,7 +33,7 @@
</Col>
<Col xs="12" sm="6" md="4">
<Card title="Latest Releases">
Manage your research data now. BEXIS is easy to run and simple to maintain. <a
Manage your research data now. BEXIS2 is easy to run and simple to maintain. <a
href="{base}/software/releases"
>Download the latest version
</a> of BEXIS2.
Expand Down
4 changes: 2 additions & 2 deletions src/routes/community/partnersAndInstances/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</svelte:head>

<ImageLinkList
title="BEXIS ++ Partners"
description="The following organisation are part of the BExIS++ core project."
title="BEXIS2 Partners"
description="The following organisation are part of the BEXIS2 core project."
list={partnersJson}
/>

Expand Down
2 changes: 2 additions & 0 deletions src/routes/knowledgebase/featurelist/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<title>Feature List</title>
</svelte:head>

<div><em>Note: this list is currently not further maintained. Please check our release note for the latest features.</em></div>

<div>
<SvelteMarkdown source={data.doc} />
</div>
Expand Down
Binary file added static/images/Bexis_Home_Header.webp
Binary file not shown.
Binary file added static/images/Partner_Logo_JenaExperiment.webp
Binary file not shown.
Binary file added static/images/Partner_Logo_TUM.webp
Binary file not shown.
Binary file added static/images/noa.webp
Binary file not shown.

0 comments on commit 0f2d91f

Please sign in to comment.