-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
7 changed files
with
539 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,110 @@ | ||
<footer id="footer" class="wrapper"> | ||
<footer class="wrapper"> | ||
<div class="inner"> | ||
<div class="bottom"> | ||
<div class="row"> | ||
<div id="footer-copyright"> | ||
© {{ moment(Date.now()).year() }} {{ config.author }} | ||
<div class="top"> | ||
<div class="footer-nav"> | ||
<h5>Get Started</h5> | ||
<ul> | ||
<li> | ||
<a href="https://on.cypress.io/why-cypress">Why Cypress</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/installing-cypress">Install Cypress</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/writing-your-first-test">Write your first test</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/testing-your-app">Test your app</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer-nav"> | ||
<h5>Support</h5> | ||
<ul> | ||
<li> | ||
<a href="https://docs.cypress.io">Documentation</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/chat">Chat</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/faq">FAQ</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/examples">Examples</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer-nav"> | ||
<h5>Developers</h5> | ||
<ul> | ||
<li> | ||
<a href="https://github.com/cypress-io/cypress">Github repo</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/contributing">Contribute</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/changelog">Changelog</a> | ||
</li> | ||
<li> | ||
<a href="https://on.cypress.io/roadmap">Roadmap</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div id="footer-social"> | ||
<ul class="list-unstyled list-inline"> | ||
<div class="footer-nav"> | ||
<h5>Company</h5> | ||
<ul> | ||
<li> | ||
<a href="https://www.cypress.io/about">About</a> | ||
</li> | ||
<li> | ||
<a class="footer-link" href="https://github.com/{{ config.github_main_repo }}"> | ||
<i class="fa fa-github" title="Github Repo"></i> | ||
</a> | ||
<a href="https://www.cypress.io/jobs">Jobs</a> | ||
</li> | ||
<li> | ||
<a class="footer-link" href="https://twitter.com/{{ config.twitter_username }}"> | ||
<i class="fa fa-twitter" title="@{{ config.twitter_username }}"></i> | ||
</a> | ||
<a href="https://on.cypress.io/terms-of-use">Terms</a> | ||
</li> | ||
<li> | ||
<a class="footer-link" href="https://facebook.com/{{ config.facebook_username }}"> | ||
<i class="fa fa-facebook" title="Facebook"></i> | ||
</a> | ||
<a href="https://on.cypress.io/privacy-policy">Privacy</a> | ||
</li> | ||
<li> | ||
<a href="mailto:{{ config.email }}"> | ||
<i class="fa fa-envelope" title="Email us"></i> | ||
</a> | ||
<a href="https://on.cypress.io/blogs-media">Media</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer-form"> | ||
<h5>Send updates to my inbox</h5> | ||
{{ partial('partial/subscribe-form') }} | ||
<div id="footer-social"> | ||
<ul class="list-unstyled list-inline"> | ||
<li> | ||
<a href="https://github.com/{{ config.github_main_repo }}"> | ||
<i class="fa fa-github" title="Github Repo"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://twitter.com/{{ config.twitter_username }}"> | ||
<i class="fa fa-twitter" title="@{{ config.twitter_username }}"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://facebook.com/{{ config.facebook_username }}"> | ||
<i class="fa fa-facebook" title="Facebook"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="mailto:{{ config.email }}"> | ||
<i class="fa fa-envelope" title="Email us"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="bottom"> | ||
<p id="footer-copyright"> | ||
© {{ moment(Date.now()).year() }} {{ config.author }} | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<div class="ac-footer-form"> | ||
<form method="POST" action="https://cypressio.activehosted.com/proc.php" id="_form_1019_" class="form-horizontal" novalidate> | ||
<input type="hidden" name="u" value="1019" /> | ||
<input type="hidden" name="f" value="1019" /> | ||
<input type="hidden" name="s" /> | ||
<input type="hidden" name="c" value="0" /> | ||
<input type="hidden" name="m" value="0" /> | ||
<input type="hidden" name="act" value="sub" /> | ||
<input type="hidden" name="v" value="2" /> | ||
<div class="_form-content form-group"> | ||
<input class="form-control input-md required email" type="text" name="email" placeholder="Your email address" required/> | ||
<div> | ||
<button id="_form_1019_submit" class="input-md button btn btn-success btn-block" type="submit"> | ||
Subscribe | ||
</button> | ||
</div> | ||
<div class="_clear-element"> | ||
</div> | ||
</div> | ||
<div class="_form-thank-you" style="display:none;"> | ||
</div> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.