From 22404df6c32a0b2dc9bd0a04a99f99760eab35b3 Mon Sep 17 00:00:00 2001 From: asmit27rai Date: Sun, 29 Dec 2024 23:07:57 +0530 Subject: [PATCH] added badges in about page --- website/templates/about.html | 586 +++++++++++++++-------------------- 1 file changed, 248 insertions(+), 338 deletions(-) diff --git a/website/templates/about.html b/website/templates/about.html index 808e94d77..68a5bd3b8 100644 --- a/website/templates/about.html +++ b/website/templates/about.html @@ -1,349 +1,259 @@ -{% extends "base.html" %} {% load gravatar %} {% load static %} {% load humanize -%} {% load custom_tags %} {% load i18n %} {% block title %} About Page | {% env -'PROJECT_NAME' %} {% endblock title %} {% block description %} {% trans "OWASP -Bug Logging Tool (BLT) - A community-driven platform for bug reporting and -bounty hunting" %} {% endblock description %} {% block keywords %} bug -reporting, bug bounty, security testing, OWASP, open source, community platform -{% endblock keywords %} {% block og_title %} About Us - {% env 'PROJECT_NAME' %} -{% endblock og_title %} {% block og_description %} {% trans "Learn about BLT - -The open-source bug logging platform that rewards security researchers and helps -organizations maintain secure software" %} {% endblock og_description %} {% -block content %} {% include "includes/sidenav.html" %} - -
-
- -
-

- {% trans "About" %} {% env 'PROJECT_NAME' %} -

-
- {% env 'PROJECT_NAME' %} {% trans "is a 100% free to use, open-source, - non-commercial and non-profit initiative dedicated to improving software - security through community-driven bug reporting. Every reward goes - directly to the security researchers(bug hunters) who find and report - vulnerabilities." %} -
-
- -
-
-

{% trans "Our Mission" %}

-

- {% trans "To create a secure digital environment where users can - access online services seamlessly and safely. From e-commerce to - streaming services, we believe every online interaction should be - bug-free and secure." %} -

-
-
-

{% trans "What We Do" %}

-

- {% trans "BLT provides a comprehensive platform for identifying and - reporting software and hardware vulnerabilities that affect user - experience, system security, and overall reliability." %} -

-
-
+{% extends "base.html" %} +{% load gravatar %} +{% load static %} +{% load humanize %} +{% load custom_tags %} +{% load i18n %} +{% block title %} + About Page | {% env 'PROJECT_NAME' %} +{% endblock title %} +{% block description %} + {% trans "OWASP Bug Logging Tool (BLT) - A community-driven platform for bug reporting and bounty hunting" %} +{% endblock description %} +{% block keywords %} + bug reporting, bug bounty, security testing, OWASP, open source, community platform +{% endblock keywords %} +{% block og_title %} + About Us - {% env 'PROJECT_NAME' %} +{% endblock og_title %} +{% block og_description %} + {% trans "Learn about BLT - The open-source bug logging platform that rewards security researchers and helps organizations maintain secure software" %} +{% endblock og_description %} +{% block content %} + {% include "includes/sidenav.html" %} + +
+
+ +
+

{% trans "About" %} {% env 'PROJECT_NAME' %}

+
+ {% env 'PROJECT_NAME' %} {% trans "is a 100% free to use, open-source, non-commercial and non-profit initiative dedicated to improving software security through community-driven bug reporting. Every reward goes directly to the security researchers(bug hunters) who find and report vulnerabilities." %} +
+
+ +
+
+

{% trans "Our Mission" %}

+

+ {% trans "To create a secure digital environment where users can access online services seamlessly and safely. From e-commerce to streaming services, we believe every online interaction should be bug-free and secure." %} +

+
+
+

{% trans "What We Do" %}

+

+ {% trans "BLT provides a comprehensive platform for identifying and reporting software and hardware vulnerabilities that affect user experience, system security, and overall reliability." %} +

+
+
- -
-

{% trans "Achievement Badges" %}

-

- {% trans "Showcase your expertise and dedication to security research - through our badge system:" %} -

-
- -
-
- -
-

- {% trans "First Bug Hunter" %} -

-

- {% trans "Awarded when your first bug report is verified" %} -

-
+ +
+

{% trans "Achievement Badges" %}

+

{% trans "Showcase your expertise and dedication to security research through our badge system:" %}

