|
1 | | -<html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
2 | 3 | <head> |
3 | | - <!-- Link the style sheet here --> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>About Us | Dealerships</title> |
| 6 | + |
| 7 | + <!-- Bootstrap CSS --> |
| 8 | + <link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel=" stylesheet" > |
| 9 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" ></script> |
| 10 | + |
| 11 | + <!-- Custom styles --> |
| 12 | + <link rel="stylesheet" href="/static/style.css"> |
4 | 13 | </head> |
5 | | -<div> |
6 | | - <nav class="navbar navbar-expand-lg navbar-light" style="background-color:darkturquoise; height: 1in;"> |
7 | | - <div class="container-fluid"> |
8 | | - <h2 style="padding-right: 5%;">Dealerships</h2> |
9 | | - <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> |
10 | | - <span class="navbar-toggler-icon"></span> |
11 | | - </button> |
12 | | - <div class="collapse navbar-collapse" id="navbarText"> |
13 | | - <ul class="navbar-nav me-auto mb-2 mb-lg-0"> |
14 | | - <li class="nav-item"> |
15 | | - <a class="nav-link" style="font-size: larger;" aria-current="page" href="/">Home</a> |
16 | | - </li> |
17 | | - <li class="nav-item"> |
18 | | - <a class="nav-link active" style="font-size: larger;" href="/about">About Us</a> |
19 | | - </li> |
20 | | - <li class="nav-item"> |
21 | | - <a class="nav-link" style="font-size: larger;" href="/contact">Contact Us</a> |
22 | | - </li> |
23 | | - </ul> |
24 | | - </div> |
| 14 | + |
| 15 | +<body> |
| 16 | + |
| 17 | +<!-- NAVBAR --> |
| 18 | +<nav class="navbar navbar-expand-lg navbar-light" style="background-color: darkturquoise; height: 1in;"> |
| 19 | + <div class="container-fluid"> |
| 20 | + <h2 class="me-5">Dealerships</h2> |
| 21 | + |
| 22 | + <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"> |
| 23 | + <span class="navbar-toggler-icon"></span> |
| 24 | + </button> |
| 25 | + |
| 26 | + <div class="collapse navbar-collapse" id="navbarText"> |
| 27 | + <ul class="navbar-nav me-auto mb-2 mb-lg-0"> |
| 28 | + <li class="nav-item"> |
| 29 | + <a class="nav-link" style="font-size: larger;" href="/">Home</a> |
| 30 | + </li> |
| 31 | + <li class="nav-item"> |
| 32 | + <a class="nav-link active" style="font-size: larger;" href="/about/">About Us</a> |
| 33 | + </li> |
| 34 | + <li class="nav-item"> |
| 35 | + <a class="nav-link" style="font-size: larger;" href="/contact/">Contact Us</a> |
| 36 | + </li> |
| 37 | + </ul> |
25 | 38 | </div> |
26 | | - </nav> |
27 | | - |
28 | | - <div class="card" style="width: 80%;margin: auto; margin-top:5%;"> |
29 | | - <div class="banner" name="about-header"> |
30 | | - <!-- Insert header information here --> |
31 | | - </div> |
32 | | - <div style="display: flex;flex-direction: row; margin:auto"> |
33 | | - <div class="card" style="width: 30%;"> |
34 | | - <img class="card-img-top" src="/static/person.png" alt="Card image"> |
35 | | - <div class="card-body"> |
36 | | - <p class="title">Person1</p> |
37 | | - <p>Person1 Title</p> |
38 | | - <p class="card-text">Some text that explains the person1 in about 2 short sentences</p> |
39 | | - |
40 | | - </div> |
41 | | - </div> |
| 39 | + </div> |
| 40 | +</nav> |
42 | 41 |
|
43 | | - <div class="card" style="width: 30%;"> |
44 | | - <img class="card-img-top" src="/static/person.png" alt="Card image"> |
45 | | - <div class="card-body"> |
46 | | - <p class="title">Person2</p> |
47 | | - <p>Person2 Title</p> |
48 | | - <p class="card-text">Some text that explains the person2 in about 2 short sentences</p> |
49 | | - |
50 | | - </div> |
51 | | - </div> |
| 42 | +<!-- MAIN CARD --> |
| 43 | +<div class="card shadow-lg" style="width: 80%; margin: auto; margin-top: 5%; padding: 20px;"> |
52 | 44 |
|
53 | | - <div class="card" style="width: 30%;"> |
54 | | - <img class="card-img-top" src="/static/person.png" alt="Card image"> |
55 | | - <div class="card-body"> |
56 | | - <p class="title">Person3</p> |
57 | | - <p>Person3 Title</p> |
58 | | - <p class="card-text">Some text that explains the person3 in about 2 short sentences</p> |
59 | | - |
60 | | - </div> |
| 45 | + <!-- HEADER SECTION --> |
| 46 | + <div class="text-center mb-4"> |
| 47 | + <h1 class="fw-bold">About Our Dealership Platform</h1> |
| 48 | + <p class="text-muted fs-5 mt-3"> |
| 49 | + We help customers discover trusted car dealerships, read real reviews, |
| 50 | + and make confident automotive decisions. |
| 51 | + </p> |
| 52 | + </div> |
| 53 | + |
| 54 | + <!-- DESCRIPTION --> |
| 55 | + <div class="mb-5 px-4"> |
| 56 | + <p class="fs-5"> |
| 57 | + Our Dealership application is a full-stack platform built using |
| 58 | + <strong>Django</strong>, <strong>React</strong>, <strong>Express</strong>, |
| 59 | + and <strong>MongoDB</strong>. |
| 60 | + </p> |
| 61 | + </div> |
| 62 | + |
| 63 | + <!-- TEAM SECTION --> |
| 64 | + <h2 class="text-center mb-4">Meet the Team</h2> |
| 65 | + |
| 66 | + <div class="d-flex justify-content-between text-center"> |
| 67 | + |
| 68 | + <!-- PERSON 1 --> |
| 69 | + <div class="card shadow-sm" style="width: 30%;"> |
| 70 | + <img class="card-img-top" src="/static/person1.jpg" alt="Team member"> |
| 71 | + <div class="card-body"> |
| 72 | + <h5 class="card-title">Baamrane</h5> |
| 73 | + <p class="text-muted">Full-Stack Developer</p> |
| 74 | + <p class="card-text"> |
| 75 | + Designed and implemented the Django backend, React frontend, |
| 76 | + and cloud deployment architecture. |
| 77 | + </p> |
| 78 | + <p><strong>Email: </strong> [email protected]</p> |
61 | 79 | </div> |
62 | 80 | </div> |
| 81 | + |
| 82 | + <!-- PERSON 2 --> |
| 83 | + <div class="card shadow-sm" style="width: 30%;"> |
| 84 | + <img class="card-img-top" src="/static/person2.webp" alt="Team member"> |
| 85 | + <div class="card-body"> |
| 86 | + <h5 class="card-title">API Specialist</h5> |
| 87 | + <p class="text-muted">Backend Engineer</p> |
| 88 | + <p class="card-text"> |
| 89 | + Built Express-Mongo microservices for dealerships and reviews, |
| 90 | + ensuring secure and scalable APIs. |
| 91 | + </p> |
| 92 | + <p><strong>Email: </strong> [email protected]</p> |
| 93 | + </div> |
63 | 94 | </div> |
| 95 | + |
| 96 | + <!-- PERSON 3 --> |
| 97 | + <div class="card shadow-sm" style="width: 30%;"> |
| 98 | + <img class="card-img-top" src="/static/person3.jpeg" alt="Team member"> |
| 99 | + <div class="card-body"> |
| 100 | + <h5 class="card-title">AI Engineer</h5> |
| 101 | + <p class="text-muted">Sentiment Analysis</p> |
| 102 | + <p class="card-text"> |
| 103 | + Developed and deployed the sentiment analyzer microservice |
| 104 | + using Flask and NLP techniques. |
| 105 | + </p> |
| 106 | + <p><strong>Email: </strong> [email protected]</p> |
| 107 | + </div> |
64 | 108 | </div> |
65 | | - |
| 109 | + |
| 110 | + </div> |
66 | 111 | </div> |
67 | 112 |
|
| 113 | +</body> |
68 | 114 | </html> |
0 commit comments