-
Notifications
You must be signed in to change notification settings - Fork 23
/
ajudar.html
115 lines (115 loc) · 3.68 KB
/
ajudar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<title>Birolipsum</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"
type="text/javascript"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style/style.css" />
<script src="scripts/script.js"></script>
<link rel="shortcut icon" type="image/png" href="Assets/biru5.jpg" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div class="main-content">
<header>
<h1>Birolipsum</h1>
<div class="menu">
<a href="./index.html">Gerador</a>
<a href="./sobre.html">Sobre</a>
<a href="./ajudar.html" id="selected">Contribuir</a>
</div>
</header>
<h2>Github!</h2>
<row>
<a
class="github-button"
href="https://github.com/izmcm/birolipsum/fork"
data-size="large"
data-show-count="true"
aria-label="Fork izmcm/birolipsum on GitHub"
>Fork</a
>
<a
class="github-button"
href="https://github.com/izmcm/birolipsum"
data-size="large"
data-show-count="true"
aria-label="Star izmcm/birolipsum on GitHub"
>Star</a
>
</row>
<h3>Pull Requests</h3>
<ul>
<li>
A gente sabe que novas pérolas surgem o tempo todo e gostaríamos de
manter o nosso dataset atualizado. A forma mais fácil de contribuir é
adicionando novas citações nele. Pula uma linha e dale a nova pérola
do teu presidente, bença. Mas lembra que só citações verdadeiras serão
aceitas.
</li>
<li>
Tem alguma ideia de feature que queria implementar ou problema que tá
super afim de consertar? Só dale!
</li>
</ul>
<h3>
Issue:
</h3>
<ul>
<li>
Viu algum problema ou tem alguma sugestão, mas não tá muito na vibe de
implementar? Abre uma issue que a gente vê isso pra tu!
</li>
</ul>
<h3>Quem fez?</h3>
<div class="author">
<table style="border: none;">
<tbody>
<tr>
<td>
<figure style="margin:0%">
<img
class="avatar"
src="https://avatars3.githubusercontent.com/u/27749679?s=400&v=4"
alt="Izabella Melo"
/>
<figcaption>
<a href="https://github.com/izmcm">Izabella Melo</a>
</figcaption>
</figure>
</td>
<td>
<figure>
<img
class="avatar"
src="https://avatars0.githubusercontent.com/u/18575717?s=400&v=4"
alt="Renata Faria"
/>
<figcaption>
<a href="https://github.com/xReee">Renata Faria</a>
</figcaption>
</figure>
</td>
</tr>
</tbody>
</table>
<p>e mais uma galera que contribuiu com PR's 🧡</p>
<p>
e mais outra galera que luta todo dia contra esse (des)governo
🧡
</p>
</div>
</div>
<footer>
<p>Made by Izabella Melo & Renata Faria</p>
</footer>
</body>
</html>