akhilome/mantrckr

View on GitHub
ui/user-request-details.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
    <title>Maintenance Request Details</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- enqueue fonts and styles -->
    <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,600" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="assets/css/main.css">
    <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.0/normalize.css">
</head>
<body>
    <div class="container">
        <nav><a href="../index.html">Home</a> | <a href="user.html">User Dashboard</a> | <a href="user-requests.html">Admin Dashboard</a></nav>
        <div class="white">
            <h2>My Dog Died</h2>
            <p>Oga sir, I don't know what happened o, we were just sitting together on the chair, then all of a sudden, they na showed Buhari's face on the TV.</p>
            <p>Once bingo (my dog) saw Buhari's face, he stated crying o. Before I could say "Jack", Bingo fell on the floor and died!</p>
            <p>Just like that o!</p>
            <p>So, please I want HR to bring Bingo back from the dead, thank you!</p>
            <br>
            <p><span class="highlight">From:</span> Bingo Shadidi</p>
            <p><span class="highlight">Department:</span> Dogmatism</p>
            <br>
            <p>Status: <span class="status-a"></span></p>
        </div>
        <a href="user.html" class="button alt">Back to Al Requests</a>
    </div>
</body>
</html>