-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicture-disc-records.php
35 lines (32 loc) · 1.2 KB
/
picture-disc-records.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
<?php
$pageTitle = 'Picture Disc Records';
include('./templates/header.php');
?>
<section>
<h1>Picture Disc Records</h1>
<div class="blockquote">
<p>
<img ALIGN="Top" src="assets/images/PictureDisks/Jessica1small.jpg" ><br>
4” 1:30 Minutes/Side max cut time<br>
5” 2:30 Minutes/Side max cut time<br>
6” 3:30 Minutes/Side max cut time<br>
7” 5:30 Minutes/Side max cut time<br>
8” 8:30 Minutes/Side max cut time<br>
***NOTE: Some automatic return turntables will not play any discs smaller than a 7"<br>
</p></div>
</section>
<section>
<h1>Examples</h1>
<div class="blockquote">
<p>
<img width="225px" src="assets/images/PictureDisks/Bedphonesmall.jpg" >
<img width="225px" src="assets/images/PictureDisks/Jessica2small.jpg" >
<img width="225px" src="assets/images/PictureDisks/Marcosmall.jpg" >
<img width="225px" src="assets/images/PictureDisks/Marco2small.jpg" >
<img width="225px" src="assets/images/PictureDisks/Owensmall.jpg" >
<img width="225px" src="assets/images/PictureDisks/Uspurersmall.jpg" >
</p></div>
</section>
<?php
include('./templates/footer.php');
?>