Skip to content

Instantly share code, notes, and snippets.

@Dev1an
Forked from tjdickinson/Welcome box for CESCOL.html
Last active December 13, 2017 15:10
Show Gist options
  • Save Dev1an/2dc65de30552c643cd2ddea8d3faff54 to your computer and use it in GitHub Desktop.
Save Dev1an/2dc65de30552c643cd2ddea8d3faff54 to your computer and use it in GitHub Desktop.
<div id="enter-page-box" style="background: rgba(250, 237, 216, 1); font-family: 'Alegreya Sans';text-align: center; cursor: pointer; width: 45em; padding: 1em; border: 1.5em solid rgba(28, 95, 131, 1)">
<header style="font-family: 'Alegreya SC'; padding: 1em; color: #25639E">
<h2 style="font-size: 1.6em; font-weight: 400">Welcome to the new website of the</h2>
<h1 style="font-size: 1.9em; font-weight: 400">Leuven Catholic English Speaking Community!</h1>
</header>
<section style="font-size: 1.3em">
<p style="margin: 1em 0">Our website is <span style="font-family: Alegreya Sans SC; font-style: italic;">brand new!</span> We’re bringing you a new look, a new domain, and a new adventure.</p>
<p style="margin: 1em 0">You may encounter a few bumps during your visit. If something doesn’t display correctly, look right, etc., please send a message to the webmaster, and we’ll get it fixed.</p>
<p style="margin: 1em 0">Thanks for your feedback, support, and patience as we continue to improve your online experience with our community!</p>
</section>
<div style="padding: 2em; font-size: 1.5em">
<a href="http://www.catholicchurchleuven.be/home.php" style="background: #4598D2; color: white; padding: 0.3em; border: 0.3em solid #25639E; margin: 2em;">And now...CLICK HERE to access the site!</a>
</div>
</div>
<script type="text/javascript">
var box = document.body.addEventListener('click', function() {
window.location.href = "/home.php"
})
</script>
<!-- Don't use this code to insert into WebsiteX5, use the code in the other file instead -->
<!-- This code is only added for development purposes -->
<html>
<head>
<meta name="google-site-verification" content="nHDC6vm9WYumk_iv5HmrbhbNjZWsDFKRUwSWpSbSxM4">
<title>Catholic English Speaking Community of Leuven</title>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="ImageToolbar" content="False" /><![endif]-->
<meta name="author" content="Catholic English Speaking Community of Leuven">
<meta name="generator" content="Incomedia WebSite X5 Evolution 14.0.4.3 - www.websitex5.com">
<meta name="description" content="The website of the Catholic English Speaking Community of Leuven at the church of Sint-Kwinten, a community within the Pastoral Zone of Leuven aan de Dijle.">
<meta name="viewport" content="width=1150">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/style/reset.css?14-0-4-3" media="screen,print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/style/print.css?14-0-4-3" media="print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/style/style.css?14-0-4-3" media="screen,print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/style/template.css?14-0-4-3" media="screen">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/pluginAppObj_08/style.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/pluginAppObj_13/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/pluginAppObj_15/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/pluginAppObj_16/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/pluginAppObj_17/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/pluginAppObj_19/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/imHeader_pluginAppObj_07/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/imHeader_pluginAppObj_08/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/imFooter_pluginAppObj_06/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/imFooter_pluginAppObj_07/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/imSideBar_pluginAppObj_05/custom.css" media="screen, print">
<link rel="stylesheet" type="text/css" href="http://www.catholicchurchleuven.be/pcss/index.css?14-0-4-3-636487130956384493" media="screen,print">
<style>.pkt_added {text-decoration:none !important;}</style><style></style>
</head>
<body>
<div id="imPageExtContainer" style="background: #2d8a46">
<div id="imHTMLObject_01" class="imHTMLObject" style="height: 608px; overflow: auto; text-align: center;">
<!-- Put the box here -->
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment