-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-home.php
More file actions
50 lines (39 loc) · 1.96 KB
/
page-home.php
File metadata and controls
50 lines (39 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
/*
Template Name: Home Page
*/
?>
<?php get_header(); ?>
<div class="home-menu-container">
<ul class="home-menu clearfix wrap">
<li><a href="<?php echo site_url(); ?>/projects">Browse Projects</a></li>
<li><a href="<?php echo site_url(); ?>/create-a-project/">Create a Project</a></li>
</ul>
</div>
<div id="content">
<div id="inner-content" class="wrap clearfix">
<div id="main" class="clearfix" role="main">
<article class="first fourcol box1">
<h2>What is Crowdfunding?</h2>
<p>Crowdfunding is the act of raising funds from the CROWD (You). Clear as mud, right? The CROWD is the term that has been given to a large group of donors or investors all contributing toward a common goal.</p>
</article>
<article class="fourcol box2">
<h2>Who is CrowdBoot?</h2>
<p>CROWDBOOT is a Crowd Funding Platform as defined in the Jumpstart Our Business Startups (JOBS) Act signed into law on April 5, 2012.
<br/>
Our mission is to simplify and speed up the fund raising process for small companies, non-profits, startups, and social entrepreneurs so that they and the CROWD supporting them can impact the economy, faster than ever before.</p>
</article>
<article class="last fourcol box3">
<h2>What customers does CrowdBoot serve?</h2>
<p><strong>Investors / Supporters</strong>
<br/>
Are you an investor looking for a return or a supporter looking to further a cause? Either way CrowdBoot.com will connect you to today’s innovators.
<br/>
<strong>Small Businesses / Startups / Social Entrepreneurs</strong>
<br/>
Create your own custom project and give your ideas wings by becomimg one of the growing CrowdBoot community. CrowdBoot is a fantastic way to raise money and spread the word.</p>
</article>
</div> <!-- end #main -->
</div> <!-- end #inner-content -->
</div> <!-- end #content -->
<?php get_footer(); ?>