+
+ +
+
+ +
+

{% trans "First Bug Hunter" %}

+

{% trans "Awarded when your first bug report is verified" %}

+
- -
-
- -
-

- {% trans "Weekly Streak" %} -

-

- {% trans "Maintain activity for 7 consecutive days" %} -

-
+ +
+
+ +
+

{% trans "Weekly Streak" %}

+

{% trans "Maintain activity for 7 consecutive days" %}

+
- -
-
- -
-

- {% trans "Monthly Streak" %} -

-

- {% trans "Stay active for 30 consecutive days" %} -

-
+ +
+
+ +
+

{% trans "Monthly Streak" %}

+

{% trans "Stay active for 30 consecutive days" %}

+
- -
-
- -
-

- {% trans "100 Day Streak" %} -

-

- {% trans "Maintain activity for 100 consecutive days" %} -

-
+ +
+
+ +
+

{% trans "100 Day Streak" %}

+

{% trans "Maintain activity for 100 consecutive days" %}

+
- -
-
- -
-

- {% trans "Security Guardian" %} -

-

- {% trans "Report your first security vulnerability" %} -

-
+ +
+
+ +
+

{% trans "Security Guardian" %}

+

{% trans "Report your first security vulnerability" %}

+
- -
-
- -
-

- {% trans "Bounty Hunter" %} -

-

- {% trans "Earn your first bug bounty reward" %} -

-
-
+ +
+
+ +
+

{% trans "Bounty Hunter" %}

+

{% trans "Earn your first bug bounty reward" %}

+
+
- -
+ +
- -
-

- {% trans "What's in it for you?" %} -

-
-
-

{% trans "Points" %}

-

- {% trans "Earn points for every verified bug report" %} -

-
-
-

- {% trans "Bug Hunt Rewards" %} -

-

- {% trans "Money if you join a BLT Sponsored Bug Hunt" %} -

+ +
+

{% trans "What's in it for you?" %}

+
+
+

{% trans "Points" %}

+

{% trans "Earn points for every verified bug report" %}

+
+
+

{% trans "Bug Hunt Rewards" %}

+

{% trans "Money if you join a BLT Sponsored Bug Hunt" %}

+
+
+

{% trans "Jackpot" %}

+

{% trans "Jackpot money listed on the Leaderboard" %}

+
+
+

{% trans "Tips" %}

+

{% trans "Money if someone tips you for finding a bug" %}

+
+
+
+ +
+
+

{% trans "For Security Researchers (Testers)" %}

+
    +
  1. {% trans "Create a User Account to log into BLT" %}
  2. +
  3. {% trans "Describe the software or hardware bug you found" %}
  4. +
  5. {% trans "Attach a screenshot of the bug" %}
  6. +
  7. {% trans "Submit the information" %}
  8. +
  9. {% trans "Win money through sponsored Bug Bounties, tips or the Jackpot" %}
  10. +
  11. + {% trans "We may also have 'heists' where each bug is worth a specific amount based on what the Organization sets." %} +
  12. +
+
+
+

{% trans "For Organizations" %}

+
+

{% trans "We want everyone to love your website." %}

+

+ {% trans "You want to keep your customers happy by giving them a consistent bug-free user experience. BLT offers monthly Bug Bounties through 4 different subscription plans to help you achieve this." %} +

+
+
+
+ +
+

{% trans "Features of BLT" %}

+
+ +
+

{% trans "Bug Reporting" %}

+
+

{% trans "Users can report software or hardware bugs found on any website:" %}

+
    +
  • {% trans "Simple bug submission process" %}
  • +
  • {% trans "Screenshot attachment capability" %}
  • +
  • {% trans "Detailed bug description support" %}
  • +
+
+
+ +
+

{% trans "Verification Process" %}

+
+

{% trans "Bugs are verified through a community-driven process:" %}

+
    +
  • {% trans "Community verification of reported issues" %}
  • +
  • {% trans "Company confirmation of bug validity" %}
  • +
+
+
+ +
+

{% trans "Rewards System" %}

+
+

{% trans "Users earn rewards for reporting bugs:" %}

+
    +
  • {% trans "Points for verified bug reports" %}
  • +
  • {% trans "Bug bounty rewards from sponsored hunts" %}
  • +
  • {% trans "Tips from appreciative users" %}
  • +
  • {% trans "Jackpot opportunities" %}
  • +
