Adjust photo placement on DJ page
This commit is contained in:
parent
5147c8d525
commit
f2e2df008c
|
@ -31,6 +31,11 @@ img {
|
|||
max-width: 60%;
|
||||
}
|
||||
|
||||
img.right {
|
||||
margin: 1em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #ccc;
|
||||
}
|
||||
|
|
4
dj.mdwn
4
dj.mdwn
|
@ -1,5 +1,7 @@
|
|||
Title: DJ Service
|
||||
|
||||
<img alt="2012 Halloween Party Photo" src="images/dj-setup.jpg" class="right">
|
||||
|
||||
I run audio for the [Los Alamos Derby Dames](http://laderbydames.com/) at
|
||||
their bouts and parties. I have also, since 2008, run sound for various
|
||||
[computing-related contests](http://dirtbags.net/ctf/).
|
||||
|
@ -22,8 +24,6 @@ My mobile DJ setup includes:
|
|||
* Ability to play and mix music from any portable device (iPod, phone, etc.)
|
||||
* Microphones: wired and wireless
|
||||
|
||||
![Photo from 2012 Halloween Party](images/dj-setup.jpg)
|
||||
|
||||
I play using a Stanton SCS.3 with [Mixxx](http://www.mixxx.org/): I am also
|
||||
a code contributor to Mixxx.
|
||||
|
||||
|
|
Loading…
Reference in New Issue