HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/www/_html2/contact.html
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="de"> <!--<![endif]--><head>
<meta charset="utf-8">

<!-- scaling not possible (for smartphones, ipad, etc.) -->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />

<title>Iris - A minimal &amp; responsive HTML5/CSS3 Theme - Home</title>


<link href="files/css/fonts.css" rel="stylesheet" type="text/css" />
<link href="files/css/style.css" rel="stylesheet" type="text/css" />
<link href="files/css/isotope.css" rel="stylesheet" type="text/css" />
<link href="files/css/flexslider.css" rel="stylesheet" type="text/css" />
<link href="files/css/fancybox.css" rel="stylesheet" type="text/css" />
<link href="files/jplayer/jplayer.css" rel="stylesheet" type="text/css"  />
<link href="files/css/mqueries.css" rel="stylesheet" type="text/css" media="screen" />

<script src="files/js/jquery-1.7.1.min.js"></script>
<script src="files/js/jquery.modernizr.min.js"></script>

</head>
<body id="portfolio">
<div id="page">

<section id="top">
    <div class="top_inner wrapperoverlay">        
        <div class="widget"><h6>Latest Tweets</h6>
        	<div id="twitter-widget">
            	<ul class="tweet-list">                	<li><span class="tweet_time"><a href="">about 2 hours ago</a></span> <span class="tweet_text">Include your twitter feed or just a normal text widget. <a href="">By this theme here</a></span></li></ul>
            </div>
        </div>
        <a href="" class="showhidetop" title="Show/Hide">open</a>
    </div>
</section> <!-- END top -->


<header id="header">
	<div class="header_inner wrapper">
	
        <div class="header_top clearfix">
            <div id="logo" class="left_float">
                <a class="logotype" href="index.html"><img src="files/images/logo.png" alt="Logotype"></a>  
            </div>
            
            <nav id="nav" class="right_float">
                <ul>
                    <li><a href="index.html">Home</a></li>
                  <li><a href="about.html">About</a></li>
                    <li><a href="shortcodes.html">Features</a>
                      <ul>
                            <li><a href="shortcodes.html">Shortcodes</a></li>
                            <li><a href="pricingtable.html">Pricing Table</a></li>
                            <li><a href="">3r Level</a>
                                <ul>
                                    <li><a href="">Menu Entry one</a></li>
                                    <li><a href="">Menu Entry two</a></li>
                                </ul>
                            </li>
                      </ul>
                    </li>
                    <li><a href="portfolio-4-columns.html">Portfolio</a>
                  <ul>
                            <li><a href="portfolio-4-columns.html">4 Columns</a></li>
                            <li><a href="portfolio-3-columns.html">3 Columns</a></li>
                            <li><a href="portfolio-2-columns.html">2 Columns</a></li>
                            <li><a href="portfolio-ajax.html">Portfolio (Ajax)</a></li>
                            <li><a href="portfolio-single.html">Portfolio Single</a></li>
                      </ul>
                    </li>
                  <li><a href="blog.html">Blog</a></li>
                    <li><a href="contact.html" class="active">Contact</a></li>
                </ul>
            </nav>
            
        </div>
       
    </div>	
</header>


<section id="pagetitle">
	<div class="pagetitle_inner wrapperoverlay">
		<h2><strong>Contact</strong><span class="tagline">Let's keep in touch</span></h2>
    </div>
</section>

   
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>

<section id="map"></section>

<script type="text/javascript">
  function mapinitialize() {
	// FIND YOUR LATITUDE & LONGITUDE  -> http://itouchmap.com/latlong.html  
	var myLatlng = new google.maps.LatLng(-33.86938,151.204834);
	var myOptions = {
	  zoom: 14,
	  center: myLatlng,
	  mapTypeId: google.maps.MapTypeId.ROADMAP
	}
	var map = new google.maps.Map(document.getElementById("map"), myOptions);
	
	var marker = new google.maps.Marker({
		position: myLatlng, 
		map: map,
		title:"Iris Theme"
	});
	
  }
  mapinitialize();
</script>


<section id="main">
    <div class="main_inner wrapper clearfix">
        
        <article>
            <div class="column two_third">
                <h4><strong>Drop us a message</strong></h4>
                <form id="contact-form" class="checkform" action="" target="http://www.YOURSITENAME.com/contact_send.php" method="post">
                    <div>	<label for="name" class="req">NAME *</label>
                            <input type="text" name="name" class="name" value="NAME *" onFocus="if (this.value == 'NAME *') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'NAME *';}"/></div>
                    <div>	<label for="email" class="req">EMAIL *</label>
                            <input type="text" name="email" class="email" value="EMAIL *" onFocus="if (this.value == 'EMAIL *') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'EMAIL *';}"/></div>
                    <div>	<label for="subject">SUBJECT</label>
                            <input type="text" name="subject" class="subject" value="SUBJECT" onFocus="if (this.value == 'SUBJECT') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'SUBJECT';}"/></div>        
                    <div>	<label for="message" class="req">MESSAGE *</label>
                            <textarea name="message" class="message" onFocus="if (this.value == 'MESSAGE *') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'MESSAGE *';}" rows="15" cols="50">MESSAGE *</textarea></div>
                    <div><input class="submit" type="submit" value="Send" name="submit_form" /></div>
                    <input type="hidden" name="fields" value="name,email,subject,message," />
                    <input type="hidden" name="sendto" value="spabrice@gmail.com" />
                    <input type="hidden" name="subject" value="Custom Subject" />
                </form>
                <p id="form-note"><span class="error_icon">Error</span><span class="error_message"><strong>Please check your entries!</strong></span></p>
            </div>
            
            <div class="column one_third last">
                <h4><strong>Contact Info</strong></h4>
                <p>
           		<strong>Iris</strong><br />
                123456 Street Name<br />
                50000 Sydney
                </p>
                <p>
                Phone: (1800) 765-4321<br />
                Fax: (1800) 765-4321<br />
                Website: <a href="">www.yoursitename.com</a><br />
                Email: <a href="">info@yoursitename.com</a>
            	</p>
            </div>
            <div class="clear"></div>
            
        </article>
        
	</div> <!-- END #main_inner -->     
