-
Notifications
You must be signed in to change notification settings - Fork 0
/
branding.html
99 lines (86 loc) · 3.53 KB
/
branding.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Branding of Confraternita dei Bidoni</title>
</head>
<body style="font-family:'Comic Sans MS'; cursor:url('img/cursor-dino.png'), auto">
<h1>Branding - Confraternita dei Bidoni</h1>
<a href="index.html"><img src="img/home.gif" alt="home"></a>
<br><br>
<h2>Logo:</h2>
<img src="img/confraternita-logo-circle.jpg" alt="confraternita-logo-circle" width="300px">
<br><br>
<h2>Stickers:</h2>
<p>Download the official Telegram sticker pack <a href="https://t.me/addstickers/BidoniStateOfMind">here</a>.</p>
<p>Contribute to the stickers from <a href="https://github.com/bonnee/bidoni">this repository</a>.</p>
<br>
<table border="1" cellpadding="10px">
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/source-bidoni.svg" width="300px" />
</td>
<td>
To indicate that an item comes from a generic bidone, you can use this logo.
</td>
</tr>
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/dop.svg" width="300px" />
</td>
<td>
If an item comes from a certified bidone of quality, it is marked as <b>Denominazione d'Origine Protetta</b>.
</td>
</tr>
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/tsg.svg" width="300px" />
</td>
<td>
If the source of an item is a frequent and traditional bidone, it is marked as <b>Traditional Speciality Guaranteed</b>.
</td>
</tr>
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/mostly-recycled.svg" width="300px" />
</td>
<td>
To mark an object that has been constructed or repaired with mostly recycled materials (but nonetheless ends up being sborato).
</td>
</tr>
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/igol-pm.svg" width="300px" />
</td>
<td>
Badge of honor for a member that has the mindset of the Project Manager.
</td>
</tr>
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/local-shopper.svg" width="300px" />
</td>
<td>
Badge of honor for members that usually gather items from local bidoni.
</td>
</tr>
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/recycled-dumpster-material.svg" width="300px" />
</td>
<td>
To indicate that an object has been entirely constructed with trash.
</td>
</tr>
<tr>
<td>
<img src="https://github.com/bonnee/bidoni/raw/main/saved-from-trash.svg" width="300px" />
</td>
<td>
To indicate that an object has been repaired with items taken from the trash.
</td>
</tr>
</table>
<br>
</body>
</html>