   <style>
.menubutton {
display: none;
}
@media (max-width: 960px) {
    .navigation {
    display:none;
    }
    .menubutton {
    display:block;
    }
   
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="" />
<meta property="og:image" content="">

<meta name="description" content="Learn history from a Christian point-of-view." />
<title>IntelliChristian! History</title>
<link href="///template/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />

<link rel="stylesheet" href="template/mytemplate.css" type="text/css" />



</head>
			<body>
				<div class="body">
                    					<div class="container">
						<header class="header" role="banner">
							<div class="header-inner clearfix">


								<a class="brand pull-left" href="/"></a>	
								
							</div>
							
						</header>
<div><a href='https://intellichristian.com'><img class="menuicons" src="//intellichristian.com/images/skifiya-icon.png"></a><a class='menuicons' href='https://intellichristian.com/writetous'><img src="//intellichristian.org/images/email-icon.png" class="menuicons" ></a><a href='checkout'><img src="//intellich.com/images/shoppingcart.png" class='menuicons' ></a></div>




<div style='clear:both'></div>
<hr />
						<div class="row-fluid">
                        <!--<main id="content" role="main" class="span9">-->
							<main>
<link href="https://fonts.googleapis.com/css?family=Caesar+Dressing|Orbitron|Playball|Aldrich" rel='stylesheet' type='text/css'>



<div class="item-page">
<h1>IntelliChristian History</h1>
<hr />
<p></p>

<div style="box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);padding:20px;min-height:160px">
<b><a href="//history.intellichristian.com/did-ancient-egyptians-believe-in-the-one-god" title="Did ancient Egyptians believe in the One God">Did ancient Egyptians believe in the One God</a></b><p>
<img style="margin-right: 15px; margin-bottom:5px; height:100px;width:100px;float: left;border-radius:5px" src="//history.intellichristian.com/images/MJ%20IntelliChristian-oneandonlygod.jpg" alt=""  />
The masses of ancient Egypt believed in many gods. But there was another religion, known only in the elite circles, priests and educated.</div>
<div style="clear:both"></div>
<hr />
<div style="box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);padding:20px;min-height:160px">
<b><a href="//history.intellichristian.com/dimensions-of-the-parthenon" title="Dimensions of Parthenon">Dimensions of Parthenon</a></b><p>
<img style="margin-right: 15px; margin-bottom:5px; height:100px;width:100px;float: left;border-radius:5px" src="//history.intellichristian.com/images/MJ IntelliChristian-acropolis-parthenon.jpg" alt=""  />
Dimensions of Parthenon - a community building in ancient Greece, where apostle Paul addressed the Athenians as people who are "especially religious"..</div>
<div style="clear:both"></div>
<hr />
<div style="box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);padding:20px;min-height:160px">
<b><a href="//history.intellichristian.com/Helena-mother-of-emperor-Constatine-biography" title="Helena - mother of Emperor Constatine - biography">Helena - mother of Emperor Constantine</a></b><p>
<img style="margin-right: 15px; margin-bottom:5px; height:100px;width:100px;float: left;border-radius:5px" src="//history.intellichristian.com/images/helena.jpg" alt=""  />
Empress Helena, pioneered legalization of Christianity in the Roman Empire, visited and restored holy places in Jerusalem, had a city named after her, and built many temples.</div>
<div style="clear:both"></div>
<hr />



</div>




	

</div>

		


<hr>
<div style="clear:both"></div>
<p>

</p>
	

</div>
</main>
                        <!--</main>-->
                        <!--<div id="aside" class="span3">-->
                        <!-- Begin Right Sidebar -->
                        <!-- End Right Sidebar -->
                        <!--</div> <!-- End Aside -->
						</div>

               								
		</div>
	</div>

	<!-- Footer -->
	<footer class="footer" role="contentinfo">
		<div class="container">
			<hr />
			<a href='//intellichristian.com/writetous'>Contact Us</a> | <a href='https://intellichristian.com/affiliateprogram'>Affiliates</a>
            <div id="social" style="float:right">
            </div>
			<p class="pull-right">
				<a href="#top" id="back-top">
					Back to Top				</a>
			</p>
			<p>
							© IntelliChristian! 		</p>
			
		</div>

	</footer>

	
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9ee6b5dedb5a784e',t:'MTc3NjU0NzE5NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>


<script>
function recordLike(value, id) {
    	var xmlhttp = new XMLHttpRequest();
	document.getElementById("likebutton").style = "float:right;background-color:orange;color:white;padding:5px;";
	var newvalue = value + 1;
	document.getElementById("likes").innerHTML = newvalue;
	xmlhttp.open("GET", "https://intellichristian.com/likebutton?id=" + id, true);
    	xmlhttp.send();
    
}
function showMenu() {
    if(document.getElementById("navigation").style.display == "none") {
        document.getElementById("navigation").style.display = "block";
    } else {
        document.getElementById("navigation").style.display = "none";
    }
}

</script>


