start/index.html
2024-08-17 17:15:54 -04:00

166 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html lang="eng-US">
<head>
<meta charset="utf-8"/>
<title>Ami :: Start</title>
<link rel="icon" type="image/svg+xml" href="assets/img/favicon.png"/>
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
</head>
<body>
<header>
<h1>Ami :: Start</h1>
</header>
<div class="link_box personal">
<h2>🤵🏼 Personal</h2>
<a href="https://account.proton.me/login">
<img src="assets/img/proton.svg">
Proton
</a>
<a href="https://app.simplelogin.io/auth/login">
<img src="assets/img/simplelogin.svg">
SimpleLogin
</a>
<a href="https://cloud.ami.sc/">
<img src="assets/img/polyhedra.png">
Polyhedra
</a>
</div>
<div class="link_box home">
<h2>🏡 Home</h2>
<a href="https://linkpm.residentportal.com/">
<img src="assets/img/libary_park.png">
Libary Park
</a>
<a href="https://nepoh.utilityhawk.us/">
<img src="assets/img/utility_hawk.png">
UtilityHawk
</a>
<a href="https://ipn.paymentus.com/cp/nep">
<img src="assets/img/nep.png">
NEP
</a>
<a href="https://att.com/acctmgmt/signin">
<img src="assets/img/att.svg">
myAT&T
</a>
</div>
<div class="link_box work">
<h2>💼 Work</h2>
<a href="https://nationwidechildrens.sharepoint.com/sites/A10001">
<img src="assets/img/anchor.png">
ANCHOR
</a>
<a href="https://rpw-jira01.crii.org/">
<img src="assets/img/jira.svg">
Jira
</a>
<a href="https://r1pwconflu01.crii.org/">
<img src="assets/img/confluence.svg">
Confluence
</a>
<a href="https://igm.awsapps.com/start/">
<img src="assets/img/aws.svg">
AWS
</a>
</div>
<div class="link_box finance">
<h2>💵 Finance</h2>
<a href="https://bankofamerica.com/">
<img src="assets/img/bofa.svg">
BofA
</a>
<a href="https://americanexpress.com/en-us/account/login">
<img src="assets/img/amex.svg">
AMEX
</a>
<a href="https://discover.com/">
<img src="assets/img/discover.svg">
Discover
</a>
<a href="https://lemonade.com/login">
<img src="assets/img/lemonade.png">
Lemonade
</a>
</div>
<div class="link_box management">
<h2>🖥️ Management</h2>
<a href="https://accounts.hetzner.com/login/">
<img src="assets/img/hetzner.png">
Hetzner
</a>
<a href="https://dash.cloudflare.com/login/">
<img src="assets/img/cloudflare.svg">
Cloudflare
</a>
<a href="https://dynadot.com/account/sign-in">
<img src="assets/img/dynadot.jpg">
DynaDot
</a>
<a href="https://auth.ami.sc/admin/alcyone/console/">
<img src="assets/img/alcyone.png">
Alcyone
</a>
</div>
<div class="link_box productivity">
<h2>🗒️ Productivity</h2>
<a href="https://git.ami.sc/">
<img src="assets/img/arsenic.png">
Arsenic
</a>
<a href="https://wiki.ami.sc/">
<img src="assets/img/outline.svg">
Outline
</a>
<a href="https://sheets.ami.sc/">
<img src="assets/img/grist.png">
Grist
</a>
<a href="https://proj.ami.sc/">
<img src="assets/img/planka.png">
Planka
</a>
</div>
<div class="link_box entertainment">
<h2>📺 Entertainment</h2>
<a href="https://media.ami.sc/">
<img src="assets/img/pegasus.svg">
Pegasus
</a>
<a href="https://youtube.com/">
<img src="assets/img/youtube.svg">
YouTube
</a>
<a href="https://disneyplus.com/login/">
<img src="assets/img/disney+.png">
Disney+
</a>
<a href="https://lichess.org/">
<img src="assets/img/lichess.svg">
lichess
</a>
</div>
<div class="link_box shopping">
<h2>🛍️ Shopping</h2>
<a href="https://amazon.com/">
<img src="assets/img/amazon.svg">
Amazon
</a>
<a href="https://adagio.com/">
<img src="assets/img/adagio.png">
Adagio Teas
</a>
</div>
</body>
</html>