Skip to content

Commit

Permalink
up homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Apr 22, 2024
1 parent 793e8de commit 02ef027
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 3 deletions.
24 changes: 24 additions & 0 deletions assets/sass/_custom.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
$main-blue: #1b3c6c
$text-color: #e9ebf1

body
background: white

.excerpt
display: grid
grid-template-columns: repeat(2, 1fr)
Expand Down Expand Up @@ -128,6 +131,15 @@ $text-color: #e9ebf1
display: flex
align-items: center

.post_body
h1
color: $main-blue
font-size: 50px
font-weight: bold
h3
color: $main-blue
font-size: 25px

.post_link
text-decoration: none
color: inherit
Expand All @@ -154,6 +166,18 @@ $text-color: #e9ebf1
padding: 0.2rem 0.75rem
line-height: 1

.membership_container
max-width: 60%
h3
font-size: 20px
margin: 0
p
font-size: 16px
div
border-left: 3px solid $main-blue
padding: 5px 10px
margin: 20px

@media screen and (max-width: 900px)
.grid-inverse
grid-column-gap: 1rem
Expand Down
44 changes: 41 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,49 @@ tags: ["index"]
---


Welcome to the EDRlab members directory!
<br/>You can search or browse members list by professions, services provided and collaboration to EDRLab mains activities.
<!-- Welcome to the EDRlab members directory!
<br/>You can search or browse members list by professions, services provided and collaboration to EDRLab mains activities. -->

# EDRLab

## Not yet a member?
EDRLab is a network of professional organizations working in the domain of digital publishing. These organizations are publishers, ebook and audiobook distributors, booksellers, public and national libraries, or developers of reading applications or e-readers. Below are the reasons for such organizations to become membre of EDRLab.
This mini site allows you to browse the list of our current members.

# Membership
<div class="membership_container">

<div>

### ONLINE MEMBER DIRECTORY
Be featured in our newly launched online catalogue, a dedicated page where members can showcase their organization. Update your information to make it your own.

</div>

<div>

### COMMUNITY GROUPS
Enroll in our community groups focusing on key topics like Accessibily or LCP, stay updated and discuss with like--minded professionals.

</div>

<div>

### INTERNATIONAL REPRESENTATION
Present your company on an international stage. Have your documentation displayed at major book fairs, including the London Book Faire and the Frankfurt Book Fair.

</div>

<div>

### NEWSLETTER SPOTLIGHT
Gain visibility to over 1000 industry professionals. Feature your news in our monthly newsletter.

</div>

</div>


### Not yet a member?

*The value returned by open-source and standards organizations is many multiples of a yearly membership cost, even for the most modest organization. Even being able to publish at scale regardless of the organizational size is riding on the community’s coat-tails. Presume if every publisher had its own distribution format, every bookstore had its own distribution channel, each with their own identifier and distribution methodology, you needed to produce a serape metadata file and develop reading software engines for every search site or library. Now consider the staff time that is saved because of things like EPUB, OPDS, ONIX, ISBN and the open-source Readium toolkits.*

Expand Down

0 comments on commit 02ef027

Please sign in to comment.