asm-products/pay-it-forward

View on GitHub
public/tmp/challenge.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>Pay It Forward - Challenge Your Friends</title>

    <!-- Bootstrap Core CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom CSS -->
    <link href="css/styles.css" rel="stylesheet">

    <!-- Custom Fonts -->
    <link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
    <link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="css/paper-collapse.css">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
    
</head>

<body>

    <!-- Navigation -->
    <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
        <div class="container">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="/">Pay It Forward</a>
            </div>
            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav navbar-right">
                    <li>
                        <a href="/about.html">About</a>
                    </li>
                   <li>
                        <a href="/signin.html">Sign Up</a>
                    </li>
                   <!--  <li>
                        <a href="#">Login</a>
                    </li> -->
                </ul>
            </div>
            <!-- /.navbar-collapse -->
        </div>
        <!-- /.container -->
    </nav>
    
    <!-- Jumbotron header -->
    <div class="jumbotron">
        <div class="container">
            <div class="row">
            <div class="col-lg-10 col-lg-offset-1">
              <h1>CHALLENGE</h1>
              <p>Things just got interesting. Who will you challenge to meet your pledge?</p>
          </div>
      </div>
    </div>
    </div>
    <!-- Breadcrumb Nav -->
    <div class="container">
        <div class="row">
            <div class="col-lg-10 col-lg-offset-1">
                <ol class="breadcrumb">
                  <li><a href="choose.html">Choose</a></li>
                  <li><a href="pledge.html">Pledge</a></li>
                  <li><a href="pay.html">Pay</a></li>
                  <li class="active">Challenge</li>
                </ol>
            </div>
        </div>
    </div>


<div class="container">
    <div class="col-lg-10 col-lg-offset-1 challenge-module">
        <p class="lead">Your pledge amount will be charged only if you cannot convince at least 5 of your friends to match your pledge. You can challenge as many friends as you like. Challenge them using the options below.</p>
        <div class="social-challenge">
                <button class="btn btn-primary btn-lg"><i class="fa fa-facebook-square fa-2x fa-fw"></i> Challenge with Facebook</button>
                <button class="btn btn-info btn-lg"><i class="fa fa-twitter-square fa-2x fa-fw"></i> Challenge with Twitter</button>
                <button class="btn btn-danger btn-lg"><i class="fa fa-google-plus-square fa-2x fa-fw"></i> Challenge with Google Plus</button>
            </div>
            
            <p class="lead">or, just copy and share this unique link however you like: http://payitforward.io/6fh&tD <button class="btn btn-default btn-xs">copy</button></p>
        </div>
        </div>
    </div>






    <!-- Footer -->
    <footer>
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <ul class="list-inline">
                        <li>
                            <a href="#home">Home</a>
                        </li>
                        <li class="footer-menu-divider">&sdot;</li>
                        <li>
                            <a href="/about.html">About</a>
                        </li>
                        <li class="footer-menu-divider">&sdot;</li>
                        <li>
                            <a href="#services">FAQ</a>
                        </li>
                    </ul>
                    <p class="copyright text-muted small">Built by the community at <a href="https://assembly.com/pay-it-forward" target="_blank">Assembly</a></p>
                    <p class="copyright text-muted small">Copyright &copy; Pay It Forward 2014. All Rights Reserved</p>
                </div>
            </div>
        </div>
    </footer>

    <!-- jQuery Version 1.11.0 -->
    <script src="js/jquery-1.11.0.js"></script>
    <!-- Bootstrap Core JavaScript -->
    <script src="js/bootstrap.min.js"></script>
</body>

</html>