Domain finance-calculator.bradwood.dev
United States
FASTLY
Software information

GitHub.com

tcp/443 tcp/80

  • Open service 2606:50c0:8001::153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 22C5:1CE726:1495C47:1512721:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-ams21069-AMS
    X-Cache: HIT
    X-Cache-Hits: 2
    X-Timer: S1732196206.097916,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: b9097050aae3c6ec2d761b8cefe9686dd4098f4d
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:46 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: B007:66A85:20AE7BE:20E0684:673F376E
    Accept-Ranges: bytes
    Age: 0
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lon420140-LON
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1732196206.185922,VS0,VE83
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 75d8319620863dbb2dbc4830f5af00950173092e
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:46 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: B007:66A85:20AE7BE:20E0684:673F376E
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-lon4259-LON
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.189179,VS0,VE80
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 9a92c4eb64d8a5ebf66d5fcf0a04511f7ebb0750
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    x-origin-cache: HIT
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:46 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 18B4:1BEEEB:14D0445:154CF43:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-ams21028-AMS
    X-Cache: HIT
    X-Cache-Hits: 2
    X-Timer: S1732196206.144695,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: ee09cfb0d8904f765509fe672a48f36a9a6a993b
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:46 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 1EE4:6A617:205D3FA:208F259:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-lcy-eglc8600027-LCY
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.091477,VS0,VE57
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 8d50e718afd1156c8c8c5ddaabfad5bdb82e3a1a
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    x-origin-cache: HIT
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:46 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 18B4:1BEEEB:14D0445:154CF43:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-ams21028-AMS
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.144160,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: a867e3be047493469c73155d14f57be388633ff6
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.110.153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: E5A0:C842E:145A1CB:14D6A8A:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230021-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.126793,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 2aa57dbbc77bd1d29456a5e3d008f985fe699f48
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.111.153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: E5A0:C842E:145A1CB:14D6A8A:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230113-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.150017,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 9e0a5b84ced9f566c7b871c3d0f5d3caff82d915
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.108.153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: E5A0:C842E:145A1CB:14D6A8A:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230119-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.156041,VS0,VE3
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 6b74b70f306f8fcb7f684568d2dda3afca5c917d
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8001::153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:46 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 1EE4:6A617:205D3FA:208F259:673F376D
    Accept-Ranges: bytes
    Age: 0
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lcy-eglc8600074-LCY
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1732196206.064823,VS0,VE84
    Vary: Accept-Encoding
    X-Fastly-Request-ID: fbb7abcea67fe84ae3a6958b160cb2f583a50fb4
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 22C5:1CE726:1495C47:1512721:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:45 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-ams21069-AMS
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.991775,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: ae459abd540487287034c93eb1c87c5e54ccdff0
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.110.153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 393D:0E10:BC749E:C145A9:673F376A
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:45 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230065-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.981190,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 15fc37e79007a04eb077dd891ea17295fae29a3a
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.108.153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 393D:0E10:BC749E:C145A9:673F376A
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:45 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230106-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.980799,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 25edc45dd13d420e9f85ab36e9e539457c0e5848
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.111.153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 393D:0E10:BC749E:C145A9:673F376A
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230059-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.041597,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: aa8957a4de29f65862a4f30a7c7490a2969bd164
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.109.153:443 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: E5A0:C842E:145A1CB:14D6A8A:673F376D
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:46 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230112-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.130098,VS0,VE7
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 2379cbf3954a4bdb69f30a8fbfac9ffbf839ef52
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.109.153:80 · finance-calculator.bradwood.dev

    2024-11-21 13:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 8004
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Thu, 21 Nov 2024 03:45:19 GMT
    Access-Control-Allow-Origin: *
    ETag: "673eaccf-1f44"
    expires: Thu, 21 Nov 2024 13:46:45 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 393D:0E10:BC749E:C145A9:673F376A
    Accept-Ranges: bytes
    Date: Thu, 21 Nov 2024 13:36:45 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230083-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1732196206.981725,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 2d247074369a5da8b8bd2788318118e357f662e3
    
    Page title: Free Financial Calculator
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Free Financial Calculator</title>
    
        <!-- Bootstrap 5 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom Stylesheet -->
        <link rel="stylesheet" href="styles.css">
    
        <!-- Google Tag Manager -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-D9L2E65J32"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-D9L2E65J32', {
                cookie_flags: 'SameSite=None; Secure',
                cookie_domain: 'bradwood.dev'
            });
            gtag('event', 'page_view', {
                page_location: window.location.href,
                page_path: window.location.pathname
            });
        </script>
    </head>
    
    <body class="d-flex flex-column min-vh-100 bg-dark text-white" id="body">
        <!-- Dark/Light Mode Toggle Button -->
        <div class="container mt-3 text-end">
            <button class="btn btn-light me-2" id="toggle-mode-btn">Switch to Light Mode</button>
            <button class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">How to Use</button>
        </div>
    
        <!-- Main Container -->
        <div class="container my-5">
            <h1>Free Financial Calculator</h1>
            <div class="row justify-content-center g-4">
                <!-- Calculator Section -->
                <div class="col-md-5">
                    <div class="card bg-secondary text-white shadow-lg" id="calculator-card">
                        <div class="card-body">
                            <!-- Calculator Screen -->
                            <div class="mb-4 p-3 bg-light text-dark rounded text-end fs-3 screen" id="screen">0</div>
    
                            <!-- Calculator Buttons -->
                            <div class="calculator-buttons">
                                <!-- (Buttons Layout, same as before) -->
                            </div>
                        </div>
                    </div>
                </div>
    
                <!-- Stored Variables Section -->
                <div class="col-md-4">
                    <div class="card bg-secondary text-white shadow-lg" id="variables-card">
                        <div class="card-body">
                            <h4 class="card-title mb-4 text-center">Stored Variables</h4>
                            <ul class="list-group mb-4">
                                <!-- (Stored variables here) -->
                            </ul>
                            <!-- Compute Buttons -->
                            <h4 class="card-title mb-3 text-center">Compute</h4>
                            <div class="d-grid gap-2">
                                <!-- (Compute buttons here) -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
        <!-- Instruction Modal -->
        <div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content bg-dark text-white">
                    <div class="modal-header">
                        <h5 class="modal-title" id="instructionModalLabel">How to Use the Financial Calculator</h5>
                        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                        <p>Welcome to the Free Financial Calculator! Here are some instructions to help you use it:</p>
                        <ul>
                            <li><strong>N:</strong> Enter the number of periods for your calculation.</li>
                            <li><strong>I/Y:</strong> Enter the interest rate per year (as a percentage).</li>
                            <li><strong>PV:</strong> Enter the Present Value, the current worth of a future sum.</li>
                            <li><strong>PMT:<
    Found 3 days ago by HttpPlugin
    Create report
finance-calculator.bradwood.dev
CN:
finance-calculator.bradwood.dev
Key:
RSA-2048
Issuer:
R10
Not before:
2024-11-21 12:36
Not after:
2025-02-19 12:36