commit bd8e865b16cb11530f4b2e8fa80dfb2460b07822
Author: root <root@hub.scroll.pub>
Date: 2025-01-13 00:07:16 +0000
Subject: Initial commit
diff --git a/feed.scroll b/feed.scroll
new file mode 100644
index 0000000..8090681
--- /dev/null
+++ b/feed.scroll
@@ -0,0 +1,2 @@
+buildRss
+printFeed All
\ No newline at end of file
diff --git a/footer.scroll b/footer.scroll
new file mode 100644
index 0000000..df06393
--- /dev/null
+++ b/footer.scroll
@@ -0,0 +1,3 @@
+importOnly
+center
+scrollVersionLink
\ No newline at end of file
diff --git a/header.scroll b/header.scroll
new file mode 100644
index 0000000..c90cfcc
--- /dev/null
+++ b/header.scroll
@@ -0,0 +1,14 @@
+importOnly
+buildHtml
+buildTxt
+homeButton
+leftRightButtons
+baseUrl https://coldcraft.scroll.pub
+metaTags
+editButton
+editBaseUrl /edit.html?folderName=coldcraft.scroll.pub&fileName=
+metaTags
+style.css
+script.js
+container
+printTitle
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..e2fc45b
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,4 @@
+title ColdCraft: The Art of Writing Genuine, Helpful, and Fantastic Cold Emails
+header.scroll
+printSnippets All
+footer.scroll
\ No newline at end of file
diff --git a/prompt.json b/prompt.json
new file mode 100644
index 0000000..d8b8773
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "0f72b876-03a2-4ae9-994d-ee1c3f95e778",
+ "object": "chat.completion",
+ "created": 1736726816,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\ncoldcraft.scroll.pub\n---index.scroll---\ntitle ColdCraft: The Art of Writing Genuine, Helpful, and Fantastic Cold Emails\nheader.scroll\nprintSnippets All\nfooter.scroll\n---the-science-of-cold-emails.scroll---\ntitle The Science of Cold Emails: Why Personalization Wins\ntags All\nheader.scroll\nCold emails are often dismissed as spam, but when done right, they can be a powerful tool. According to a study by HubSpot, personalized emails improve click-through rates by 14% and conversion rates by 10%. The key? Genuine personalization. \n\nStart with research. Know your recipient’s pain points, achievements, and interests. Mention something specific about their work or company. Avoid generic templates—your email should feel like it was written just for them.\n\nPro tip: Use their name in the subject line. Emails with personalized subject lines are 26% more likely to be opened. But don’t stop there. Tailor the body to show you’ve done your homework. A little effort goes a long way.\nfooter.scroll\n---the-art-of-being-helpful.scroll---\ntitle The Art of Being Helpful: How to Write Cold Emails That Actually Add Value\ntags All\nheader.scroll\nThe best cold emails don’t ask for anything—they offer something. A 2023 study by SuperOffice found that 62% of recipients are more likely to respond if the email provides clear value upfront. \n\nHere’s how to nail it:\n1. **Lead with value**: Share a resource, insight, or solution that aligns with their needs.\n2. **Be concise**: Keep it under 150 words. Respect their time.\n3. **End with a soft ask**: Instead of demanding a meeting, suggest a next step that feels natural, like “Would love your thoughts on this.”\n\nRemember, the goal isn’t to sell—it’s to start a conversation. Be helpful, not pushy. Your generosity will set you apart.\nfooter.scroll\n---header.scroll---\nimportOnly\nbuildHtml\nbuildTxt\nhomeButton\nleftRightButtons\nbaseUrl https://coldcraft.scroll.pub\nmetaTags\neditButton\neditBaseUrl /edit.html?folderName=coldcraft.scroll.pub&fileName=\nmetaTags\nstyle.css\nscript.js\ncontainer\nprintTitle\n---feed.scroll---\nbuildRss\nprintFeed All\n---footer.scroll---\nimportOnly\ncenter\nscrollVersionLink\n---style.css---\n:root {\n --primary: #1a73e8;\n --secondary: #34a853;\n --background: #f5f5f5;\n --text: #202124;\n --accent: #fbbc05;\n}\n\nbody {\n font-family: 'Georgia', serif;\n line-height: 1.6;\n margin: 0;\n padding: 0;\n background: var(--background);\n color: var(--text);\n}\n\n.container {\n max-width: 800px;\n margin: 0 auto;\n padding: 20px;\n}\n\nh1, h2, h3 {\n color: var(--primary);\n}\n\na {\n color: var(--secondary);\n text-decoration: none;\n}\n\na:hover {\n text-decoration: underline;\n}\n\nheader {\n text-align: center;\n margin-bottom: 40px;\n}\n\nheader h1 {\n font-size: 2.5rem;\n margin: 0;\n}\n\nheader p {\n font-size: 1.2rem;\n color: #666;\n}\n\nfooter {\n text-align: center;\n margin-top: 40px;\n padding: 20px 0;\n border-top: 1px solid #ddd;\n}\n\n@media (max-width: 600px) {\n .container {\n padding: 10px;\n }\n\n header h1 {\n font-size: 2rem;\n }\n\n header p {\n font-size: 1rem;\n }\n}\n---script.js---\n// Smooth scrolling for anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n});\n\n// Dynamic header background\nwindow.addEventListener('scroll', () => {\n const header = document.querySelector('header');\n if (window.scrollY > 50) {\n header.style.backgroundColor = 'rgba(255, 255, 255, 0.9)';\n } else {\n header.style.backgroundColor = 'transparent';\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 402,
+ "completion_tokens": 997,
+ "total_tokens": 1399,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 402
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..52a669f
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,3 @@
+# coldcraft.scroll.pub
+
+blog generated by DeepSeek from prompt: a blog about writing geniunie helpful and fantastic cold emails
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..6427fde
--- /dev/null
+++ b/script.js
@@ -0,0 +1,19 @@
+// Smooth scrolling for anchor links
+document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+});
+
+// Dynamic header background
+window.addEventListener('scroll', () => {
+ const header = document.querySelector('header');
+ if (window.scrollY > 50) {
+ header.style.backgroundColor = 'rgba(255, 255, 255, 0.9)';
+ } else {
+ header.style.backgroundColor = 'transparent';
+ }
+});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..0acfcc5
--- /dev/null
+++ b/style.css
@@ -0,0 +1,71 @@
+:root {
+ --primary: #1a73e8;
+ --secondary: #34a853;
+ --background: #f5f5f5;
+ --text: #202124;
+ --accent: #fbbc05;
+}
+
+body {
+ font-family: 'Georgia', serif;
+ line-height: 1.6;
+ margin: 0;
+ padding: 0;
+ background: var(--background);
+ color: var(--text);
+}
+
+.container {
+ max-width: 800px;
+ margin: 0 auto;
+ padding: 20px;
+}
+
+h1, h2, h3 {
+ color: var(--primary);
+}
+
+a {
+ color: var(--secondary);
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+header {
+ text-align: center;
+ margin-bottom: 40px;
+}
+
+header h1 {
+ font-size: 2.5rem;
+ margin: 0;
+}
+
+header p {
+ font-size: 1.2rem;
+ color: #666;
+}
+
+footer {
+ text-align: center;
+ margin-top: 40px;
+ padding: 20px 0;
+ border-top: 1px solid #ddd;
+}
+
+@media (max-width: 600px) {
+ .container {
+ padding: 10px;
+ }
+
+ header h1 {
+ font-size: 2rem;
+ }
+
+ header p {
+ font-size: 1rem;
+ }
+}
\ No newline at end of file
diff --git a/the-art-of-being-helpful.scroll b/the-art-of-being-helpful.scroll
new file mode 100644
index 0000000..236583f
--- /dev/null
+++ b/the-art-of-being-helpful.scroll
@@ -0,0 +1,12 @@
+title The Art of Being Helpful: How to Write Cold Emails That Actually Add Value
+tags All
+header.scroll
+The best cold emails don’t ask for anything—they offer something. A 2023 study by SuperOffice found that 62% of recipients are more likely to respond if the email provides clear value upfront.
+
+Here’s how to nail it:
+1. **Lead with value**: Share a resource, insight, or solution that aligns with their needs.
+2. **Be concise**: Keep it under 150 words. Respect their time.
+3. **End with a soft ask**: Instead of demanding a meeting, suggest a next step that feels natural, like “Would love your thoughts on this.”
+
+Remember, the goal isn’t to sell—it’s to start a conversation. Be helpful, not pushy. Your generosity will set you apart.
+footer.scroll
\ No newline at end of file
diff --git a/the-science-of-cold-emails.scroll b/the-science-of-cold-emails.scroll
new file mode 100644
index 0000000..bdd019d
--- /dev/null
+++ b/the-science-of-cold-emails.scroll
@@ -0,0 +1,9 @@
+title The Science of Cold Emails: Why Personalization Wins
+tags All
+header.scroll
+Cold emails are often dismissed as spam, but when done right, they can be a powerful tool. According to a study by HubSpot, personalized emails improve click-through rates by 14% and conversion rates by 10%. The key? Genuine personalization.
+
+Start with research. Know your recipient’s pain points, achievements, and interests. Mention something specific about their work or company. Avoid generic templates—your email should feel like it was written just for them.
+
+Pro tip: Use their name in the subject line. Emails with personalized subject lines are 26% more likely to be opened. But don’t stop there. Tailor the body to show you’ve done your homework. A little effort goes a long way.
+footer.scroll
\ No newline at end of file