</section> <!-- END #main -->

<section id="bottom">
	<div class="bottom_inner wrapperoverlay">
    	<div class="widget"><h6>Social Media</h6>
            <div class="socialmedia">
                <a class="facebook" href="index.html" target="_blank"><span>Facebook</span></a>
                <a class="twitter" href="index.html" target="_blank"><span>Twitter</span></a>
                <a class="dribbble" href="index.html" target="_blank"><span>Dribbble</span></a>
                <a class="vimeo" href="index.html" target="_blank"><span>Vimeo</span></a>
                <a class="flickr" href="index.html" target="_blank"><span>Flickr</span></a>
                <a class="googleplus" href="index.html" target="_blank"><span>Google+</span></a>
            </div>
        </div>
    </div>
</section> <!-- END #bottom --> <!-- END #bottom -->
    
<footer id="footer">
	<div class="footer_inner wrapper clearfix">
    	<div class="column one_third seperator">
        	<div class="widget">
                <h6 class="sectiontitle">About Iris</h6>
                <div id="text-widget">
                    <p>
                    Sed odio dui. Nulla vitae elit libero, a pharetra augue. Nullam id dolor id nibh ultricies vehicula ut id elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Duis mollis, est non
                    </p>
                    <p>
                    Sed odio dui. Nulla vitae elit libero, a pharetra augue. Nullam id dolor id nibh ultricies vehicula ut id elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Duis mollis, est non
                    </p>
                    <p>
                        <a href="about.html" class="color readmore"><span class="readmoreicon">+</span>read more</a>
                    </p>
                </div>
            </div>
        </div>
        
        <div class="column one_third seperator">
            <div class="widget">
                <h6 class="sectiontitle">Flickr Feed</h6>
                <div id="flickr-widget">
                    <ul class="flickr-list">
                        <li><a href=""><img src="files/images/portfolio/thumb-work_01.jpg"></a></li>
                        <li><a href=""><img src="files/images/portfolio/thumb-work_02.jpg"></a></li>
                        <li><a href=""><img src="files/images/portfolio/thumb-work_03.jpg"></a></li>
                        <li><a href=""><img src="files/images/portfolio/thumb-work_04.jpg"></a></li>
                        <li><a href=""><img src="files/images/portfolio/thumb-work_05.jpg"></a></li>
                        <li><a href=""><img src="files/images/portfolio/thumb-work_06.jpg"></a></li>
                        <li><a href=""><img src="files/images/portfolio/thumb-work_07.jpg"></a></li>
                        <li><a href=""><img src="files/images/portfolio/thumb-work_08.jpg"></a></li>
                    </ul>
                </div>
            </div>
        </div>
        
        <div class="column one_third last seperator">
        	<div class="widget">
            	<h6 class="sectiontitle">Latest Tweets</h6>
            		<div id="twitter-widget">
						<ul class="tweet-list">
                			<li><span class="tweet_time"><a href="">about 5 hours ago</a></span> <span class="tweet_text">Nullam id dolor id nibh ultricies vehicula ut id elit.</span></li>
                			<li><span class="tweet_time"><a href="">about 8 hours ago</a></span> <span class="tweet_text">Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</span></li>
                			<li><span class="tweet_time"><a href="">about 2 days ago</a></span> <span class="tweet_text">Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem.</span></li>
                		</ul>
                    </div>
                </div>
        </div>
	</div>  <!-- END .footer_inner -->
    <div class="footer_bottom clearfix">
    	<div class="left_float">Copyright © 2012 by Iris. All rights reserved</div>     
        <div class="right_float">Created by <a href="">Spab Rice</a> for <a href="">Themeforest</a></div>
    </div>
</footer> <!-- END #footer -->

<a href="" class="totop" title="Back to top">ToTop</a>

</div> <!-- END #page -->


<!-- jquery -->
<script src="files/js/jquery.isotope.min.js"></script>
<script src="files/js/jquery.flexslider-min.js"></script>
<script src='files/js/jquery.easing.1.3.js'></script>
<script src='files/js/jquery.easing.compatibility.js'></script>
<script src="files/js/jquery.fancybox.pack.js"></script>
<script src="files/jplayer/jquery.jplayer.min.js"></script>
<script src="files/js/script.js"></script>


</body>
</html>