-
Notifications
You must be signed in to change notification settings - Fork 2
/
sidebar.php
50 lines (46 loc) · 1.47 KB
/
sidebar.php
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
<div class="thin"><div class="sidebar">
<div class="box">
<div class="head colhead_dark">
<strong>
The Interviewing Process
</strong>
</div>
<div id="newsbody2" class="pad">
<a href="index.php">Welcome!</a><br />
<a href="preparefortheinterview.php">Prepare for the Interview</a><br />
<a href="starting-the-interview.php">Starting the Interview</a><br />
<a href="after-the-interview.php">After the Interview</a><br />
<a href="faq.php">FAQ</a><br />
</div>
</div>
<div class="box">
<div class="head colhead_dark">
<strong>
Knowledge
</strong>
</div>
<div id="newsbody2" class="pad">
<a href="analog-and-digital-music-sources.php">Analog and digital music sources</a><br />
<a href="audio-formats.php">Audio formats</a><br />
<a href="mp3.php">MP3</a><br />
<a href="transcodes.php">Transcodes</a><br />
<a href="torrenting.php">Torrenting</a><br />
<a href="spectral-analysis.php">Spectral analysis</a><br />
<a href="cd-burning-and-cd-ripping.php">CD burning and CD ripping</a><br />
<a href="dupes-and-trumps.php">Dupes & Trumps</a><br />
<a href="orpheus-rules.php">Golden rules of <?=$SITENAME?></a><br />
</div>
</div>
<div class="box">
<div class="head colhead_dark">
<strong>
Extras
</strong>
</div>
<div id="newsbody2" class="pad">
<a href="log-file.php">Sample log file</a><br />
<a href="cue-file.php">Sample cue file</a><br />
<a href="bittorrent-client-whitelist.php">BitTorrent client whitelist</a><br />
</div>
</div>
</div>