Skip to content

Commit f94e5af

Browse files
committed
first version of the RBGo article
1 parent ba5fdf2 commit f94e5af

File tree

8 files changed

+9007
-3491
lines changed

8 files changed

+9007
-3491
lines changed

articles/rbgo/Screenshot 1.png

132 KB
Loading

articles/rbgo/Screenshot 2.png

98.3 KB
Loading

articles/rbgo/Screenshot 3.png

175 KB
Loading

articles/rbgo/Screenshot 4.png

67 KB
Loading

articles/rbgo/rbgo.html

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!DOCTYPE html>
2+
3+
4+
<html lang="pt-BR">
5+
6+
7+
<head>
8+
9+
10+
<title>Ranking Brasileiro de Go</title>
11+
12+
13+
<meta charset="UTF-8" />
14+
15+
16+
<meta name="viewport" content="width=device-width" />
17+
18+
19+
<meta name="author" content="Philippe Fanaro" />
20+
21+
22+
<meta name="description" content="Ranking Brasileiro de Go" />
23+
24+
25+
<meta property="og:image" content="Screenshot 1.png" />
26+
27+
28+
<meta property="og:description" content="Ranking Brasileiro de Go" />
29+
30+
31+
<meta property="og:title" content="Ranking Brasileiro de Go" />
32+
33+
34+
<meta property="og:site_name" content="fanaro.io" />
35+
36+
37+
<meta property="og:type" content="blog" />
38+
39+
40+
<script src="../../index.js"></script>
41+
42+
43+
<link rel="stylesheet" href="../../index.css" />
44+
45+
46+
<link rel="icon" type="image/svg+xml" href="../../assets/favicon.svg" />
47+
48+
49+
</head>
50+
51+
52+
<body>
53+
54+
55+
<article>
56+
57+
58+
<img src="Screenshot 1.png" alt="Thumbnail" />
59+
60+
61+
<h1>Ranking Brasileiro de Go</h1>
62+
63+
64+
<p>
65+
Acabei de criar um
66+
<a href="https://fanaro-firebase-lab.web.app/">
67+
site para ranquear e arquivar partidas do Go brasileiro.
68+
</a>
69+
. O site é completamente código-aberto, e é possível inspecioná-lo
70+
<a href="https://github.com/psygo/go-brasil-ranking">aqui</a>
71+
.
72+
</p>
73+
74+
75+
<p>
76+
Para quem curte programação, este site possui as seguintes características:
77+
78+
</p>
79+
80+
81+
<ul>
82+
83+
84+
<li>
85+
É um SPA (Single-Page Application) feito com puro Typescript, HTML e SCSS,
86+
sem frameworks.
87+
</li>
88+
89+
90+
<li>O ranking é baseado em Elo, e é, claro, recursivo.</li>
91+
92+
93+
<li>
94+
Os dados estão todos no Firebase, isto é, Firestore e Functions.
95+
</li>
96+
97+
98+
</ul>
99+
100+
101+
<p>Se alguém tiver sugestões, é só deixá-las no próprio repositório.</p>
102+
103+
104+
<img src="Screenshot 2.png" alt="Thumbnail" />
105+
106+
107+
<img src="Screenshot 3.png" alt="Thumbnail" />
108+
109+
110+
<img src="Screenshot 4.png" alt="Thumbnail" />
111+
112+
113+
</article>
114+
115+
116+
</body>
117+
118+
119+
</html>
120+
121+

0 commit comments

Comments
 (0)