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