Skip to content

Commit 7c862f3

Browse files
committed
#1: updated description about the forum; use short URL forum.etica.ai to redirect to our forum platform
1 parent 00ecd78 commit 7c862f3

File tree

3 files changed

+75
-4
lines changed

3 files changed

+75
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Etica.AI Forum
1+
# [Etica.AI Forum](https://github.com/EticaAI/forum/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
22

33
Etica.AI is at present a very small group of Latin Americans concerned with
44
gathering information about the philosophy and the use of automation and
@@ -24,9 +24,21 @@ you to help us have the technology and human capital needed in the future.
2424
>
2525
> "A ética é saber a diferença entre o que você tem o direito de fazer e o que é certo fazer" - Potter Stewart
2626
27-
## [Forum](https://github.com/EticaAI/forum/issues)
27+
## [Forum](https://github.com/EticaAI/forum/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
2828

29-
- <https://github.com/EticaAI/forum/issues>
29+
We use GitHub Issues feature at
30+
[github.com/EticaAI/forum/issues](https://github.com/EticaAI/forum/issues)
31+
as our forum platform at this moment (is free, good integration with code
32+
repositories and allows good accountability). The short URL is [forum.etica.ai](http://forum.etica.ai).
33+
34+
_Note 1: **If you are interested, send email to [email protected] to
35+
talk with us and see other discussion channels**. Most discussions that are
36+
project-oriented have their own forum (GitHub Issues, Facebook Groups) or
37+
real time chatting (Rocket.Chat, Slack, Telegram and WhatsApp)._
38+
39+
_Note 2: at some point we could migrate to another plataform considering
40+
usability for non-GitHub users, like a self-hosted Discourse. Use the short
41+
URL [forum.etica.ai](http://forum.etica.ai) when sharing._
3042

3143
## [Document repository of Etica.AI](https://docs.etica.ai)
3244

@@ -53,7 +65,11 @@ What has been donated, borrowed or simply bought and which can be used by collea
5365

5466
Let us collaborate so that the time spent helping Etica.AI be potentiated for positive impact in the world and allow those same people to have quality time with and for the humans who love them.
5567

56-
## [Etica.AI organization at GitHub]
68+
## [Etica.AI organization at GitHub](https://github.com/EticaAI)
5769

5870
See [github.com/EticaAI](https://github.com/EticaAI) for a complete list of
5971
repositories maintained by this organization. Not all are listed here.
72+
73+
Some projects are incubated outside EticaAI GitHub account and depending of the
74+
results could be imported. Read the [forum.etica.ai](http://forum.etica.ai) to
75+
know about they.
File renamed without changes.

docs/index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!doctype html>
2+
3+
<html lang="pt">
4+
5+
<head>
6+
<meta charset="utf-8">
7+
8+
<title>Etica.AI Forum</title>
9+
<meta name="description" content="Fórum da organização Etica.AI">
10+
<meta http-equiv="refresh" content="1; url=https://github.com/EticaAI/forum">
11+
<style>
12+
* {
13+
padding: 0px;
14+
margin: 0px;
15+
}
16+
17+
html,
18+
body {
19+
height: 100%;
20+
}
21+
22+
blockquote {
23+
margin: 0 auto;
24+
height: 100%;
25+
width: 100%;
26+
27+
28+
font-size: 1.6em;
29+
30+
color: #fff;
31+
text-align: center;
32+
background-color: #159957;
33+
background-image: linear-gradient(120deg, #155799, #159957);
34+
}
35+
36+
.q {
37+
position: fixed;
38+
top: 50%;
39+
left: 50%;
40+
transform: translate(-50%, -50%);
41+
}
42+
</style>
43+
</head>
44+
45+
<body>
46+
<blockquote>
47+
<div class="q">
48+
<div>
49+
<a href="https://github.com/EticaAI/forum" style="color: white">https://github.com/EticaAI/forum</a>
50+
</div>
51+
</div>
52+
</blockquote>
53+
</body>
54+
55+
</html>

0 commit comments

Comments
 (0)