+
+
+ +
+

{% trans "User Profiles" %}

+
+

{% trans "Manage bug reporting activities and personal information:" %}

+
    +
  • {% trans "Track your reported bugs" %}
  • +
  • {% trans "Manage personal information" %}
  • +
  • {% trans "View earned rewards" %}
  • +
+
+
+ +
+

{% trans "Community Engagement" %}

+
+

{% trans "Collaboration and knowledge sharing features:" %}

+
    +
  • {% trans "Community-driven bug verification" %}
  • +
  • {% trans "Knowledge sharing opportunities" %}
  • +
  • {% trans "Collaborative environment" %}
  • +
+
+
+ +
+

{% trans "Leaderboard" %}

+
+

{% trans "Ranks users based on their contributions:" %}

+
    +
  • {% trans "Track top contributors" %}
  • +
  • {% trans "View point rankings" %}
  • +
  • {% trans "Jackpot eligibility tracking" %}
  • +
+
+
+
+
-
-

{% trans "Jackpot" %}

-

- {% trans "Jackpot money listed on the Leaderboard" %} -

-
-
-

{% trans "Tips" %}

-

- {% trans "Money if someone tips you for finding a bug" %} -

-
-
- -
-
-

- {% trans "For Security Researchers (Testers)" %} -

-
    -
  1. {% trans "Create a User Account to log into BLT" %}
  2. -
  3. {% trans "Describe the software or hardware bug you found" %}
  4. -
  5. {% trans "Attach a screenshot of the bug" %}
  6. -
  7. {% trans "Submit the information" %}
  8. -
  9. - {% trans "Win money through sponsored Bug Bounties, tips or the - Jackpot" %} -
  10. -
  11. - {% trans "We may also have 'heists' where each bug is worth a - specific amount based on what the Organization sets." %} -
  12. -
-
-
-

{% trans "For Organizations" %}

-
-

{% trans "We want everyone to love your website." %}

-

- {% trans "You want to keep your customers happy by giving them a - consistent bug-free user experience. BLT offers monthly Bug Bounties - through 4 different subscription plans to help you achieve this." %} -

-
-
-
- -
-

{% trans "Features of BLT" %}

-
- -
-

- {% trans "Bug Reporting" %} -

-
-

- {% trans "Users can report software or hardware bugs found on any - website:" %} -

-
    -
  • {% trans "Simple bug submission process" %}
  • -
  • {% trans "Screenshot attachment capability" %}
  • -
  • {% trans "Detailed bug description support" %}
  • -
-
-
- -
-

- {% trans "Verification Process" %} -

-
-

- {% trans "Bugs are verified through a community-driven process:" - %} -

-
    -
  • {% trans "Community verification of reported issues" %}
  • -
  • {% trans "Company confirmation of bug validity" %}
  • -
-
+ {% block edit_link %} + - -
-

- {% trans "Rewards System" %} -

-
-

- {% trans "Users earn rewards for reporting bugs:" %} -

-
    -
  • {% trans "Points for verified bug reports" %}
  • -
  • {% trans "Bug bounty rewards from sponsored hunts" %}
  • -
  • {% trans "Tips from appreciative users" %}
  • -
  • {% trans "Jackpot opportunities" %}
  • -
-
-
- -
-

- {% trans "User Profiles" %} -

-
-

- {% trans "Manage bug reporting activities and personal - information:" %} -

-
    -
  • {% trans "Track your reported bugs" %}
  • -
  • {% trans "Manage personal information" %}
  • -
  • {% trans "View earned rewards" %}
  • -
-
-
- -
-

- {% trans "Community Engagement" %} -

-
-

- {% trans "Collaboration and knowledge sharing features:" %} -

-
    -
  • {% trans "Community-driven bug verification" %}
  • -
  • {% trans "Knowledge sharing opportunities" %}
  • -
  • {% trans "Collaborative environment" %}
  • -
-
-
- -
-

- {% trans "Leaderboard" %} -

-
-

- {% trans "Ranks users based on their contributions:" %} -

-
    -
  • {% trans "Track top contributors" %}
  • -
  • {% trans "View point rankings" %}
  • -
  • {% trans "Jackpot eligibility tracking" %}
  • -
-
-
-
-
-
-
-{% block edit_link %} - -{% endblock edit_link %} {% endblock content %} + {% endblock edit_link %} +{% endblock content %}