Remove title and description and "read online" also remove the picture
Browse files- newsletter.html +22 -51
newsletter.html
CHANGED
|
@@ -82,75 +82,46 @@
|
|
| 82 |
<section class="relative z-10 py-20 bg-black bg-opacity-90">
|
| 83 |
<div class="container mx-auto px-6">
|
| 84 |
<!-- Featured Newsletter -->
|
| 85 |
-
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border-2 border-yellow-500 p-8 mb-16">
|
| 86 |
-
<div class="flex
|
| 87 |
-
<
|
| 88 |
-
<img src="https://static.photos/technology/640x360/1" alt="Featured Newsletter" class="rounded-lg shadow-xl w-full h-auto">
|
| 89 |
-
</div>
|
| 90 |
-
<div class="md:w-2/3">
|
| 91 |
-
<div class="flex justify-between items-center mb-4">
|
| 92 |
-
<span class="text-yellow-500 font-bold">FEATURED ISSUE • DEC 2025</span>
|
| 93 |
-
<span class="text-gray-400 text-sm">12 min read</span>
|
| 94 |
-
</div>
|
| 95 |
-
<h2 class="text-3xl font-bold mb-4">Mastering Performance Under Pressure</h2>
|
| 96 |
-
<p class="text-gray-300 mb-6">
|
| 97 |
-
Our December issue dives deep into techniques used by top performers to thrive in high-stakes situations. Learn how to harness stress as fuel for peak performance.
|
| 98 |
-
</p>
|
| 99 |
-
<div class="flex flex-wrap gap-4">
|
| 100 |
-
<a href="#" class="inline-flex items-center bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-6 py-3 rounded-lg transition">
|
| 101 |
-
<i data-feather="download" class="mr-2"></i> Download PDF
|
| 102 |
-
</a>
|
| 103 |
-
<a href="#" class="inline-flex items-center border border-yellow-500 hover:bg-yellow-500 hover:text-black text-white font-bold px-6 py-3 rounded-lg transition">
|
| 104 |
-
<i data-feather="book-open" class="mr-2"></i> Read Online
|
| 105 |
-
</a>
|
| 106 |
-
</div>
|
| 107 |
-
</div>
|
| 108 |
</div>
|
|
|
|
|
|
|
|
|
|
| 109 |
</div>
|
| 110 |
-
|
| 111 |
-
<!-- Newsletter Archive -->
|
| 112 |
<h2 class="text-3xl font-bold font-['Bebas+Neue'] tracking-wider mb-8 text-center">
|
| 113 |
<span class="text-yellow-500">ARCHIVE</span>
|
| 114 |
</h2>
|
| 115 |
|
| 116 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16">
|
| 117 |
<!-- Newsletter 1 -->
|
| 118 |
-
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 newsletter-card">
|
| 119 |
-
<div class="
|
| 120 |
<span class="text-yellow-500 text-sm font-bold">NOV 2025</span>
|
| 121 |
-
<span class="text-gray-400 text-sm">8 min read</span>
|
| 122 |
-
</div>
|
| 123 |
-
<div class="flex justify-center">
|
| 124 |
-
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm font-bold flex items-center">
|
| 125 |
-
<i data-feather="download" class="w-4 h-4 mr-1"></i> Download
|
| 126 |
-
</a>
|
| 127 |
</div>
|
|
|
|
|
|
|
|
|
|
| 128 |
</div>
|
| 129 |
-
|
| 130 |
<!-- Newsletter 2 -->
|
| 131 |
-
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 newsletter-card">
|
| 132 |
-
<div class="
|
| 133 |
<span class="text-yellow-500 text-sm font-bold">OCT 2025</span>
|
| 134 |
-
<span class="text-gray-400 text-sm">10 min read</span>
|
| 135 |
-
</div>
|
| 136 |
-
<div class="flex justify-center">
|
| 137 |
-
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm font-bold flex items-center">
|
| 138 |
-
<i data-feather="download" class="w-4 h-4 mr-1"></i> Download
|
| 139 |
-
</a>
|
| 140 |
</div>
|
|
|
|
|
|
|
|
|
|
| 141 |
</div>
|
| 142 |
-
|
| 143 |
<!-- Newsletter 3 -->
|
| 144 |
-
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 newsletter-card">
|
| 145 |
-
<div class="
|
| 146 |
<span class="text-yellow-500 text-sm font-bold">SEP 2025</span>
|
| 147 |
-
<span class="text-gray-400 text-sm">6 min read</span>
|
| 148 |
-
</div>
|
| 149 |
-
<div class="flex justify-center">
|
| 150 |
-
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm font-bold flex items-center">
|
| 151 |
-
<i data-feather="download" class="w-4 h-4 mr-1"></i> Download
|
| 152 |
-
</a>
|
| 153 |
</div>
|
|
|
|
|
|
|
|
|
|
| 154 |
</div>
|
| 155 |
</div>
|
| 156 |
|
|
|
|
| 82 |
<section class="relative z-10 py-20 bg-black bg-opacity-90">
|
| 83 |
<div class="container mx-auto px-6">
|
| 84 |
<!-- Featured Newsletter -->
|
| 85 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border-2 border-yellow-500 p-8 mb-16 text-center">
|
| 86 |
+
<div class="flex justify-center mb-4">
|
| 87 |
+
<span class="text-yellow-500 font-bold">FEATURED ISSUE • DEC 2025</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
</div>
|
| 89 |
+
<a href="#" class="inline-flex items-center bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-6 py-3 rounded-lg transition">
|
| 90 |
+
<i data-feather="download" class="mr-2"></i> Download PDF
|
| 91 |
+
</a>
|
| 92 |
</div>
|
| 93 |
+
<!-- Newsletter Archive -->
|
|
|
|
| 94 |
<h2 class="text-3xl font-bold font-['Bebas+Neue'] tracking-wider mb-8 text-center">
|
| 95 |
<span class="text-yellow-500">ARCHIVE</span>
|
| 96 |
</h2>
|
| 97 |
|
| 98 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16">
|
| 99 |
<!-- Newsletter 1 -->
|
| 100 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 newsletter-card text-center">
|
| 101 |
+
<div class="mb-3">
|
| 102 |
<span class="text-yellow-500 text-sm font-bold">NOV 2025</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
</div>
|
| 104 |
+
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm font-bold flex items-center justify-center">
|
| 105 |
+
<i data-feather="download" class="w-4 h-4 mr-1"></i> Download
|
| 106 |
+
</a>
|
| 107 |
</div>
|
|
|
|
| 108 |
<!-- Newsletter 2 -->
|
| 109 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 newsletter-card text-center">
|
| 110 |
+
<div class="mb-3">
|
| 111 |
<span class="text-yellow-500 text-sm font-bold">OCT 2025</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
</div>
|
| 113 |
+
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm font-bold flex items-center justify-center">
|
| 114 |
+
<i data-feather="download" class="w-4 h-4 mr-1"></i> Download
|
| 115 |
+
</a>
|
| 116 |
</div>
|
|
|
|
| 117 |
<!-- Newsletter 3 -->
|
| 118 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 newsletter-card text-center">
|
| 119 |
+
<div class="mb-3">
|
| 120 |
<span class="text-yellow-500 text-sm font-bold">SEP 2025</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
</div>
|
| 122 |
+
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm font-bold flex items-center justify-center">
|
| 123 |
+
<i data-feather="download" class="w-4 h-4 mr-1"></i> Download
|
| 124 |
+
</a>
|
| 125 |
</div>
|
| 126 |
</div>
|
| 127 |
|