Skip to content

Commit

Permalink
Clean up site, take control
Browse files Browse the repository at this point in the history
previous one was generated. Too hard to modify, so started from scratch
so that we can make changes as required
  • Loading branch information
shrayasr committed Oct 23, 2024
1 parent 9ebf634 commit 27be949
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 187 deletions.
116 changes: 55 additions & 61 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,67 +1,61 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spam Slaya - Slay the spam that haunts your inbox</title>

<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link href="/static/css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand fw-bold" href="#">
<i class="fas fa-shield-alt"></i> Spam Slaya
</a>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Spam Slaya</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!--<link rel="stylesheet" href="styles.css">-->
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">Spam Slaya</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<!--
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
-->
</ul>
</div>
</div>
</nav>

<main>
<section class="hero">
<div class="container">
<div class="row align-items-center min-vh-100">
<div class="col-lg-6 hero-content">
<h1 class="display-4 fw-bold mb-4 animate-up">
Slay the spam in your inbox
</h1>
<p class="lead mb-4 animate-up delay-1">
In today's digital world, your email address is a
key part of your identity. Yet, giving it out can
feel like opening the floodgates to spam and
unwanted clutter. Before you know it, your inbox is
overflowing, leaving you overwhelmed and missing
important messages.
</p>
<p class="lead mb-4 animate-up delay-1">Let's fix that.</p>
<div class="cta-wrapper animate-up delay-2">
<a href="https://github.com/deep-learning-for-humans/spam-slaya#spam-slaya"
class="btn btn-primary btn-lg">
<i class="fab fa-github me-2"></i>
View on GitHub
</a>
</div>
</div>
<div class="col-lg-6 text-center animate-up delay-3">
<img src="/static/img/shield.svg"
alt="Security Shield"
class="hero-image">
</div>
</div>
</div>
</section>
</main>
<div class="container my-5">

<footer class="footer mt-auto py-3">
<div class="container text-center">
<span class="text-muted">© 2024 Spam Slaya. All rights reserved.</span>
<div class="p-5 text-center bg-body-tertiary rounded-3 mb-3">
<i class="bi bi-trash fs-1"></i>
<h1 class="text-body-emphasis">Get back control of your mailbox</h1>
<p class="col-lg-9 mx-auto fs-5 text-muted">
Does your email inbox feel like you have opened the floodgates to
spam? Are you missing important messages?
<span class="fw-bold fst-italic">Let's fix that.</span>
</p>
<div class="d-inline-flex gap-2 mb-3">
<a class="btn btn-primary btn-lg px-4 rounded-pill" href="https://github.com/deep-learning-for-humans/spam-slaya?tab=readme-ov-file#solution">
<i class="bi bi-github"></i> View on GitHub
</a>
</div>
</footer>
</body>
</html>
<p class="col-lg-7 mx-auto">
Take back control of your mailbox by using AI to automatically
categorize your emails and <span
class="text-decoration-line-through">delete</span> slay them.
</p>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!--<script src="main.js"></script>-->
</body>
</html>
122 changes: 0 additions & 122 deletions static/css/style.css

This file was deleted.

4 changes: 0 additions & 4 deletions static/img/shield.svg

This file was deleted.

0 comments on commit 27be949

Please sign in to comment.