23 KiB
Executable File
23 KiB
Executable File
Example Political Apps
In addition to Change Maker, bnkops has already completed development on plugins for newsletters, email targeting, and micro sites. These technologies are also highly customizable, free to deploy, and actively maintained by bnkops.
bnkops will bake these plugins directly into the installation process for Change Maker (V4 here we come). For now, manuals for installation, hosting, and deployment can be found at repo.bnkops.com.
Email Button
Insert a counter button to email local council members in Edmonton. Example:
</head>
</html>
</html>
🎼
🎵
🎵
The revolution will be sung before it is written
✨
Newsletter
bnkops uses listmonk for its newsletter management. An example deployment:
<html> <head> </head>📫 Subscribe for Updates
<div class="form-group">
<label class="form-label" for="email">Email Address</label>
<input
type="email"
id="email"
name="email"
class="form-input"
placeholder="your@email.com"
required
/>
</div>
<div class="form-group">
<label class="form-label" for="name">Name (Optional)</label>
<input
type="text"
id="name"
name="name"
class="form-input"
placeholder="Your name"
/>
</div>
<div class="checkbox-group">
<input
type="checkbox"
id="updates"
name="l"
class="checkbox-input"
checked
value="038eb469-e141-435d-86eb-2ab4df20cf9c"
/>
<label class="checkbox-label" for="updates">
Periodic Updates (~1 Weekly)
</label>
</div>
<button type="submit" class="submit-button">
Subscribe
</button>
Simple Target
Simple Target is a bnkops app that facilitates a email campaign pointed at a inbox. These can be embedded with ease.