feat(services): signage, hyperlinks, and styles

main
steven 2020-12-03 16:35:39 -05:00
parent f79b5a27d6
commit 6a8b16362c
1 changed files with 18 additions and 8 deletions

View File

@ -163,6 +163,12 @@
.service {
width: 50%;
}
#st-lucia {
color: #5059bd
}
#angel-mort {
color: #5877a2;
}
/* mr. hooly */
#mister-hooly {
@ -267,15 +273,19 @@
<div id="services">
<h2>services</h2>
<p>note: authentication required for access.</p>
<div class="service">
<h3>St. Lucia</h3>
<div id="st-lucia"></div>
<p>a private school where research is exchanged</p>
<div class="service" id="st-lucia">
<a href="https://st.lucia.homo.casa">
<h3>St. Lucia</h3>
<img src="/st-lucia.svg" alt="Saint Lucia Academy Crest" />
<p>a private school where research is exchanged</p>
</a>
</div>
<div class="service">
<h3>Angel Mort</h3>
<div id="angel-mort"></div>
<p>a restaurant where luxury is served</p>
<div class="service" id="angel-mort">
<a href="https://angel.mort.homo.casa">
<h3>Angel Mort</h3>
<img src="/angel-mort.svg" alt="Angel Mort Signage" />
<p>a restaurant where luxury is served</p>
</a>
</div>
</div>