Infinity Forum
Christian Engineering Solutions (CES) is a Not for Profit Organization specializing in collaborative solutions development for the Church. In the Spirit of Jesus Christ, we are to spread the gospel throughout the Earth, taking care to be good examples of Christ Jesus by serving others. CES is designed to help the Church meet these goals in the most rigorous manner possible.
Our Technology is scripture based in its goals and foundations. Open-Source and Free, one may use our services to both learn and solve problems with the goals of helping others and growing closer to God.
<%- include('html_head') %>
<link rel="stylesheet" type="text/css" href="/extra/slider/slide.css" />
<!-- <link rel="stylesheet" type="text/css" href="/infinity/css/start.css" /> -->
<script type="text/javascript" src="/extra/slider/jquery.nivo.slider.js"></script>
<link rel="stylesheet" type="text/css" href="/css/new.css">
<link rel="stylesheet" type="text/css" href="/css/mobile.css">
</head>
<body>
<%- include('header') %>
<%- include('header2', {
page: 'start'
}) %>
<%-include('menu')%>
<%-include('sidebar')%>
<%- include('member_box') %>
<input id="chief_passage_id"type="hidden" value="<%=passage.id || root%>"name="">
<input type="hidden" value="messages", id="is_profile"/>
<input type="hidden" id="selection">
<div id="page_title_container">
<%if(passage.parent != null){%>
<div data-url="/passage/<%=encodeURIComponent(passage.parent.title)%>/<%=passage.parent._id%>"id="parent_title"><%=passage.parent.title%></div>
<%}%>
<%if(passageTitle){%>
<div id="page_title"><%= decodeURIComponent(passageTitle)%></div>
<%}%>
</div>
<%if(passages){%>
<input type="hidden" id="search">
<input id="search_messages"placeholder="Search Messages..." type="" name="" autocomplete="off">
<%}else if (passage){%>
<input id="search"placeholder="Search Solutions..." type="hidden" name="" autocomplete="off">
<input id="search_passage"placeholder="Search <%=passage.title%>..." type="" name="" autocomplete="off">
<%} %>
<br id="top_spacer">
<div id="passage_wrapper">
<!-- Show passage list or search list -->
<%if(passages){%>
<%- include('passages') %>
<%}else if (passage){%>
<!-- Just show one passage -->
<%- include('passage', {passage: passage, sub: sub, subPassages: subPassages}) %>
<%} %>
</div>
<div id="passage_form_wrapper"></div>
<br>
</div>
<%if(passages){%>
<div class="passage"id="view_more">View More</div>
<%}else if (passage && passage.public == true){%>
<div class="passage"id="view_more">View More</div>
<%} %>
<%- include('footer') %>