48 lines
No EOL
1.9 KiB
HTML
Executable file
48 lines
No EOL
1.9 KiB
HTML
Executable file
<!-- FOR INSERT INTO MAIN ELEMENT OF INDEX PAGE -->
|
|
<!-- The Internet Vagabond :: Adventures -->
|
|
|
|
<!-- Adventures Scripts Area -->
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(".adv_li_location").click(function() {
|
|
$(".adv_li_links#" + this.id).css("display", "inline");
|
|
});
|
|
});
|
|
</script>
|
|
<!-- End Adventures Scripts -->
|
|
|
|
<!-- Adventure Subheader area -->
|
|
<div class="subheader">
|
|
<div class="subheader_title">Adventures in The Life of a Vagabond</div>
|
|
<div class="subheader_links">
|
|
<div class="subheader_links_link" alt="Click here to view all my photos." onclick="window.open('https://plus.google.com/108889767571068230161/photos');">Photos</div>
|
|
<div class="subheader_links_link" alt="Click here to view all my videos on YouTube." onclick="window.open('http://www.youtube.com/user/TheInternetVagabond');">Videos</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<!-- End Adventure Subheader area -->
|
|
<br />
|
|
<!-- Content Section -->
|
|
<div class="adv_main">
|
|
<!-- Adventure Log area -->
|
|
<div class="adv_list">
|
|
<div class="adv_list_item">
|
|
<div class="adv_li_location" id="ireland">Ireland</div>
|
|
<div class="adv_li_links" id="ireland">
|
|
<div class="adv_li_links_link">TEXT</div>
|
|
<div class="adv_li_links_link">PICS</div>
|
|
<div class="adv_li_links_link">VIDS</div>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<!-- End Adventure Log area -->
|
|
|
|
<!-- Adventure Content area -->
|
|
<div class="adv_content">
|
|
<p class="adv_info"> The purpose of this page is to provide me a place to share all my adventures I've had, both online and off, throughout the world and the web. It won't be terribly impressive to start, since my journey in both has really just begun, but hopefully this page will evolve to provide a true vagabond's tale.</p>
|
|
</div>
|
|
<!-- End Adventure Content area -->
|
|
|
|
<!-- End Content Section --> |