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') %>
</head>
<%- include('header') %>
<input id="chief_passage_id"type="hidden" value="root"name="">
<br><br><br><br><br><br>
<div style="margin:auto;text-align:center;">
<h3>Cash Pool:</h3>
<h1><span style="color:gold;font-size:1.3em;">$<%=usd%></span></h1>
<h1 style="font-size:3em;">Invest.</h1>
<h2><a target="_blank"href="<%=donateLink%>">Custom Amount</a></h2>
<h2><a target="_blank"href="<%=subscribeLink%>">Subscribe</a></h2>
<%if(user && user.subscribed){%>
<h5 id="cancel-subscription"style="font-weight:normal;color:red;cursor:pointer;">Cancel Active Subscription</h5>
<%}%>
<!-- <h5>(Subscriber stars are multiplied by the number of months subscribed.)</h5> -->
<h3 style="margin-top:50px;">All Funds distributed monthly to Users based on merit (stars invested).</h3>
<h3 style="margin-top:30px;">Investors/subscribers recieve an equivalent in stars.</h3>
<!-- <h5 style="font-weight: normal; color: red;">Get Paid Monthly by Investing Stars in Projects.</h5> -->
<br><br>
</div>
<%- include('footer') %>