|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>full sample design free bug</title> |
| 7 | + <link rel="stylesheet" href="assets/css/main.css"> |
| 8 | + <style> |
| 9 | + .hero { |
| 10 | + background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%); |
| 11 | + color: white; |
| 12 | + padding: 4rem 1rem; |
| 13 | + text-align: center; |
| 14 | + } |
| 15 | + .theme-toggle { |
| 16 | + position: absolute; |
| 17 | + top: 1rem; |
| 18 | + right: 1rem; |
| 19 | + } |
| 20 | + </style> |
| 21 | +</head> |
| 22 | +<body> |
| 23 | + <div class="theme-toggle"> |
| 24 | + <label class="switch"> |
| 25 | + <input type="checkbox" id="theme-toggle"> |
| 26 | + <span class="slider">🌓</span> |
| 27 | + </label> |
| 28 | + </div> |
| 29 | + |
| 30 | + <header class="hero"> |
| 31 | + <h1>full sample design free bug</h1> |
| 32 | + <p>Your Complete Security template Portal</p> |
| 33 | + </header> |
| 34 | + |
| 35 | + <main> |
| 36 | + <div class="grid"> |
| 37 | + <h2 style="grid-column:1/-1">Featured Tools</h2> |
| 38 | + <div class='card'> |
| 39 | + <h3>Security Tool 1</h3> |
| 40 | + <p>Essential for Termux security</p> |
| 41 | + <a href='tools/tool1/'>Learn More →</a> |
| 42 | + </div> |
| 43 | +<div class='card'> |
| 44 | + <h3>Security Tool 2</h3> |
| 45 | + <p>Essential for Termux security</p> |
| 46 | + <a href='tools/tool2/'>Learn More →</a> |
| 47 | + </div> |
| 48 | +<div class='card'> |
| 49 | + <h3>Security Tool 3</h3> |
| 50 | + <p>Essential for Termux security</p> |
| 51 | + <a href='tools/tool3/'>Learn More →</a> |
| 52 | + </div> |
| 53 | +<div class='card'> |
| 54 | + <h3>Security Tool 4</h3> |
| 55 | + <p>Essential for Termux security</p> |
| 56 | + <a href='tools/tool4/'>Learn More →</a> |
| 57 | + </div> |
| 58 | +<div class='card'> |
| 59 | + <h3>Security Tool 5</h3> |
| 60 | + <p>Essential for Termux security</p> |
| 61 | + <a href='tools/tool5/'>Learn More →</a> |
| 62 | + </div> |
| 63 | + |
| 64 | + <h2 style="grid-column:1/-1;margin-top:2rem">Latest Posts</h2> |
| 65 | + <div class='card'> |
| 66 | + <h3>Post 1</h3> |
| 67 | + <p></p> |
| 68 | + <a href='posts/post1/'>Read Post →</a> |
| 69 | + </div> |
| 70 | +<div class='card'> |
| 71 | + <h3>Post 2</h3> |
| 72 | + <p></p> |
| 73 | + <a href='posts/post2/'>Read Post →</a> |
| 74 | + </div> |
| 75 | +<div class='card'> |
| 76 | + <h3>Post 3</h3> |
| 77 | + <p></p> |
| 78 | + <a href='posts/post3/'>Read Post →</a> |
| 79 | + </div> |
| 80 | +<div class='card'> |
| 81 | + <h3>Post 4</h3> |
| 82 | + <p></p> |
| 83 | + <a href='posts/post4/'>Read Post →</a> |
| 84 | + </div> |
| 85 | +<div class='card'> |
| 86 | + <h3>Post 5</h3> |
| 87 | + <p></p> |
| 88 | + <a href='posts/post5/'>Read Post →</a> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | + </main> |
| 92 | + |
| 93 | + <footer style="text-align:center;padding:2rem;margin-top:2rem;border-top:1px solid var(--border)"> |
| 94 | + <p>Built with ♥ powered b453zsh</p> |
| 95 | + </footer> |
| 96 | + |
| 97 | + <script src="assets/js/main.js"></script> |
| 98 | +</body> |
| 99 | +</html> |
0 commit comments