Skip to content

Instantly share code, notes, and snippets.

@robrocker7
Created October 15, 2012 21:15
Show Gist options
  • Save robrocker7/3895547 to your computer and use it in GitHub Desktop.
Save robrocker7/3895547 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<meta name="description" content=''/>
<link href="/static/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/libs/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/static/css/style.css" rel="stylesheet">
<script type="text/javascript" src="/static/js/jquery.min.js" /></script>
<script type="text/javascript" src="/static/js/common.js" /></script>
</head>
<body id="">
<div class="container">
<div class="row" id="header">
<div class="span6">
<a href="/"><img src="/static/img/eis_logo.png"></a>
</div>
<div class="span6">
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li class="active">
<a href="/">Home</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row" id="hero">
<div class="span6">
<div style="padding-left: 120px">
<div id="hero_slider_container" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="http://127.0.0.1:7002/media/filer_public/2012/10/15/slide1.jpg" style="height: 330px;"/>
</div>
<div class="item">
<img src="http://127.0.0.1:7002/media/filer_public/2012/10/15/slide2.jpg" style="height: 330px;" />
</div>
<div class="item">
<img src="http://127.0.0.1:7002/media/filer_public/2012/10/15/slide3.jpg" style="height: 330px;" />
</div>
<div class="item">
<img src="http://127.0.0.1:7002/media/filer_public/2012/10/15/slide4.jpg" style="height: 330px;" />
</div>
</div>
</div>
</div>
</div>
<div class="span6">
<p><span><strong>Is your IRA locked up within confines of the volatile Stock Market? Tired of high custodial fees? Tired of being told NO, to a good investment?</strong></span></p>
<p>If yes, Easy IRA Solutions can help by creating a Non-Traditional IRA (commonly known as the Checkbook IRA). This IRS approved structure puts YOU in control to freely invest into non-traditional investments.</p>
<p>Truly diversify with a non-traditional IRA. Invest your retirement funds directly into physical precious metals, trust deeds, real estate, ,tax liens, and many other alternative (e.g. non-Wall Street) investments that are not available through a traditional IRA. Of course, you can continue to invest your retirement funds in traditional investments (e.g. stocks, bonds, mutual funds, etc.)</p>
</div>
</div>
<div class="row">
<div class="span4">
<p><span><strong>Self Directed IRA Vs. Checkbook Control</strong></span></p>
<p>There are a lot of people throwing around the term, “Self Directed IRA” Wikipedia defines it as, “A Self-Directed Individual Retirement Arrangement which is an IRA that requires the account owner to make investment decisions and investments on behalf of the retirement plan”...</p>
</div>
<div class="span4">
<p><span><strong>How does a NON-TRADITIONAL </strong><br><strong>CHECKBOOK IRA Work? </strong><br><br></span><span>NON-TRADITIONAL CHECKBOOK IRA is a unique hybrid that utilizes a self directed IRA custodian and specialized legal structure. Basically a NON-TRADITIONAL CHECKBOOK IRA is a vehicle that will help you utilize a self directed custodian for their strengths; eliminate their bureaucracy, red tape while minimizing their fees...</span></p>
</div>
<div class="span4">
<p><strong>Why haven’t I heard about this before?</strong></p>
<p>Since The Employee Retirement Income Security Act (ERISA) was passed in 1974 the big lobbyists for IRA’s were banks and investment firms, since then there has been a common misconception that IRA’s are only allowed to be invested in stocks, bonds, mutual funds, annuities and CD’s. Nothing could be farther from the truth...</p>
</div>
</div>
<div class="row">
<div class="span12">
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12" id="footer">
Easy IRA Solutions &copy; All Rights Reserved
</div>
</div>
<script type="text/javascript" src="/static/libs/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function ($) {
$('.carousel').carousel();
});
//]]>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment