-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.pug
71 lines (58 loc) · 1.25 KB
/
index.pug
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
.main-wrapper
.badge.yellow
.circle
i(class='fa fa-bolt')
.ribbon Initiator
.badge.orange
.circle
i(class='fa fa-wheelchair-alt')
.ribbon Disabler
.badge.pink
.circle
i(class='fa fa-pied-piper')
.ribbon Nuker
.badge.red
.circle
i(class='fa fa-shield')
.ribbon Ganker
.badge.purple
.circle
i(class='fa fa-anchor')
.ribbon Durable
.badge.teal
.circle
i(class='fa fa-bicycle')
.ribbon Roamer
.badge.blue
.circle
i(class='fa fa-users')
.ribbon Pusher
.badge.blue-dark
.circle
i(class='fa fa-rocket')
.ribbon Escape
.badge.green
.circle
i(class='fa fa-tree')
.ribbon Jungler
.badge.green-dark
.circle
i(class='fa fa-user fa-street-view')
.ribbon Offlaner
.badge.silver
.circle
span.font AFK
.ribbon Carry
.badge.gold
.circle
i(class='fa fa-magic')
.ribbon Support
footer
a(href="https://www.linkedin.com/in/oliviale/" target="_blank")
i(class="fa fa-linkedin icons")
a(href="https://twitter.com/meowlivia_" target="_blank")
i(class="fa fa-twitter icons")
a(href="https://github.com/oliviale" target="_blank")
i(class="fa fa-github icons")
a(href="https://dribbble.com/oliviale" target="_blank")
i(class="fa fa-dribbble icons")