fda
This commit is contained in:
@@ -6,7 +6,7 @@ description: |
|
||||
(`copy_style.md`), then outputs a well‑structured HTML snippet in `copy/`.
|
||||
model:
|
||||
thinking: low
|
||||
tools: read, write, bash, ask_user, web_search, fetch_content, get_search_content
|
||||
tools: read, write, bash, web_search, fetch_content, get_search_content
|
||||
systemPromptMode: replace
|
||||
inheritProjectContext: true
|
||||
inheritSkills: true
|
||||
@@ -62,6 +62,7 @@ You follow the tone, voice, and formatting rules described in
|
||||
5. **Write Output**
|
||||
- Ensure a `copy/` folder exists inside the project (`mkdir -p`).
|
||||
- Write the HTML to `copy/blog_post.html` using the `write` tool.
|
||||
- Do not write into all folders at /workspace/content this files are only for information
|
||||
|
||||
6. **Confirmation**
|
||||
Return a short summary to the user indicating where the file was saved
|
||||
|
||||
@@ -6,7 +6,7 @@ description: |
|
||||
It records the chosen topic together with a timestamp in this file so that the next run can avoid the last 15 topics.
|
||||
model:
|
||||
thinking: low
|
||||
tools: read, write, bash, ask_user, web_search, fetch_content, get_search_content
|
||||
tools: read, write, bash, web_search, fetch_content, get_search_content
|
||||
systemPromptMode: replace
|
||||
inheritProjectContext: true
|
||||
inheritSkills: true
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
<article class="blog-post" style="font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; line-height: 1.65; color: #111; max-width: 720px; margin: 0 auto;">
|
||||
|
||||
<h1 style="font-size: 2rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 0.4em;">Building a Strong Business Foundation for Small NGOs</h1>
|
||||
|
||||
<h2 style="font-size: 1.1rem; font-weight: 500; color: #475569; margin: 0 0 1.2em;">Turning paperwork chaos into transparent impact in minutes</h2>
|
||||
|
||||
<!-- 1️⃣ Fictional Story -->
|
||||
<p style="font-style: italic;" >(Maya, the Executive Director of a fledgling health‑aid NGO, spent her mornings wading through endless spreadsheets, chasing receipts, and drafting thank‑you emails by hand. Each grant deadline felt like a race against time, and a single missing figure could jeopardise the next round of funding. The stress was palpable – her team’s passion for the mission was constantly eclipsed by the administrative nightmare.)</p>
|
||||
|
||||
<!-- 2️⃣ Neutral System Improvement -->
|
||||
<section style="margin: 1.6em 0;">
|
||||
<p>Modern digital systems can consolidate donor data, automate recurring reports, and provide real‑time dashboards that surface impact metrics without manual aggregation. By centralising financial records and program outcomes, organisations reduce the hours spent on spreadsheet gymnastics and free staff to focus on delivering services.</p>
|
||||
</section>
|
||||
|
||||
<!-- 3️⃣ Solution Explanation -->
|
||||
<section style="margin: 1.6em 0;">
|
||||
<p>Integrated ERP and reporting tools offer a unified view of donations, expenses, and program results. Automation modules handle routine communications—thank‑you notes, periodic impact updates, and compliance filings—while built‑in analytics generate audit‑ready statements at the click of a button. The approach removes the need for a dedicated IT team; cloud‑hosted platforms manage security, backups, and upgrades automatically.</p>
|
||||
</section>
|
||||
|
||||
<!-- 4️⃣ Video Section -->
|
||||
<p>🎥 A/B Testing | Odoo Email Marketing</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/-2t8tZJYi4U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
<!-- CTA -->
|
||||
<p style="margin-top: 2em; font-weight: 500;">
|
||||
When you want to explore how this could work for your organization, you can book a meeting here:<br>
|
||||
<a class="cta" href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ3DDbaiHFlhNhWySszAQoPXE_H73QLqYT3w7H9IYWC76RA_TgNIhLESjb4N7ep_D2D_OyW9q4-c" style="display:inline-block; padding:0.75em 1.5em; background:#0d6efd; color:#fff; border-radius:4px; text-decoration:none;">Book a Demo</a>
|
||||
</p>
|
||||
|
||||
</article>
|
||||
Reference in New Issue
Block a user