git ssb

0+

cel / ssb-invitation-cards



Tree: 4820fa19862722663667a28a0fb741b17c440cc5

Files: 4820fa19862722663667a28a0fb741b17c440cc5 / themes / original.ps

980 bytesRaw
1%!PS-Adobe-3.0
2%%Title: SSB Invitation Cards - cel's original card theme
3%%LanguageLevel: 2
4%%EndComments
5%%BeginProlog
6
7/DrawCardFront {
8 /LiberationSans 16 selectfont
9 (Secure Scuttlebutt Network)
10 126 117 moveto centershow
11
12 /LiberationSans 13 selectfont
13 (Invitation Link:)
14 126 96 moveto centershow
15
16 currentrgbcolor
17 0 0 1 setrgbcolor
18 /LiberationMono 14 selectfont
19 .25 inch 1 inch moveto
20 url
21 25 14 wrapshow
22 setrgbcolor
23
24 /w 48 def
25 /z 1.5 def
26 126 w z mul 2 div sub
27 12
28 z
29 (small-hermes-hearts-0.eps) DrawEPS
30} def
31
32/DrawCardBack {
33 /LiberationSans 12 selectfont
34 16 117 moveto
35 pub_name show
36
37 /LiberationMono 8 selectfont
38 pub_id
39 16 102 moveto
40 10 id2wrapshow
41
42 /LiberationSans 12 selectfont
43 16 68 moveto
44 op_name show
45
46 /LiberationMono 8 selectfont
47 op_id
48 16 53 moveto
49 10 id2wrapshow
50
51 180 62 1 3 div
52 (rainbow-hermies-strong-border.eps) DrawEPS
53
54 /LiberationSans 10 selectfont
55 12 16 moveto
56 (decentralized - peer-to-peer - off-grid - open source) show
57
58} def
59

Built with git-ssb-web