-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar2.tex
47 lines (42 loc) · 1.44 KB
/
sidebar2.tex
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
%-------------------------------------------------------------------------------
% SIDEBAR 2nd PAGE
%-------------------------------------------------------------------------------
\addtobacksidebar{
\profilesection{About Me}
\aboutme{
The giant panda is a terrestrial animal and primarily spends its life
roaming and feeding in the bamboo forests of the Qinling Mountains and in
the hilly province of Sichuan.
}
\profilesection{Diagrams}
\chartlabel{Bubble Diagram}
\begin{figure}\centering
\smartdiagram[bubble diagram]{
\textcolor{white}{\textbf{Being a}} \\
\textcolor{white}{\textbf{Panda}}, % center bubble
\textcolor{black!90}{Eating},
\textcolor{black!90}{Sleeping},
\textcolor{black!90}{Rolling},
\textcolor{black!90}{Playing},
\textcolor{black!90}{Chilling}
}
\end{figure}
\chartlabel{Wheel Chart}
\wheelchart{4em}{2em}{%
20/3em/maincolor!50/Chill,
15/3em/maincolor!15/Play,
30/4em/maincolor!40/Sleep,
20/3em/maincolor!20/Eat
}
\profilesection{Barskills}
\barskill{\faSkyatlas}{Wearing asian rice hats}{60}
\barskill{\faImage}{Playing Chess}{30}
\barskill{\faMusic}{Playing the bamboo flute}{50}
\profilesection{Memberships}
\begin{memberships}
\membership[4em]{pics/logo.png}{PandaScience.net}
\membership[4em]{pics/logo.png}{Some long text spanning over more than
only one line}
\membership[4em]{pics/logo.png}{\rule{\linewidth}{1pt}}
\end{memberships}
}