Getting started
An overview of Tiempo, folder structure, included files, how to use and setting up.
What's included
Every downloaded copy of Tiempo is compressed in a folder. Once downloaded, unzip the folder to get a structure like this:
tiempo/
├── js/
│ ├── tiempo.js
│ └── jquery.mb.YTPlayer.js
├── css/
│ ├── animate.min.css
│ ├── dark.cs
│ ├── light.css
│ ├── style.css
│ └── tiempo.css
├── images/
│ ├── circle-pattern.png
│ ├── stripe-pattern.png
│ ├── tiempo.png
│ ├── tiempo@2x.png
│ └── tiempo-favicon.png
├── php/
│ ├── Mailchimp/
│ │ ├── Campaigns.php
│ │ ├── Conversations.php
│ │ ├── Ecomm.php
│ │ ├── Exceptions.php
│ │ ├── Folders.php
│ │ ├── Gallery.php
│ │ ├── Goal.php
│ │ ├── Helper.php
│ │ ├── Lists.php
│ │ ├── Mobile.php
│ │ ├── Neapolitan.php
│ │ ├── Reports.php
│ │ ├── Templates.php
│ │ ├── Users.php
│ │ └── Vip.php
│ ├── contact.php
│ ├── Mailchimp.php
│ └── subscribe.php
├── readme.html
└── index.html
The download includes all the files needed to use Tiempo:
- tiempo.js for configuration and functionality
- css/ folder with different styles
- php/ folder with files related to emailing
- index.html the template
- readme.html