-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
33 lines (33 loc) · 1.09 KB
/
index.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
<?php
include_once $_SERVER['DOCUMENT_ROOT']."/personal"."/includes/header.inc.php";
?>
<div id="left_side">
<img id="big" src="images/photos/OttoPecz02.jpg" width="572" height="372" />
</div>
<div id="right_side">
<div id="representation" class="right-side-div">
<h4>Representation (USA):</h4>
<p>Peggy Hadley Enterprises LTD.</p>
<p>119 W. 57th St. Penthouse North</p>
<p>New York City NY 10019</p>
<p>+1-212-246-2166</p>
<p>[email protected]</p>
</div>
<div id="contact" class="right-side-div">
<h4>Personal contact (Hungary):</h4>
<p>+36-20-335-6717</p>
<p>[email protected]</p>
</div>
<div id="download" class="right-side-div">
<h4>Download:</h4>
<a href="images/photos/OttoPeczHeadshot.jpg">headshot</a>
<br />
<a href="images/OttoPeczResume.pdf">resume</a>
</div>
<!--<div class="harmonicon-title"><a href="#">representation (USA):</a></div>
<div class="harmonicon-title"><a href="#">personal contact (Hungary):</a></div>
<div class="harmonicon-title"><a href="#">download:</a></div>-->
</div> <!-- right-side ends -->
<?php
include_once $_SERVER['DOCUMENT_ROOT']."/personal"."/includes/footer.inc.php";
?>