<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- Welcome! So you like to check my code? Be my Guest! You can freely copy the style, But contact me for an explicit permission if you would like to copy any content! -->
   <!--- Basic Page Needs
   ================================================== -->
   <meta charset="utf-8">
	<title>Rohith Rajamony</title>
	<meta name="description" content="">
	<meta name="author" content="">

   <!-- Mobile Specific Metas
   ================================================== -->
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

	<!-- CSS
    ================================================== -->
   <link rel="stylesheet" href="css/default.css">
	<link rel="stylesheet" href="css/layout.css">
   <link rel="stylesheet" href="css/media-queries.css">
   <link rel="stylesheet" href="css/magnific-popup.css">
   <link rel="shortcut icon" href="favicon.png" />

   <!-- Script
   ================================================== -->
	<script src="js/modernizr.js"></script>

   <!-- Favicons
	================================================== -->
	<link rel="shortcut icon" href="favicon.png" >

</head>

<body>
 <!-- To display browser update notification -->
<script type="text/javascript"> 
var $buoop = {vs:{i:9,f:25,o:15,s:6}}; 
$buoop.ol = window.onload; 
window.onload=function(){ 
 try {if ($buoop.ol) $buoop.ol();}catch (e) {} 
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "//browser-update.org/update.js"); 
 document.body.appendChild(e); 
} 
</script> 
 <!-- To display browser update notification End -->	
				  <!-- Header
   ================================================== -->
   <header id="home">

      <nav id="nav-wrap">

         <a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
	      <a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>

         <ul id="nav" class="nav">
            <li class="current"><a class="smoothscroll" href="#home">Home</a></li>
            <li><a class="smoothscroll" href="#about">About</a></li>
	         <li><a class="smoothscroll" href="#resume">Resume</a></li>
            <li><a class="smoothscroll" href="#portfolio">Clicks</a></li>
            <li><a class="smoothscroll" href="#call-to-action">Blog</a></li>
            <li><a class="smoothscroll" href="#testimonials">Testimonials</a></li>
            <li><a class="smoothscroll" href="#contact">Contact</a></li>
         </ul> <!-- end #nav -->
      </nav> <!-- end #nav-wrap -->

      <div class="row banner">
         <div class="banner-text">
            <h1 class="responsive-headline">I'm Rohith.</h1>
            <h3>I'm an experienced I.T. professional who works with Banks, making people's lives easier. A regularly irregular <span>blogger</span>, passionate <span>traveller</span>, active technology addict, a quarter of a <a href="#portfolio"><span>photographer</span></a>, half <span>poet</span>, and 100% <span>human</span>, I'm an ever learning kid, fascinated by anything this world is throwing at me. <a class="smoothscroll" href="#about">Start scrolling</a>
            and learn a bit more <a class="smoothscroll" href="#about">about me</a>.</h3>
            <hr />
            <ul class="social">
               <li><a href="https://www.facebook.com/rohithmvk" target="_blank"><i class="fa fa-facebook"></i></a></li>
               <li><a href="https://twitter.com/rohithmvk" target="_blank"><i class="fa fa-twitter"></i></a></li>
               <li><a href="https://sg.linkedin.com/in/rohithmvk" target="_blank"><i class="fa fa-linkedin"></i></a></li>
               <li><a href="https://www.instagram.com/rohithmvk/"><i class="fa fa-instagram"></i></a></li>
            </ul>
         </div>
      </div>

      <p class="scrolldown">
         <a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
      </p>

   </header> <!-- Header End -->


   <!-- About Section
   ================================================== -->
   <section id="about">

      <div class="row">

         <div class="three columns">

            <img class="profile-pic"  src="images/profilepic.jpg" alt="" />

         </div>

         <div class="nine columns main-col">

            <h2>About Me</h2>
            <blockquote>
            <p>
            Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots.  So far, the universe is winning.
			</p>
			</blockquote>

            <p>Once a developer, always a developer!. I started my career as a developer, on the 2nd of March, 2009, at a <a href="http://en.wikipedia.org/wiki/Mysore" target="_blank">beautiful place</a>, working for <a href="http://www.infosys.com" target="_blank">the Indian I.T. bellwether</a>. <br>
			Five years of experience under my belt, I decided to explore the world further, and joined as a Consultant with <a href="http://www.emiratesnbd.com" target="_blank">a banking conglomerate</a> in Dubai, U.A.E., on 02nd of April, 2014. <br>
			Following successful completion of my assignment, and after exploring another continent, I chose to move back to Singapore. I joined <a href="http://www.dbs.com" target="_blank">Singapore's best</a> bank, on 27th of June 2015, and continue to be part of a team which made it <a href="https://www.dbs.com/newsroom/DBS_named_Best_Bank_in_the_World" target="_blank">World's best</a>. 
			In December 2018, I have moved to <a href="https://www.smbc.co.jp/global/aboutus" target="_blank">another bank</a>, well known for it's trust and tradition.
            </p>

            <div class="row">

               <div class="columns contact-details">

                  <h2>Contact Details</h2>
                  <p class="address">
						   <span>Rohith Rajamony</span><br>
						   <span>#01-232, Block 113<br>
						         Bedok Reservoir Road<br>
								 Singapore.
                     </span><br>
						   <span>(65)9010-3977</span><br>
                     <span>rohith@rohithmvk.com</span>
					   </p>

               </div>

               <div class="columns download">
                  <p>
                     <a href="doc/Rohith_Rajamony_AWS_Digital_Payments_PM.pdf" class="button"><i class="fa fa-download"></i>Download Resume</a>
                  </p>
               </div>

            </div> <!-- end row -->

         </div> <!-- end .main-col -->

      </div>

   </section> <!-- About Section End-->


   <!-- Resume Section
   ================================================== -->
   <section id="resume">

      <!-- Education
      ----------------------------------------------- -->
      <div class="row education">

         <div class="three columns header-col">
            <h1><span>Education</span></h1>
         </div>

         <div class="nine columns main-col">

            <div class="row item">

               <div class="twelve columns">

                  <h3>Mahatma Gandhi University</h3>
                  <p class="info">Bachelor of Technology <span>&bull;</span> <em class="date">July 2008</em></p>

                  <p>
                  I'm a B-Tech Graduate in Electronics and Communication Engineering, graduated from Mahatma Gandhi University, Kottayam, Kerala, India. 
                  </p>

               </div>

            </div> <!-- item end -->

            </div> <!-- item end -->

         </div> <!-- main-col end -->

      </div> <!-- End Education -->


      <!-- Work
      ----------------------------------------------- -->
      <div class="row work">

         <div class="three columns header-col">
            <h1><span>Work</span></h1>
         </div>

         <div class="nine columns main-col">

            <div class="row item">

               <div class="twelve columns">

                  <h3>Sumitomo Mitsui Banking Corporation, Singapore.</h3>
                  <p class="info">Assistant Vice President<span>&bull;</span> <em class="date">December 2018 - Present</em></p>
				  <p>
                  Currently, I am working with <a href="https://www.smbc.co.jp/asia/singapore" target="_blank">SMBC</a>, Singapore. I am part of the Asia Pacific information technology team, which strives to add value to our customers.				  
                  </p>				  
                  <h3>DBS Bank, Singapore.</h3>
                  <p class="info">Business Analyst (Represented through <a href="http://www.kellyservices.com.sg" target="_blank">KELLY Services</a>)<span>&bull;</span> <em class="date">June 2015 - December 2018</em></p>
				  <p>
                  Till December 2018, I worked as a Business Analyst with DBS Bank, Singapore. I was involved in creating the next generation experience in banking, for the customers - <a href="http://www.digibank.in" target="_blank">"digital"</a> - being the buzzword.				  
                  </p>				  
                  <h3>Emirates NBD, Dubai.</h3>
                  <p class="info">Consultant (Represented through <a href="http://www.gavsin.com" target="_blank">GAVS Technologies</a>)<span>&bull;</span> <em class="date">April 2014 - June 2015</em></p>

                  <p>
                  During the period April 2014 - June 2015, I'd worked as a consultant in EmiratesNBD, Dubai. I was involved in the implementation of Finacle Core banking system, for an acquired subsidiary for the bank. My time with EmiratesNBD helped me to gain valuable exposure in many new international standards & methodologies.
                  </p>

               </div>

            </div> <!-- item end -->

            <div class="row item">

               <div class="twelve columns">

                  <h3>Infosys Limited, Singapore.</h3>
                  <p class="info">Senior Systems Engineer<span>&bull;</span> <em class="date">March 2009 - March 2014</em></p>

                  <p>
                  During my 5 years of career with Infosys, I have worked in Core banking implementation projects for a major bank in Singapore. The projects helped me gain valuable knowledge and skills, in a wide range of technical and functional areas. Here, I have grown from a fresher developer, to a seasoned professional.
                  </p>

               </div>

            </div> <!-- item end -->

         </div> <!-- main-col end -->

      </div> <!-- End Work -->


      <!-- Skills
      ----------------------------------------------- -->
      <div class="row skill">

         <div class="three columns header-col">
            <h1><span>Skills</span></h1>
         </div>

         <div class="nine columns main-col">

            <p>Below can be considered as my approximate self rating on  my major skill sets. <br>
			Please visit <span><a href="https://sg.linkedin.com/in/rohithmvk" target="_blank"> my Linkedin profile </a></span>for a detailed view of my skillset, experience, certifications, projects and feedback from my co-workers. <br>
			If you have worked with me in any capacity, It would be great if you can write a recommendation, endorsement or feedback. 
            </p>

				<div class="bars">

				   <ul class="skills">
					   <li><span class="bar-expand photoshop"></span><em>Finacle</em></li>
                  <li><span class="bar-expand illustrator"></span><em>Cloud Architecture</em></li>
						<li><span class="bar-expand wordpress"></span><em>Java</em></li>
						<li><span class="bar-expand css"></span><em>Payments</em></li>
						<li><span class="bar-expand html5"></span><em>SQL,PL/SQL</em></li>
                  <li><span class="bar-expand jquery"></span><em>Business Analysis</em></li>
					</ul>

				</div><!-- end skill-bars -->
            <p>Connect with me if you are interested in professional networking. <br>
				<a href="https://sg.linkedin.com/in/rohithmvk" target="_blank">
				<img src="https://static.licdn.com/scds/common/u/img/webpromo/btn_myprofile_160x33.png" width="160" height="33" border="0" alt="View My profile on LinkedIn">
				</a>
            </p>
			</div> <!-- main-col end -->

      </div> <!-- End skills -->

   </section> <!-- Resume Section End-->


   <!-- Portfolio Section
   ================================================== -->
   <section id="portfolio">

      <div class="row">

         <div class="twelve columns collapsed">

            <h1><span>Check Out Some of My Clicks.</span><br>I'm more of an amateur enthusiast, than a photographer. Excuse me for my mistakes!</h1>

            <!-- portfolio-wrapper -->
            <div id="portfolio-wrapper" class="bgrid-quarters s-bgrid-thirds cf">

          	   <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-01" title="">
                        <img alt="" src="images/portfolio/fishfry.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>Fish Fry - Kerala Style</h5>
                              <p>1.78 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div> <!-- item end -->

               <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-02" title="">
                        <img alt="" src="images/portfolio/waterdrops.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>Water Drops - After Rain</h5>
                              <p>1.57 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div> <!-- item end -->

               <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-03" title="">
                        <img alt="" src="images/portfolio/alappey.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>Alleppey - Backwaters of Kerala</h5>
                              <p>1.01 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div> <!-- item end -->

               <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-04" title="">
                        <img alt="" src="images/portfolio/fireworks.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>Fireworks - Singapore</h5>
                              <p>1.71 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div> <!-- item end -->

               <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-05" title="">
                        <img alt="" src="images/portfolio/maarinabaysands.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>Marina Bay Sands - Singapore</h5>
                              <p>2.26 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div> <!-- item end -->

               <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-06" title="">
                        <img alt="" src="images/portfolio/phuketlady.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>The Golden Lady - Phuket</h5>
                              <p>1.62 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div> <!-- item end -->

               <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-07" title="">
                        <img alt="" src="images/portfolio/rose.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>Rose - Malaysia</h5>
                              <p>1.43 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div> <!-- item end -->

               <div class="columns portfolio-item">
                  <div class="item-wrap">

                     <a href="#modal-08" title="">
                        <img alt="" src="images/portfolio/tomatoes.jpg">
                        <div class="overlay">
                           <div class="portfolio-item-meta">
          					      <h5>Tomatoes - Batam</h5>
                              <p>1.92 MB</p>
          					   </div>
                        </div>
                        <div class="link-icon"><i class="icon-plus"></i></div>
                     </a>

                  </div>
          		</div>  <!-- item end -->

            </div> <!-- portfolio-wrapper end -->

         </div> <!-- twelve columns end -->


         <!-- Modal Popup
	      --------------------------------------------------------------- -->

         <div id="modal-01" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-fishfry.jpg" alt="" />

		      <div class="description-box">
			      <h4>Fish Fry - Kerala Style</h4>
			      <p>Nothing is tastier than King fish fry, marinated with Kerala's unique spices. </p>
               <span class="categories"><i class="fa fa-tag"></i>Food, Kerala</span>
		      </div>

            <div class="link-box">
				 <a href="images/portfolio/modalsfull/m-fishfry.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-01 End -->

         <div id="modal-02" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-waterdrops.jpg" alt="" />

		      <div class="description-box">
			      <h4>Water Drops</h4>
			      <p>After Rain, the drops of water on this handrail, still remind me of the chill in the atmosphere. Clicked at Singapore, bus stop near the place which was my home.</p>
               <span class="categories"><i class="fa fa-tag"></i>Nature, Singapore</span>
		      </div>

            <div class="link-box">
				 <a href="images/portfolio/modalsfull/m-waterdrops.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-02 End -->

         <div id="modal-03" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-alappey.jpg" alt="" />

		      <div class="description-box">
			      <h4>Alleppey - Backwaters of Kerala.</h4>
			      <p>Renowned as the best sceneries in the God's own country, this backwaters of my native place are one of the most beautiful sights I have ever seen on the Earth. Clicked during a trip on a house boat.</p>
               <span class="categories"><i class="fa fa-tag"></i>Nature, Kerala</span>
		      </div>

            <div class="link-box">
				 <a href="images/portfolio/modalsfull/m-alappey.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-03 End -->

         <div id="modal-04" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-fireworks.jpg" alt="" />

		      <div class="description-box">
			      <h4>Show of Lights - Singapore</h4>
			      <p>Singapore welcoming the dawn of 2014, with fireworks in Marina Bay Sands. Photo clicked from Clarke Quay, the place with the most alive, safest night life on Earth.</p>
               <span class="categories"><i class="fa fa-tag"></i>Lights, Singapore</span>
		      </div>

            <div class="link-box">
				 <a href="images/portfolio/modalsfull/m-fireworks.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-04 End -->

         <div id="modal-05" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-maarinabaysands.jpg" alt="" />

		      <div class="description-box">
			      <h4>The Marina Bay Sands</h4>
			      <p>The iconic building of Singapore, on a clear night.</p>
               <span class="categories"><i class="fa fa-tag"></i>Lights, Singapore</span>
		      </div>

            <div class="link-box">
				 <a href="images/portfolio/modalsfull/m-maarinabaysands.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-05 End -->

         <div id="modal-06" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-phuketlady.jpg" alt="" />

		      <div class="description-box">
			      <h4>Golden Lady of Phuket.</h4>
			      <p>Phuket, Thailand. This lady welcomed us at the beginning of the Bangla Road.</p>
               <span class="categories"><i class="fa fa-tag"></i>Night, Thailand</span>
		      </div>

            <div class="link-box">
				<a href="images/portfolio/modalsfull/m-phuketlady.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-06 End -->

         <div id="modal-07" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-rose.jpg" alt="" />

		      <div class="description-box">
			      <h4>A Rose</h4>
			      <p>Simple & Repetitive, but I can't resist posting this rose, which was clicked in Cameron Highlands, Malaysia.</p>
               <span class="categories"><i class="fa fa-tag"></i>Nature, Malaysia</span>
		      </div>

            <div class="link-box">
			     <a href="images/portfolio/modalsfull/m-rose.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-07 End -->

         <div id="modal-08" class="popup-modal mfp-hide">

		      <img class="scale-with-grid" src="images/portfolio/modals/m-tomatoes.jpg" alt="" />

		      <div class="description-box">
			      <h4>Odd-one-out!</h4>
			      <p>Interesting click from Batam, Indonesia, showcasing a mix of colours.</p>
               <span class="categories"><i class="fa fa-tag"></i>Nature, Indonesia</span>
		      </div>

            <div class="link-box">
               <a href="images/portfolio/modalsfull/m-tomatoes.jpg">Full Size</a>
		         <a class="popup-modal-dismiss">Close</a>
            </div>

	      </div><!-- modal-01 End -->


      </div> <!-- row End -->

   </section> <!-- Portfolio Section End-->


   <!-- Call-To-Action Section
   ================================================== -->
   <section id="call-to-action">

      <div class="row">

         <div class="two columns header-col">

            <h1><span>visit my blog.</span></h1>

         </div>

         <div class="seven columns">

            <h2><a href="http://www.rohithmvk.com/blog" target="_blank">Visit my wordpress blog.</a></h2>
            <p><a href="http://www.rohithmvk.com/blog" target="_blank"><span>My wordpress blog</span></a> has a few of my articles, stories, photos and poems, which might be categorized into junks and trashes. Even you can sign up, and post your blogs here. Please note that your account will be activated after my approval.
			</p>

         </div>

         <div class="three columns action">

            <a href="http://www.rohithmvk.com/blog" class="button" target="_blank">Let's go there</a>
            <a href="http://www.rohithmvk.com/blog/wp-login.php" class="button" target="_blank">Sign Up Now</a>

         </div>

      </div>

   </section> <!-- Call-To-Action Section End-->


   <!-- Testimonials Section
   ================================================== -->
   <section id="testimonials">

      <div class="text-container">

         <div class="row">

            <div class="two columns header-col">

               <h1><span>Recommendations</span></h1>

            </div>

            <div class="ten columns flex-container">

               <div class="flexslider">

                  <ul class="slides">

                     <li>
                        <blockquote>
                           <p>Rohith works with a sincere and devoted attitude, with a clear and straight objective in mind, i.e. to achieve the goal/task he undertakes, which helps to rightfully meet the set target well before time.<br>He is always helpful to the respond/resolve the even smallest of doubts I take to him.
                           </p>
                           <cite>Mr. Tanuj Sharma, Technology Lead, Infosys</cite>
                        </blockquote>
                     </li> <!-- slide ends -->

                     <li>
                        <blockquote>
                           <p>Rohith is very dedicated to his work and delivers the same well within timelines with great quality. He has a good knowledge in payments and interfaces. A Quick learner.
                           </p>
                           <cite>Mr. Sumit Gulati,PMP,  Business Analyst, Standard Chartered Bank.</cite>
                        </blockquote>
                     </li> <!-- slide ends -->
                     <li>
                        <blockquote>
                           <p>Rohit is an excellent team player and have expert level experience in Banking domain.Has shown his skills in the Finacle suite of products from Infosys over a long period. 
