-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewsletter.html
86 lines (83 loc) · 3.56 KB
/
newsletter.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cybersecurity Social Posts</title>
<link rel="stylesheet" href="newsletter.css">
</head>
<body>
<header>
<h1>Cybersecurity Social Media Posts</h1>
<p>Ready-to-use posts for LinkedIn, Facebook, Instagram, and Twitter</p>
</header>
<div class="container">
<section class="post linkedin">
<div class="post-content">
<h2>🔐 LinkedIn Post</h2>
<p>🚨 <strong>Ransomware Attacks Surge in 2024!</strong></p>
<p>✅ Here’s how to stay protected:</p>
<ul>
<li>Enable multi-factor authentication.</li>
<li>Regularly update software and backups.</li>
<li>Train employees to spot phishing attempts.</li>
</ul>
<p>📊 Fun Fact: <em>80% of breaches in 2024 involved weak passwords.</em></p>
<p>🔗 <a href="#">Learn More</a></p>
</div>
<div class="post-image">
<img src="images/Content-Blog-Banner_Q4-2023_1125x600_30_What-to-Post-on-LinkedIn copy.png" alt="Ransomware Protection">
</div>
</section>
<section class="post facebook">
<div class="post-content">
<h2>🌐 Facebook Post</h2>
<p>⚠️ <strong>90% of data breaches start with phishing emails!</strong></p>
<p>🛡️ Protect yourself with these steps:</p>
<ul>
<li>Use strong, unique passwords.</li>
<li>Double-check links before clicking.</li>
<li>Keep your devices updated.</li>
</ul>
<p>💡 Share this post to help your friends and family stay safe!</p>
</div>
<div class="post-image">
<img src="images/facebook-post-ideas copy.webp" alt="Phishing Warning">
</div>
</section>
<section class="post instagram">
<div class="post-content">
<h2>📸 Instagram Post</h2>
<p>🚨 Swipe 👉 for 5 Cybersecurity Tips:</p>
<ol>
<li>Use strong passwords 🛡️</li>
<li>Enable multi-factor authentication 🔑</li>
<li>Avoid suspicious links 🚫</li>
<li>Regularly update your software 🔄</li>
<li>Backup your data 💾</li>
</ol>
<p>📌 Tag a friend who needs these tips!</p>
</div>
<div class="post-image">
<img src="images/external-content.duckduckgo.com__0 copy.jpg" alt="Cybersecurity Tips">
</div>
</section>
<section class="post twitter">
<div class="post-content">
<h2>🐦 Twitter Post</h2>
<p>🔒 <strong>Cyber Tip of the Day:</strong></p>
<p>90% of breaches start with phishing! Here’s how to avoid them:</p>
<ul>
<li>✅ Avoid clicking on unknown links.</li>
<li>✅ Use strong passwords and MFA.</li>
<li>✅ Keep your software updated.</li>
</ul>
<p>Stay safe! 💻</p>
</div>
<div class="post-image">
<img src="images/images copy.png" alt="Phishing Prevention">
</div>
</section>
</div>
</body>
</html>