generated from nhcarrigan/template
a074449d0f
- Remove shared stylesheet stripping; let headers/index.js apply the witch palette, Griffy/Kalam fonts, and mystical backgrounds - Replace custom CSS vars and Vampyr font with style guide tokens - Update all component CSS to use witch palette variables - Fix sanctions sort to descending by case number - Update Hikari image URLs to cdn.nhcarrigan.com/hikari.png
24 lines
894 B
HTML
24 lines
894 B
HTML
<h1>Hi there, I'm Hikari~!</h1>
|
|
<img
|
|
src="https://cdn.nhcarrigan.com/hikari.png"
|
|
alt="Hikari"
|
|
height="250"
|
|
style="display: block; margin: auto;"
|
|
/>
|
|
<p id="one">How may I help you today?</p>
|
|
<p id="two">I can assist you with:</p>
|
|
<ul>
|
|
<li id="three">Checking the latest updates.</li>
|
|
<li id="four">Finding a product to suit your needs</li>
|
|
<li id="five">Manage your account, subscriptions, and licenses</li>
|
|
<li id="six">Modifying settings for individual products</li>
|
|
<li id="seven">Answering your specific questions with a chat assistant</li>
|
|
</ul>
|
|
<div id="fade">
|
|
<a routerLink="/announcements" class="btn">View Announcements</a>
|
|
<a routerLink="/products" class="btn">Browse Products</a>
|
|
<a routerLink="/account" class="btn">Manage Account</a>
|
|
<a routerLink="/settings" class="btn">Modify Settings</a>
|
|
<a routerLink="/chat" class="btn">Chat with Hikari</a>
|
|
</div>
|