He is a constant learner and has been an inspiration to a lot of the colleagues. Highly recommended as a team player, A product consultant and a Lead!
                           </p>
                           <cite>Mr. Kiran Sreekumar, Vice President, JPMorgan Chase & Co.</cite>
                        </blockquote>
                     </li> <!-- slide ends -->
                     <li>
                        <blockquote>
                           <p>During his tenure at Emirates NBD, Rohith has worked on a lot of areas of Core Banking Implementation like CRM/Payments/ALM/Teller Operation with complete focus & dedication. His knowledge on Finacle Payments is extensive & upto the mark. He has developed lot of tools, used currently day in & day out by business. Thoroughly committed towards the tasks assigned to him.
                           </p>
                           <cite>Mr. Uravesh Vora, Assistant Manager, Technical Projects & Payment Systems, Network International</cite>
                        </blockquote>
                     </li> <!-- slide ends -->
					 <li>
                        <blockquote>
                           <p>An expert in payments systems. Quick learner. Dedicated and "smart-working" guy.
                           </p>
                           <cite>Mr. Abhijith Krishnan,  Assistant Vice President, Credit Suisse.</cite>
                        </blockquote>
                     </li> <!-- slide ends -->
                  </ul>

               </div> <!-- div.flexslider ends -->

            </div> <!-- div.flex-container ends -->

         </div> <!-- row ends -->

       </div>  <!-- text-container ends -->

   </section> <!-- Testimonials Section End-->


   <!-- Contact Section
   ================================================== -->
   <section id="contact">

         <div class="row section-head">

            <div class="two columns header-col">

               <h1><span>Get In Touch.</span></h1>

            </div>

            <div class="ten columns">

                  <p class="lead">Comments or Criticisms, stones or roses, Feedbacks or recommendations, whatever! Feel free to contact me. Use the form below to send me an email.
                  </p>

            </div>

         </div>

         <div class="row">

            <div class="eight columns">

               <!-- form -->
               <form action="sendmail.php" method="post" id="contactForm" name="contactForm">
					<fieldset>

                  <div>
						   <label for="contactName">Name <span class="required">*</span></label>
						   <input type="text" value="" size="35" id="contactName" name="contactName">
                  </div>

                  <div>
						   <label for="contactEmail">Email <span class="required">*</span></label>
						   <input type="text" value="" size="35" id="contactEmail" name="contactEmail">
                  </div>

                  <div>
						   <label for="contactSubject">Subject</label>
						   <input type="text" value="" size="35" id="contactSubject" name="contactSubject">
                  </div>

                  <div>
                     <label for="contactMessage">Message <span class="required">*</span></label>
                     <textarea cols="50" rows="15" id="contactMessage" name="contactMessage"></textarea>
                  </div>
                  <div>
                     <button class="submit">Submit</button>
                     <span id="image-loader">
                        <img alt="" src="images/loader.gif">
                     </span>
                  </div>
					</fieldset>
				   </form> <!-- Form End -->

               <!-- contact-warning -->
               <div id="message-warning"> Error boy! Can't send it now!</div>
               <!-- contact-success -->
				   <div id="message-success">
                  <i class="fa fa-check"></i>Your message was sent, thank you!<br>
				   </div>

            </div>


            <aside class="four columns footer-widgets">

               <div class="widget widget_contact">

					   <h4>Address and Phone</h4>
					   <p class="address">
						   Rohith Rajamony<br>
						   #07-107, 143 Pasir Ris Street 11<br>
						   Singapore.<br>
						   <span>(65) 901-03977</span>
					   </p>				   
					   
					</div>
					<!--
					<div class="widget widget_tweets">
					<p>
					<a href="doc/Rohith_Rajamony_ITIL_Curriculum_vitae.pdf" class="button" background="#444"><i class="fa fa-download"></i>Download Resume</a>
					</p>
					</div>
					-->
               <div class="widget widget_tweets">

                  <h4 class="widget-title"></h4>
					<a class="twitter-timeline"  href="https://twitter.com/rohithmvk"  data-widget-id="395222408803545088">Tweets by @rohithmvk</a>
					<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
					 </div>

            </aside>

      </div>

   </section> <!-- Contact Section End-->


   <!-- footer
   ================================================== -->
   <footer>

      <div class="row">

         <div class="twelve columns">

            <ul class="social-links">
               <li><a href="https://www.facebook.com/rohithmvk"><i class="fa fa-facebook"></i></a></li>
               <li><a href="https://twitter.com/rohithmvk"><i class="fa fa-twitter"></i></a></li>
               <li><a href="https://sg.linkedin.com/in/rohithmvk/"><i class="fa fa-linkedin"></i></a></li>
               <li><a href="https://www.instagram.com/rohithmvk/"><i class="fa fa-instagram"></i></a></li>
            </ul>

            <ul class="copyright">
               <li>&copy; Copyright 2014 <span>rohithmvk.com</span></li>
               <li>Design credits: <a title="Styleshout" href="https://www.styleshout.com/">Styleshout</a></li>   
            </ul>
         </div>

         <div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>

      </div>

   </footer> <!-- Footer End-->

   <!-- Java Script
   ================================================== -->
   <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
   <script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
   <script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>

   <script src="js/jquery.flexslider.js"></script>
   <script src="js/waypoints.js"></script>
   <script src="js/jquery.fittext.js"></script>
   <script src="js/magnific-popup.js"></script>
   <script src="js/init.js"></script>
				
</body>

</html>
