Skip to content

Commit

Permalink
up links and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Apr 29, 2024
1 parent 2e858a5 commit c569e07
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
Binary file added assets/logos/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/sass/_custom.sass
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ body
display: bloc
width: 20em

.nav
height: 100%

.nav_header
height: 100px
background-color: #1b3c6c
Expand Down Expand Up @@ -330,6 +333,9 @@ td, th
height: 500px
margin-right: 50px

.join_container
margin-left: 10%

.membership_connector
height: 650px
width: 200px
Expand Down Expand Up @@ -426,4 +432,8 @@ td, th
display: none
img:not(.membership_icon)
display: none

@media screen and (max-width: 670px)
.join_container
margin-left: 0

2 changes: 1 addition & 1 deletion config/_default/menus/menu.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# Submenus are done this way: parent -> identifier
[[main]]
name = "EDRLab website"
url = "https://www.edrlab.org/about/"
url = "https://www.edrlab.org/"
identifier = "edrlaborg"
weight = 170

Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fontsDir = "fonts/" # without a leading forward slash
fallBackOgImage = "images/thumbnail.png"

# Logo image
logo = "logos/logo.png"
logo = "logos/logo2.png"

# center logo on navbar
centerLogo = false # Set to "true" for centering or "false" for left aligned.
Expand Down
6 changes: 3 additions & 3 deletions content/join/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ Standard member dues are calculated from their annual gross revenue and size. Th

<strong>If you want to become a member</strong>

<a href="https://www.edrlab.org/become-a-member/" class="become_member">Contact Us</a>
<a href="https://www.edrlab.org/contact/" class="become_member">Contact Us</a>

</div>

<img src="../images/EDRLAB_ICONE-ILLU-MIXTE.svg" aria-hidden class="illustration_home" />

</div>

### Online payment
<!-- ### Online payment
EDRLab members can pay their due online via a Credit Card (we are using Stripe).
[EDRLab Online Payment](https://www.edrlab.org/shop/)
[EDRLab Online Payment](https://www.edrlab.org/shop/) -->

2 changes: 1 addition & 1 deletion layouts/_default/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="{{ .Params.featureImage }}" alt="" class="image_single">

{{- $t := .Title }}
<div>
<div class="join_container">
<!-- <h1 class="post_title">{{ $t | markdownify }} </h1> -->
{{- partial "post-meta" . }}
{{/* {{- with .Params.featureImage -}}
Expand Down
Binary file modified public/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c569e07

Please sign in to comment.