Skip to content

Commit

Permalink
footer update
Browse files Browse the repository at this point in the history
  • Loading branch information
AKostiv8 committed Jul 5, 2024
1 parent 7be0e70 commit 7758fe8
Show file tree
Hide file tree
Showing 8 changed files with 509 additions and 21 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
detach("package:base", unload = TRUE)
36 changes: 36 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<div class="b-example-divider"></div>

<footer class="grid">
<div class="g-col-6 col mb-3">
<h5>Contact</h5>
<p><bold>CLS Foundation</bold> <br>
Am Sportplatz 7 <br>
26683 Saterland <br>
Germany <br>
Tel. +49-123-456-7890 <br>
<a href="/" class="d-flex align-items-center mb-3 link-dark text-decoration-none">[email protected]

</a></p>
<p class="text-muted">&copy; 2024</p>
</div>

<div class="g-col-3 col mb-3">
<h5>Menu</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="/" class="nav-link p-0 text-muted">Home</a></li>
<li class="nav-item mb-2"><a href="#programs-section" class="nav-link p-0 text-muted">Programs</a></li>
<li class="nav-item mb-2"><a href="#events-section" class="nav-link p-0 text-muted">Events</a></li>
<li class="nav-item mb-2"><a href="donate.html" class="nav-link p-0 text-muted">Donate</a></li>
<li class="nav-item mb-2"><a href="about.html" class="nav-link p-0 text-muted">About</a></li>
</ul>
</div>

<div class="g-col-3 col mb-3">
<h5>Links</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="imprint.html" class="nav-link p-0 text-muted">Imprint</a></li>
<li class="nav-item mb-2"><a href="dataprivacy.html" class="nav-link p-0 text-muted">Data Privacy</a></li>
</ul>
</div>

</footer>
4 changes: 3 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project:
website:
search: false
navbar:
logo: "assets/logo.png"
# logo: "assets/CLSFoundation_LogoGraphics.png"
right:
- href: index.qmd
text: Home
Expand All @@ -24,6 +24,8 @@ format:
theme: lux
css: styles.css
toc: false
include-after-body: "_includes/footer.html"


editor: visual

Binary file added assets/CLSFoundation_LogoGraphics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
397 changes: 397 additions & 0 deletions dataprivacy.qmd

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions imprint.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Impressum

## LEGAL NOTICE
1. Information provided according to Sec. 5 German Telemedia Act (TMG)

Computational Life Sciences Foundation gUG
Am Sportplatz 7
26683 Saterland

2. Represented by
Dr. Stephan Schaller

3. Contact
Telephone: 0151/58559070
Email: [email protected]

4. Register entry
Entry in the Handelsregister.
Registering court: Oldenburg
Registration number: HRB 212150

5. VAT
VAT Id number according to Sec. 27 a German Value Added Tax Act:
DE312671242

6. Webdesign and Webscripting:

ESQlabs GmbH
Am Sportplatz 7
26683 Saterland

7. Indication of source for images and graphics

Title graphic 3: www.open-systems-pharmacology.org
Titel graphic 2: AdobeStock © Gorodenkoff #166977042
Jobs graphic: AdobeStock © pressmaster #189825981

Remaining pictures from www.unsplash.com

8. Dispute resolution

The European Commission provides a platform for online dispute resolution (OS): https://ec.europa.eu/consumers/odr.

Please find our email in the Legal Notice.
We do not take part in online dispute resolutions at consumer arbitration boards.

## DISCLAIMER
1. Liability for Contents

As service providers, we are liable for own contents of these websites according to Sec. 7, paragraph 1 German Telemedia Act (TMG). However, according to Sec. 8 to 10 German Telemedia Act (TMG), service providers are not obligated to permanently monitor submitted or stored information or to search for evidences that indicate illegal activities.

Legal obligations to removing information or to blocking the use of information remain unchallenged. In this case, liability is only possible at the time of knowledge about a specific violation of law. Illegal contents will be removed immediately at the time we get knowledge of them.

2. Liability for Links

Our offer includes links to external third party websites. We have no influence on the contents of those websites, therefore we cannot guarantee for those contents. Providers or administrators of linked websites are always responsible for their own contents.

The linked websites had been checked for possible violations of law at the time of the establishment of the link. Illegal contents were not detected at the time of the linking. A permanent monitoring of the contents of linked websites cannot be imposed without reasonable indications that there has been a violation of law. Illegal links will be removed immediately at the time we get knowledge of them.

3. Copyright

Contents and compilations published on these websites by the providers are subject to German copyright laws. Reproduction, editing, distribution as well as the use of any kind outside the scope of the copyright law require a written permission of the author or originator. Downloads and copies of these websites are permitted for private use only.

The commercial use of our contents without permission of the originator is prohibited.

Copyright laws of third parties are respected as long as the contents on these websites do not originate from the provider. Contributions of third parties on this site are indicated as such. However, if you notice any violations of copyright law, please inform us. Such contents will be removed immediately.
26 changes: 6 additions & 20 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ page-layout: full
```{=html}
<div class="position-relative overflow-hidden p-3 p-md-5 text-center bg-light">
<div class="col-md-5 p-lg-5 mx-auto my-5">
<img src="./assets/CLSFoundation_LogoGraphics.png" width="150px" />
<h1 class="display-5 fw-normal">Computational Life Sciences Foundation</h1>
<p class="lead fw-normal">Advancing Life Sciences through Computational Innovation.</p>
<p>Founded to develop and maintain open source software in the life sciences, the Computational Life Sciences Foundation aims to improve the R&D landscape through open cooperation and innovation.
Expand Down Expand Up @@ -68,30 +69,15 @@ page-layout: full
</p>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="OSP Community Conference 2024"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://cdn-cjhkj.nitrocdn.com/krXSsXVqwzhduXLVuGLToUwHLNnSxUxO/assets/images/optimized/rev-ddd5613/spotme.com/wp-content/uploads/2020/07/Hero-1.jpg" class="d-block w-100" alt="...">
<img src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F801683359%2F2208805266763%2F1%2Foriginal.20240704-123420?w=600&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C0%2C2160%2C1080&s=cada23aaabe28bbaf36d908d9f03bc68" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="https://ahaslides.com/wp-content/uploads/2023/07/SEO3799-thumb.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="https://circulareconomy.europa.eu/platform/themes/custom/cecon_foundation/images/events.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content for the third slide.</p>
<h5>OSP Community Conference 2024</h5>
<p class="text-secondary">You can find all details on the program of thre OSP Community Conference 2024 and its program <a href="https://www.eventbrite.com/e/osp-community-conference-2024-tickets-933152463137?aff=oddtdtcreator">here</a>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 7758fe8

Please sign in to comment.