Skip to content

Commit

Permalink
team site
Browse files Browse the repository at this point in the history
  • Loading branch information
socialhack committed Oct 5, 2023
2 parents bf8ecc2 + ef71b46 commit 4dd75db
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 25 deletions.
5 changes: 0 additions & 5 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name = "Mail"
pre = '<i class="fas fa-fw fa-at"></i>'
url = "mailto:[email protected]"
weight = 10
[[social]]
name = "Github"
pre = '<i class="fab fa-fw fa-github"></i>'
url = "https://github.com/AKVorrat/dearmep"
weight = 20


[[footer]]
Expand Down
31 changes: 20 additions & 11 deletions content/showcase/chatcontrol/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,37 @@ We created this tool to support the protest against the EU initiative to scan in
## Integrate
Integrate the campaign in your Website

**NOTE:** To be able to integrate DearMEP on your site, it is necessary to whitelist the URL of your site on the DearMEP server. Feel free to contact [[email protected]](mailto:[email protected]) if you would like to add DearMEP to your site.

**Simple integration:**
```html
<link rel="stylesheet" href="http://chatcontrol.dearmep.eu/fonts.css" type="text/css" />
<dear-mep host="https://chatcontrol.dearmep.eu/api/" />
<script src="https://chatcontrol.dearmep.eu/dear-mep.js"></script>
<link rel="stylesheet" href="https://chatcontrol.dearmep.eu/static/dear-mep.css" type="text/css"/>
<dear-mep host="https://chatcontrol.dearmep.eu/"/></dear-mep>
<script src="https://chatcontrol.dearmep.eu/static/dear-mep.js"></script>
```
1. Include the fonts CSS
1. Include the CSS
2. Create the dear-mep Element with Parameters
3. Include the dear-mep JS

**Parameters for dear-mep Element**
| Parameter | Description |
|-----------|---------------------|
| host | URL to dear-mep api |
| Parameter | Description |
|-------------------------|---------------------|
| host | The URL of the DearMEP-Server. This attribute is required! |
| api | The URL of the dear-mep API-Server. This attribute is used if the API-Server is hosted separately from the server that provides hosts static assets. |
| assets | The URL of the Assets-Server. This attribute is used if the static assets are hosted separately from the API-Server. |
| default&#8209;country | If the user has not (yet) selected a country and the server cannot determine the country (because a VPN or TOR is used for example), this country will be used as fallback. It makes sense for a german campaign to use "DE" for example. Use two didgit country codes such as: "DE", "AT", ... . |
| disable&#8209;calling | If this attribute is present the calling functionality is hidden. |
| disable&#8209;scheduling | If this attribute is present the schedule-call functionality is hidden. NOTE: This functionality is not yet supported but it will be enabled by default as soon as it is. |

**Integration with optional parameters:**
```html
<link rel="stylesheet" href="https://chatcontrol.dearmep.eu/fonts.css" type="text/css">
<link rel="stylesheet" href="https://chatcontrol.dearmep.eu/static/dear-mep.css" type="text/css"/>
<dear-mep
host="https://chatcontrol.dearmep.eu/api/"
/>
<script src="https://chatcontrol.dearmep.eu/dear-mep.js"></script>
host="https://chatcontrol.dearmep.eu/"
default-country="DE"
disable-scheduling
></dear-mep>
<script src="https://chatcontrol.dearmep.eu/static/dear-mep.js"></script>s
```

## Integrations
Expand Down
2 changes: 1 addition & 1 deletion content/team/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A huge thanks goes out to our team:
- UI/UX design: [Isabella Horn](https://isabellahorn.com/)
- Frontend developer: [Tobias Mühlberger](https://muehlberger.dev)
- Administration and DevOps, [Dominik Polakovics](https://cloonar.com)
- Translation: (Hugo Peixoto)[https://hugopeixoto.net], Jörn Bethune and [muminpappa](https://mastodonsweden.se/@muminpappa)
- Translation: [Hugo Peixoto](https://hugopeixoto.net), Jörn Bethune and [muminpappa](https://mastodonsweden.se/@muminpappa)
- Policy Advice on the "Chat Control" proposal, Elina "Khaleesi" Eickstädt
- Guy with the crazy idea aka. Product Owner & Advice on EU policymaking, [Thomas Lohninger](epicenter.works/team)

Expand Down
8 changes: 0 additions & 8 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
1 call tool normal
2 ohne call
3 date picker


1 nur verlinken auf impressum und privacy policy

concept menüpunkt mit inhalt von pdf

0 comments on commit 4dd75db

Please sign in to comment.