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">
</head>
<body>
<%- include('header') %>
<%- include('header2') %>
<%- include('member_box') %>
<div id="middle">
<div id="wrapper" >
<div class="slider-wrapper theme-default">
<div id="slider" class="nivoSlider">
<img src="/extra/slider/26.jpg" title="A place where your ideas become reality."/>
<!-- <img src="/slider/3.jpg" title="A place where you can create."/> -->
<img src="/extra/slider/8.jpg" title="A place where you can learn."/>
<img src="/extra/slider/20.jpg" title="A place where you can collaborate with people from all over the world."/>
<!-- <img src="/slide/25.jpg" title="A place where you can be different."/> -->
</div>
</div>
</div>
</div>
<div id="mobile-middle">
<img style="width:100%;"src="/extra/slider/26.jpg" title="A place where your ideas become reality."/>
</div>
<div id="mid_bar" class="bar"style="padding:0px;">
<ion-icon style="font-size:4em;color:black"></ion-icon>
<a id="tour-link"style="color:#000"class="fa fa-play-circle fa-4x"></a>
</div>
<div id="main2">
<div id="main-body">
<span class="lead i">Be productive, creative, and social at the same time.</span>
<br><br><br><br>
<a href="#idea"class="feature">
<i class="fa fa-lightbulb-o fa-4x"></i><br>
Idea
</a>
  
<i class="feature">
<i class="fa fa-plus fa-3x math-icon"></i><br>
</i>
  
<a href="#information"class="feature">
<i class="fa fa-globe fa-4x"></i><br>
Information
</a>
  
<i class="feature">
<i class="fa fa-plus fa-3x math-icon"></i><br>
</i>
  
<a href="#collaboration"class="feature">
<i class="fa fa-users fa-4x"></i><br>
Collaboration
</a>
  
<i class="feature">
<i class="fa fa-plus fa-3x math-icon"></i><br>
</i>
  
<a href="#freedom"class="feature">
<i class="fa fa-flag fa-4x"></i><br>
Freedom
</a>  
<span class="fa-4x math-icon">=</span>  
<a href="#amazing"class="feature">
<i class="fa fa-check fa-4x"></i><br>
Something Amazing
</a>
<br>
<br>
<br>
<br>
<div id="idea"class="panel panel-default">
<div class="panel-heading">
<span class="panel-title lead"><i class="fa fa-lightbulb-o fa-lg"></i> Come up with an idea.</span>
</div>
<div class="panel-body lead">
Infinity makes it easy to come up with ideas. <br> Consult the community for advice or check out
the Projects page for inspiration. <br> And it doesn't just have to be your own idea that
captures your imagination: <br> The Forums are teeming with brilliant discussions
and several projects are awaiting more contributors.
<br><br>
<!-- <button class="btn">Launch Your Idea</button> -->
</div>
</div>
<br>
<div id="information"class="panel panel-default">
<div class="panel-heading">
<span class="panel-title lead"><i class="fa fa-globe fa-lg"></i> Learn more about what you want to do.</span>
</div>
<div class="panel-body lead">
One of the most difficult things about starting a project is that you never seem to know enough. <br>
Time to forget your troubles: The Infinity-Forum community boasts a wide variety of people in every field. <br>
Use our social tools to get into contact with some potential partners and mentors. <br>
And Infinity isn't all just business, either! <br>
Take advantage of community activities to make real friends who share your interests.
<br><br>
<!-- <button class="btn btn-success">Learn Something New</button> -->
</div>
</div>
<br>
<div id="collaboration"class="panel panel-default">
<div class="panel-heading">
<span class="panel-title lead"><i class="fa fa-users fa-lg"></i> Find people to help you do it.</span>
</div>
<div class="panel-body lead">
Now that you have an idea and the knowledge to pursue it, your going to need some help. <br>
Time to start networking and getting your idea out there. <br>
Start a project and invite people, public or private. <br>
Use the Infinity Workspace to keep track of what needs to get done. <br>
And pay attention to rankings and statistics to keep an eye out for interesting people.
<br><br>
<!-- <button class="btn btn-primary">Find Awesome People</button> -->
</div>
</div>
<br>
<div id="freedom"class="panel panel-default">
<div class="panel-heading">
<span class="panel-title lead"><i class="fa fa-flag fa-lg"></i> Take advantage of the freedom Infinity-Forum offers.</span>
</div>
<div class="panel-body lead">
Freedom of knowledge and the power to use it is the defining concept here. <br>
We actually make it a priority to work with our fellow community members. <br>
We provide free plans for groups that require it. <br>
We support open source. <br>
Infinity-Forum was designed to be a pathway to success, for anyone. <br>
The last thing we will do is get in the way.
<br><br>
<!-- <button class="btn btn-danger">Contribute</button> -->
</div>
</div>
<br>
<i id="amazing"class="fa fa-check fa-4x"></i>
<p class="lead">
<h2>
In just one place, make your dreams come to fruition. <br>
What will you create?
<br><br>
<!-- <button class="btn btn-warning">Get Started</button> -->
</h2>
<br>
<br>
<br>
</p>
</div>
</div>
</div>
<script type="text/javascript">
var specials = ['#idea', '#information', '#collaboration', '#freedom', '#amazing'];
$('a[href*=#]').click(function() {
alert(1);
if($.inArray($(this).attr('href'), specials) !== -1){
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
}
});
</script>
</body>