OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
CreateLeadPage_back
/
newsletter
/
21
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/13/2025 05:29:35 AM
rwxr-xr-x
📁
images21
-
03/13/2025 05:30:31 AM
rwxr-xr-x
📄
index.html
5.73 KB
03/13/2025 08:45:47 AM
rw-r--r--
Editing: index.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BNI Newsletter</title> </head> <body style="background: #f5f5f5; padding: 20px; margin: 0; font-family: Arial, sans-serif;"> <div style="max-width: 900px; margin: auto; background: white; padding: 20px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);"> <div style="text-align: center; padding: 10px 0;"> <div width="100%" style="display: flex; flex-direction: row; justify-content: space-between;"> <h2 > From Name</h2> <h2 >Date: DDMMYYYY</h2> </div> <img src="images21/header.jpg" alt="BNI Newsletter Header" style="max-width: 100%; height: auto;"> </div> <div style="display: grid; grid-template-columns: 40% 60%; gap: 20px;"> <!-- Left Column (Sidebar) - 40% --> <div style="background: #fff; padding: 15px; border-radius: 5px; "> <div style="background: #fff; padding: 15px; border-radius: 5px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); margin-bottom: 20px;"> <div style="text-align: center; background: #d9534f; color: white; padding: 10px; border-radius: 5px; font-weight: bold;">Sponsor</div> <div> <img src="images21/pic.jpg" alt="Girish Mariswamy" style="width: 100%; border-radius: 5px;"> <h3>Name</h3> <p>App Builder text<br>Content...</p> <div style="text-align: center;"> <a href="#" style="display: inline-block; padding: 12px 20px; font-size: 16px; font-weight: bold; text-align: center; text-decoration: none; border-radius: 5px; transition: all 0.3s ease-in-out; cursor: pointer; background-color: #d9534f; color: white; border: 2px solid #d9534f;">Read more</a> </div> </div> </div> <div style="background: #fff; padding: 15px; border-radius: 5px; margin-bottom: 20px;"> <div style="text-align: center; background: #d9534f; color: white; padding: 10px; border-radius: 5px; font-weight: bold;">Application content</div> <div> <img src="images21/pic2.jpg" alt="RS Ganesh" style="width: 100%; border-radius: 5px;"> <h3>Name...</h3> <p>APP Production<br>Content...</p> <div style="text-align: center;"> <a href="#" style="display: inline-block; padding: 12px 20px; font-size: 16px; font-weight: bold; text-align: center; text-decoration: none; border-radius: 5px; transition: all 0.3s ease-in-out; cursor: pointer; background-color: #d9534f; color: white; border: 2px solid #d9534f;">Read more</a> </div> </div> </div> <div style="background:#d9534f; color: white; text-align: center; padding: 15px; border-radius: 5px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); margin-bottom: 20px;"> <h3>GRATITUDE</h3> <p>Thank you for your support!<br> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis erat mi, sit amet blandit Lorem ipsum dolor sit amet, consectetur adipiscing elit.!</p> </div> </div> <!-- Right Column (Main Content) - 60% --> <div style="background: #fff; padding: 15px; border-radius: 5px; "> <div style="background: #fff; padding: 15px; border-radius: 5px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); margin-bottom: 20px;"> <img src="images21/1.jpg" alt="Reels Contest" style="width: 100%; border-radius: 5px;"> <p style="text-align: center; font-weight: bold;">Managing a business or a team lead in a large corporation</p> <p>Whether you're a solopreneur, managing a small business, or a team lead in a large corporation...</p> </div> <div style="background: #fff; padding: 15px; border-radius: 5px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); margin-bottom: 20px;"> <h2>We believe in the power of content</h2> <p>We created Knobly Cream to help people curate, create, reach, and measure their content marketing efforts...</p> <img src="images21/2.jpg" alt="BNI Apollo Team" style="width: 100%; border-radius: 5px;"> <div style="text-align: center;"> <a href="#" style="display: inline-block; padding: 12px 20px; font-size: 16px; font-weight: bold; text-align: center; text-decoration: none; border-radius: 5px; transition: all 0.3s ease-in-out; cursor: pointer; background-color: #d9534f; color: white; border: 2px solid #d9534f;">Read more</a> </div> </div> <div style="background: #fff; padding: 15px; border-radius: 5px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); margin-bottom: 20px;"> <h2>We believe in the power of content</h2> <img src="images21/3.jpg" alt="BNI Apollo Team" style="width: 100%; border-radius: 5px;"> <div style="text-align: center;"> <a href="#" style="display: inline-block; padding: 12px 20px; font-size: 16px; font-weight: bold; text-align: center; text-decoration: none; border-radius: 5px; transition: all 0.3s ease-in-out; cursor: pointer; background-color: #d9534f; color: white; border: 2px solid #d9534f;">Read more</a> </div> </div> </div> </div> <p style="text-align:center; margin-top:20px; font-size:14px; background-color:#d9534f; color:#FFFFFF; padding:10px;">© 2025 BNI Newsletter</p> </div> </body> </html>