Skip to content

andreihribanas/savetigers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • Download install the Stripe library (download it using composer)
    $ composer require stripe/stripe-php
  • Load the Stripe library onto your project
    require_once('vendor/autoload.php');
  • Change Stripe API key with yours: open the server.php file and add your key
    \Stripe\Stripe::setApiKey("sk_yourkeygoeshere");

How to run the project

  • Download / clone project link and from the repository
  • Access the resources using on your local server

Project description

This project represent a presentation website for a fictitious wildlife organization dedicated to fight against the extinctions of animal species, in this case the fight to preserve the tigers species and stop the current extinction process.
The project was created with the purpose to showcase the design skills rather than implement more advanced functionality. Also focused on the responsive design to display on a range of devices.

Project main features

  • Single page application
  • Section to section navigation
  • Donation payments (single charges using stripe.js)

Resources

  • HTML & CSS, PHP, Bootstrap 4, JavaScript
  • Stripe.js for processing donations

Future tasks/bugs to work on

  • Leverage browser caching
  • Subscribing to newsletter
  • Fix tiger last home video
  • Add lightbox plugin to view images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published