Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 32 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 class="slide-btm-text">

<ul class="nav navbar-nav navbar-right scrollto">
<li><a href="#vision">Vision</a></li>
<li><a href="#features">Highlights</a></li>
<li><a href="#features">Features</a></li>
<li><a href="http://weifund.readthedocs.io">Documentation</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
Expand All @@ -119,41 +119,13 @@ <h2 class="slide-btm-text">
<div class="section-heading text-center">
<h2 class="large section-title"> The WeiFund Vision </h2>
</div>
<h3 class="campaign-head-dark text-center" style="color:grey;"> Our goal is to make crowdfunding user-friendly, secure, and extensible.</h3>
<h3 class="campaign-head-dark text-center" style="color:grey; padding-bottom:40px"> Our goal is to make crowdfunding user-friendly, secure, and extensible.</h3>
<p class="text-center" style="padding:0% 15% 4% 15%; font-size:16px;"> Our purpose is to make crowdfunding user-friendly, thoroughly-tested, and interoperable.
WeiFund is an open platform for crowdfunding campaigns. You can launch a campaign using one of WeiFund’s contract templates or integrate your own smart contracts. Join our mailing list to learn more about our upcoming platform releases.
</p>
</div>
</div>
</div>

<div class="services-section-2 parallax" data-stellar-background-ratio="0.5" style="background-color:white;">
<div class="container">
<div class="row">
<div id="mc_embed_signup" class="col-md-12 text-center">
<form action="//weifund.us10.list-manage.com/subscribe/post?u=5fd10dccde0a9e8f200ae4e44&amp;id=6c94b8c26f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h1 style="color:white;">Subscribe to our Mailing List</h1>
<br>
<div class="mc-field-group">
<label for="mce-EMAIL"><h4 style="font-size:18px; font-weight:100"> EMAIL &nbsp&nbsp&nbsp </h4></label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="&nbsp&nbsp example@email.com" size="25" height="150px;">
</div>

<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<br>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_5fd10dccde0a9e8f200ae4e44_6c94b8c26f" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-lg btn-theme-color" style="color:white;"></div>
</div>
</form>
</div>
</div>
</div>
</div><!--services section 1 end-->
</section>

<section id="beta">
Expand Down Expand Up @@ -182,11 +154,40 @@ <h1 class="wow animated fadeInLeft" data-wow-delay="0.3s"><strong>Check out our
</div>
</section>

<section>
<div class="services-section-2 parallax" data-stellar-background-ratio="0.5" style="background-color:white; padding: 30px 0">
<div class="container">
<div class="row">
<div id="mc_embed_signup" class="col-md-12 text-center" style="height:200">
<form action="//weifund.us10.list-manage.com/subscribe/post?u=5fd10dccde0a9e8f200ae4e44&amp;id=6c94b8c26f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h1 style="color:white; font-size:16pt">Subscribe to our Mailing List</h1>
<div class="mc-field-group">
<label for="mce-EMAIL"><h4 style="font-size:14px; font-weight:100"> EMAIL &nbsp&nbsp&nbsp </h4></label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="&nbsp&nbsp example@email.com" size="25" height="150px;">
</div>

<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<br>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_5fd10dccde0a9e8f200ae4e44_6c94b8c26f" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-lg btn-theme-color" style="color:white;"></div>
</div>
</form>
</div>
</div>
</div>
</div><!--services section 1 end-->
</section>

<section id="features" style="background: #F1F1F1;">
<div class="services-section-1" style="padding-top:80px">
<div class="container">
<div class="section-heading text-center">
<h2 class="large section-title">Highlights</h2>
<h2 class="large section-title">Platform Features</h2>
</div>
<!--section heading-->

Expand Down