diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..4c74d4e Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..76f30b9 Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 600738f..ba573ab 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml index 219b759..451d366 100644 --- a/browserconfig.xml +++ b/browserconfig.xml @@ -1,12 +1,12 @@ - - - - - + + + + + #00aba9 diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..59ee55a Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..4b25894 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico index be74abd..c3e0f18 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/index.html b/index.html index 426a317..8f17879 100644 --- a/index.html +++ b/index.html @@ -1,175 +1,182 @@ Launch Nasqueron - - + + + + + + + + +

Nasqueron logo

Our values

🏴

Nasqueron is a budding community of creative people, writers, developers and thinkers.

🈁

You'll find here like-minded people to connect to, hang out, and build projects.

πŸ“ƒ

We focus on free culture, ethics and to be a positive change. Our software is open source our datasources and content are licensed under CC-BY-SA or CC-BY license. We share values like respect, justice and equity.

❀️

We like experiments, originality and to discover new thing.

πŸ‘½

We are Nasqueron.

Nasqueron logo

Infrastructure

πŸ’Ž

In 2016, we've focused to build a great infrastructure. Servers, continuous integration, places to communicate, notifications, operations workflows.

We believe this infrastructure first provides a great added value to any project: everything is in place and polished.

The infrastructure is open and managed by the Operations special interest group. A configuration-as-code repository is used, so it's reliable, well documented and open source.

πŸ”¨

To communicate, we've deployed mailing lists, Etherpad, a forum, a wiki, IRC bots with a great glue notifications tooling.

To craft software, we've Phabricator and Jenkins instances. Did we tell you we've notifications sorted?

To host apps, we've a PaaS built on Docker. And an server dedicated to IRC. And a development and staging server.

🏺

So whatever project you wish to start, we're here to support you and provide you with an awesome infrastructure.

Nasqueron logo

Software we develop

Tasacora

A cartography solution to build a vectorial thematic map from a blank map and a dataset.

Lead developer: Rama β€” Lead geographer: Kumkum

Notifications center

A gateway to accept webhooks and payloads from GitHub, DockerHub, Jenkins, Phabricator and other CI products.

It then standardizes notifications into an unified format.
Emits them to an AMQP broker.

Intelligent bus with if this then that behavior.

Lead developer: Dereckson

Docker images for Phabricator

We maintain state of art Docker images to run Phabricator, Aphlict or Arcanist in Docker.

Team: Sandlayth β€” Dereckson

DynBridge

TCL β‹„ Python bridge

Lead developer: Xavier Combelle

Eglide logo

Eglide

We're baking a great shell hosting service. Claim a little space for your files, an IRC connection for you or your bot, a website. Something where to code, experiment, connect with like-minded people.

FΓΌr die Freikultur. Eglide is a free culture project. Everyone is welcome to participate or use it.

Our involvement

The service is managed by Nasqueron.

Nasqueron is committed to provide ITC management at operations and devops level to free culture projects.

Nasqueron logo

Governance

Nasqueron is organised in special interest groups (SIG). Each group is autonomous and self managed. Decisions for the project as a whole are taken by consensus.

Some SIGs take responsibilities for the project as a whole, for example the Operations SIG build and maintain our infrastructure. Others can represent the project to third parties like the IRC SIG to the Freenode network.

We aren't incorporated: a de facto status is currently enough for our needs. If we decide to incorporate, it will be as a non-profit foundation.

Covenant

We as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

Nasqueron logo

More information?

πŸ“§

You can join our Launch mailing list. Send a mail to launch-subscribe (at) lists.nasqueron.org.

πŸ’¬

You can also say hello on IRC. We meet in Freenode #nasqueron.

🈴

If you consider yourself a part of Nasqueron, follow this guide to join.

πŸ“›

Finally, if you come to the FOSDEM 2017 edition, you can meet some members.

diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..6fd5387 --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "Nasqueron Launch", + "icons": [ + { + "src": "/android-chrome-192x192.png?v=D908", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png?v=D908", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#3f8b82", + "background_color": "#3f8b82", + "display": "standalone" +} diff --git a/mstile-144x144.png b/mstile-144x144.png new file mode 100644 index 0000000..5d483fd Binary files /dev/null and b/mstile-144x144.png differ diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..66f19c1 Binary files /dev/null and b/mstile-150x150.png differ diff --git a/mstile-310x150.png b/mstile-310x150.png new file mode 100644 index 0000000..546ee0d Binary files /dev/null and b/mstile-310x150.png differ diff --git a/mstile-310x310.png b/mstile-310x310.png new file mode 100644 index 0000000..41e4568 Binary files /dev/null and b/mstile-310x310.png differ diff --git a/mstile-70x70.png b/mstile-70x70.png new file mode 100644 index 0000000..312cd41 Binary files /dev/null and b/mstile-70x70.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..2eaeed8 --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,21 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + +