#extends phd_site
#implements respond
#attr $Title = "Oleg Broytman's Personal Page"
#attr $Description = "Broytman Home Page Index Document"
#attr $Copyright = 1994
#attr $Next = "news.html"
##
#def body_html
<p align="right">"An unknown sailor came home from the coasts of Orion"</p>

<H1>Hello, friend</H1>

<p class="head">
   Welcome to my home page.
</p>

<p class="head">
   His name was Suvlekhim Takatz. My name is
<a href="Oleg_Broytman.html">Oleg Broytman</a>, and these pages are dedicated
to
<A HREF="http://www.planetaquarium.com/eng/">the best poet, composer and
performer</A>. And to myself, beloved.
<A HREF="contacts.html">Contacts</A>.
</p>

#*
<p class="head">
   I am a computer nerd, a computer geek. I am a hacker - informal, even
antiformal creative person! I am not a cracker. I have passions over
technology, computers, communication systems. I love to program computers
and all kind of programmable devices ranging from videorecorders to
cellphones. I love to manage complex computer systems and networks.
</p>
*#

<p class="head">
   See <A HREF="news.html">what have happened lately on the shores</A> and
<A HREF="about/">more about the site</A>.
</p>

<p class="head">
   Here is my <A HREF="resume.html">resume</A> and a
<A HREF="why_phd.html">story why I use nickname <B>phd</B></A>.
</p>

<p class="head">
   There is a <A HREF="Software/">Software House on the Coasts of Orion</A>.
My <A HREF="gpg/">public GPG key</A>.
</p>

<p class="head">
   There are some <A HREF="Texts/">texts</A> and
   <A HREF="Texts/fun/">fun texts</A> in the library.
</p>

<p class="head">
   Welcome to the <A HREF="Russian/">Russian Village on the Coasts of Orion</A>.
</p>

<p class="head">
   See <A HREF="sitemap.html">the sitemap</A> or
   <A HREF="search.html">search the Coasts of Orion</A>.
</p>

<p class="head" align="right">
   <q>Programmers don't die, they just GOSUB without RETURN.</q>
</p>

<p class="head" align="right">
   Paraphrasing Ozzy Osbourne: "I see you, I see you on the other site"
</p>

<p class="head" align="right">
<A HREF="contacts.html">Oleg Broytman &lt;phd@phdru.name&gt;</A>
</p>
#end def
$phd_site.respond(self)
