-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (153 loc) · 6.36 KB
/
Copy pathindex.html
File metadata and controls
182 lines (153 loc) · 6.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Client Audit Portal · Next-Gen IT</title>
<link rel="stylesheet" href="./styles.css" />
<link rel="stylesheet" href="./chatbot.css" />
</head>
<body>
<!-- ── Navigation ──────────────────────────────────── -->
<nav class="site-nav">
<div class="site-nav-inner">
<a href="https://jeremiah9980.github.io/jeremiah9980.2/" class="brand">
Next-Gen<span class="amp">&</span>IT
<span class="brand-sub">Client Portal</span>
</a>
<ul class="nav-links">
<li><a href="https://jeremiah9980.github.io/jeremiah9980.2/">Home</a></li>
<li><a href="https://jeremiah9980.github.io/jeremiah9980.2/professional/next-gen-it/">Next‑Gen‑IT</a></li>
<li><a href="./portal-index.html" class="active">Audit Portal</a></li>
<li><a href="https://jeremiah9980.github.io/jeremiah9980.2/professional/about/">About</a></li>
</ul>
</div>
</nav>
<!-- ── Main shell ──────────────────────────────────── -->
<div class="shell">
<!-- Hero header -->
<header class="hero">
<div>
<p class="eyebrow">Next-Gen IT</p>
<h1>Client Audit <em>Portal</em></h1>
<p class="subhead">
Run an external domain audit, review findings, upload evidence,
and generate a shareable executive report and client-facing runbook.
</p>
</div>
<div class="pill">Audit · Report · Runbook Workflow</div>
</header>
<!-- Card grid -->
<main class="grid">
<section class="card">
<h2>Start New Audit</h2>
<label>API Base URL</label>
<input id="apiBase" placeholder="http://localhost:8000" />
<label>Company Name</label>
<input id="companyName" placeholder="Teleo Title" />
<label>Domain</label>
<input id="domain" placeholder="teleotitle.com" />
<div class="row">
<button id="runAuditBtn">Run Audit</button>
<button id="loadAuditsBtn" class="secondary">Load History</button>
</div>
<p id="flash" class="flash"></p>
</section>
<section class="card">
<h2>Audit Status</h2>
<div id="statusBox" class="status status-idle">No audit run yet.</div>
<div id="summaryBox" class="summary hidden"></div>
<div id="actions" class="row hidden">
<button id="refreshBtn" class="secondary">Refresh</button>
<a id="reportLink" class="button-link secondary hidden"
target="_blank" rel="noreferrer">
Download Report
</a>
<a id="runbookLink" class="button-link secondary hidden"
target="_blank" rel="noreferrer">
Open Runbook
</a>
<a id="shareRunbookLink" class="button-link secondary hidden"
target="_blank" rel="noreferrer">
Share with Client
</a>
</div>
</section>
<section class="card">
<h2>Findings</h2>
<div id="findings" class="findings empty">No findings yet.</div>
</section>
<section class="card">
<h2>AI-Ready Follow-Up Questions</h2>
<ul id="gapQuestions" class="questions">
<li>No follow-up questions yet.</li>
</ul>
</section>
<section class="card">
<h2>Upload Evidence</h2>
<div class="row">
<input id="evidenceFile" type="file" />
<button id="uploadBtn" class="secondary">Upload</button>
</div>
<ul id="evidenceList" class="plain-list" style="margin-top:12px;">
<li>No evidence uploaded.</li>
</ul>
</section>
<section class="card">
<h2>Add Notes</h2>
<textarea
id="noteText"
rows="5"
placeholder="Add workflow notes, tool ownership details, or follow-up interview answers."
></textarea>
<div class="row">
<button id="saveNoteBtn" class="secondary">Save Note</button>
</div>
<ul id="notesList" class="plain-list" style="margin-top:12px;">
<li>No notes yet.</li>
</ul>
</section>
<section class="card full">
<h2>Audit History</h2>
<div id="history" class="history empty">No audits loaded.</div>
</section>
</main>
</div><!-- /.shell -->
<!-- ── Footer ──────────────────────────────────────── -->
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-grid">
<div>
<div class="footer-brand">Next-Gen<span>&</span>IT</div>
<p class="footer-tag">
Packaged audits, operations, and email security
for small firms that need real architecture.
</p>
</div>
<div class="footer-col">
<h5>Practice</h5>
<ul>
<li><a href="https://jeremiah9980.github.io/jeremiah9980.2/professional/next-gen-it/">Next‑Gen‑IT</a></li>
<li><a href="https://jeremiah9980.github.io/jeremiah9980.2/professional/cargill-consulting/">Cargill Consulting</a></li>
<li><a href="https://jeremiah9980.github.io/jeremiah9980.2/professional/about/">About</a></li>
</ul>
</div>
<div class="footer-col">
<h5>Contact</h5>
<ul>
<li><a href="https://github.com/jeremiah9980">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/jeremiahcargill/">LinkedIn</a></li>
<li><span class="muted">Georgetown, TX</span></li>
</ul>
</div>
</div>
<div class="footer-meta">
<span>© 2026 Jeremiah Cargill · Next-Gen IT</span>
<span>Built in production · Portfolio & practice</span>
</div>
</div>
</footer>
<script src="auth.js"></script>
<script src="chatbot.js"></script>
</body>
</html>