|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | | -<head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Capstone Project Home</title> |
7 | | - <link rel="stylesheet" href="styles.css" /> |
8 | | -</head> |
9 | | -<body> |
10 | | - <header class="page-header"> |
11 | | - <h1>Capstone Project Dashboard | Update2</h1> |
12 | | - </header> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>Capstone Project Home</title> |
| 7 | + <link rel="stylesheet" href="styles.css" /> |
| 8 | + </head> |
| 9 | + <body> |
| 10 | + <header class="page-header"> |
| 11 | + <h1>Capstone Project Dashboard | Update2</h1> |
| 12 | + </header> |
13 | 13 |
|
14 | | - <main class="content"> |
15 | | - <section class="card"> |
16 | | - <h2>Project Info</h2> |
17 | | - <div class="placeholder"> |
18 | | - <strong>Group Number:</strong> |
19 | | - <span id="group-number">[GroupNumber]</span> |
20 | | - </div> |
21 | | - <div class="placeholder"> |
22 | | - <strong>Project Title:</strong> |
23 | | - <span id="project-title">[ProjectTitle]</span> |
24 | | - </div> |
25 | | - <div class="placeholder"> |
26 | | - <strong>Group Members:</strong> |
27 | | - <span id="group-members">[Group Members]</span> |
28 | | - </div> |
29 | | - </section> |
| 14 | + <main class="content"> |
| 15 | + <section class="card"> |
| 16 | + <h2>Project Info</h2> |
| 17 | + <div class="placeholder"> |
| 18 | + <strong>Group Number:</strong> |
| 19 | + <span id="group-number">[GroupNumber]</span> |
| 20 | + </div> |
| 21 | + <div class="placeholder"> |
| 22 | + <strong>Project Title:</strong> |
| 23 | + <span id="project-title">[ProjectTitle]</span> |
| 24 | + </div> |
| 25 | + <div class="placeholder"> |
| 26 | + <strong>Group Members:</strong> |
| 27 | + <span id="group-members">[Group Members]</span> |
| 28 | + </div> |
| 29 | + </section> |
30 | 30 |
|
31 | | - <section class="card"> |
32 | | - <h2>Update placeholders</h2> |
33 | | - <p>Use the form below to update the values shown above.</p> |
| 31 | + <section class="card"> |
| 32 | + <h2>Update placeholders</h2> |
| 33 | + <p>Use the form below to update the values shown above.</p> |
34 | 34 |
|
35 | | - <form id="project-form"> |
36 | | - <label> |
37 | | - Group Number |
38 | | - <input type="text" id="input-group-number" placeholder="e.g. 5" /> |
39 | | - </label> |
| 35 | + <form id="project-form"> |
| 36 | + <label> |
| 37 | + Group Number |
| 38 | + <input type="text" id="input-group-number" placeholder="e.g. 5" /> |
| 39 | + </label> |
40 | 40 |
|
41 | | - <label> |
42 | | - Project Title |
43 | | - <input type="text" id="input-project-title" placeholder="e.g. CI/CD Dashboard" /> |
44 | | - </label> |
| 41 | + <label> |
| 42 | + Project Title |
| 43 | + <input |
| 44 | + type="text" |
| 45 | + id="input-project-title" |
| 46 | + placeholder="e.g. CI/CD Dashboard" |
| 47 | + /> |
| 48 | + </label> |
45 | 49 |
|
46 | | - <label> |
47 | | - Group Members |
48 | | - <input type="text" id="input-group-members" placeholder="e.g. Alice, Bob, Carol" /> |
49 | | - </label> |
| 50 | + <label> |
| 51 | + Group Members |
| 52 | + <input |
| 53 | + type="text" |
| 54 | + id="input-group-members" |
| 55 | + placeholder="e.g. Alice, Bob, Carol" |
| 56 | + /> |
| 57 | + </label> |
50 | 58 |
|
51 | | - <button type="submit">Save</button> |
52 | | - </form> |
| 59 | + <button type="submit">Save</button> |
| 60 | + </form> |
53 | 61 |
|
54 | | - <p class="hint">Tip: Values persist for this session.</p> |
55 | | - </section> |
56 | | - </main> |
| 62 | + <p class="hint">Tip: Values persist for this session.</p> |
| 63 | + </section> |
| 64 | + </main> |
57 | 65 |
|
58 | | - <footer class="page-footer"> |
59 | | - <p>Built for CI/CD Concepts & Capstone Project Integration</p> |
60 | | - <p>Today's date: March 27, 2026</p> |
61 | | - </footer> |
| 66 | + <footer class="page-footer"> |
| 67 | + <p>Built for CI/CD Concepts & Capstone Project Integration</p> |
| 68 | + <!--<p>Today's date: March 27, 2026</p>--> |
| 69 | + </footer> |
62 | 70 |
|
63 | | - <script src="script.js"></script> |
64 | | -</body> |
| 71 | + <script src="script.js"></script> |
| 72 | + </body> |
65 | 73 | </html> |
0 commit comments