-
Notifications
You must be signed in to change notification settings - Fork 1
/
easy-to-use.html
47 lines (38 loc) · 1.39 KB
/
easy-to-use.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: default
title: Campaign Creation
extra_head: |
<link rel="stylesheet" href="/assets/css/slides.css" />
extra_scripts: |
<script src="/assets/js/jquery.slides.js"></script>
<script>
$(function(){
$("#slides").slidesjs({
navigation: {
active: false,
},
width: 1048,
height: 800
});
});
</script>
---
<div class="box container">
<header>
<h2>Simple Interface</h2>
</header>
<section>
<p>CallPower has a clean and user-friendly design, to make it easy to create and alter campaigns on-the-fly. We understand rapid-response organizing and built CallPower from the ground up for the modern web.</p>
<div id="slides">
<img src="/images/screenshots/1-dashboard.png">
<img src="/images/screenshots/2-create.png">
<img src="/images/screenshots/3-1-audio.png">
<img src="/images/screenshots/3-2-record.png">
<img src="/images/screenshots/3-3-playback.png">
<img src="/images/screenshots/3-4-versions.png">
<img src="/images/screenshots/4-launch.png">
<a href="#" class="slidesjs-previous slidesjs-navigation"><i class="icon fa-arrow-left"></i></a>
<a href="#" class="slidesjs-next slidesjs-navigation"><i class="icon fa-arrow-right"></i></a>
</div>
</section>
</div>