Improve layout
This commit is contained in:
parent
b65d7944c6
commit
4d12ce5cb3
@ -1,12 +1,27 @@
|
|||||||
---
|
---
|
||||||
title: Contact Information
|
title: Contact Information
|
||||||
description: Get in touch with me!
|
# description: Get in touch with me!
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Want to get in touch? Feel free to send me an email at [evan@ewpratten.com](mailto:evan@ewpratten.com).
|
Want to get in touch? Feel free to send me an email at:
|
||||||
|
|
||||||
## Find me elsewhere
|
> **[evan@ewpratten.com](mailto:evan@ewpratten.com)**
|
||||||
|
|
||||||
|
## AS54041 network operations
|
||||||
|
|
||||||
|
**AS54041** operates with a selective peering policy. If you are interested in peering with this network, please send an email to [noc@ewpratten.com](mailto:noc@ewpratten.com).
|
||||||
|
|
||||||
|
All other network information may be found via:
|
||||||
|
|
||||||
|
- [PeeringDB](https://www.peeringdb.com/asn/54041)
|
||||||
|
- [BGP.tools](https://bgp.tools/as/54041)
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
<h2>Find me elsewhere</h2>
|
||||||
|
</summary>
|
||||||
|
|
||||||
- [LinkedIn](https://www.linkedin.com/in/ewpratten/)
|
- [LinkedIn](https://www.linkedin.com/in/ewpratten/)
|
||||||
- [GitHub](https://github.com/ewpratten)
|
- [GitHub](https://github.com/ewpratten)
|
||||||
@ -22,12 +37,4 @@ Want to get in touch? Feel free to send me an email at [evan@ewpratten.com](mail
|
|||||||
- [Modrinth](https://modrinth.com/user/ewpratten)
|
- [Modrinth](https://modrinth.com/user/ewpratten)
|
||||||
- [IMDb](https://www.imdb.com/name/nm13747554/)
|
- [IMDb](https://www.imdb.com/name/nm13747554/)
|
||||||
<!--- [IETF Datatracker](https://datatracker.ietf.org/person/Evan%20Pratten) -->
|
<!--- [IETF Datatracker](https://datatracker.ietf.org/person/Evan%20Pratten) -->
|
||||||
|
</details>
|
||||||
## AS54041 network operations
|
|
||||||
|
|
||||||
**AS54041** operates with a selective peering policy. If you are interested in peering with this network, please send an email to [noc@ewpratten.com](mailto:noc@ewpratten.com).
|
|
||||||
|
|
||||||
All other network information may be found via:
|
|
||||||
|
|
||||||
- [PeeringDB](https://www.peeringdb.com/asn/54041)
|
|
||||||
- [BGP.tools](https://bgp.tools/as/54041)
|
|
30
sass/elements/details.scss
Normal file
30
sass/elements/details.scss
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
details {
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
border: 1px solid #d7dde3;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
|
summary {
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
margin: none;
|
||||||
|
padding: none;
|
||||||
|
border: none;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > :nth-child(2) {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
padding-top: 0.5em;
|
||||||
|
border-top: 1px solid #d7dde3;
|
||||||
|
}
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
p,
|
p,
|
||||||
li,
|
li,
|
||||||
span {
|
span {
|
||||||
font-family: "Open Sans", serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@ -10,6 +10,12 @@ p {
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-justify {
|
||||||
|
p {
|
||||||
|
text-align: left !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
sub,
|
sub,
|
||||||
sup {
|
sup {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
@ -73,6 +73,7 @@ main {
|
|||||||
@import "elements/table.scss";
|
@import "elements/table.scss";
|
||||||
@import "elements/text.scss";
|
@import "elements/text.scss";
|
||||||
@import "elements/image.scss";
|
@import "elements/image.scss";
|
||||||
|
@import "elements/details.scss";
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -3,7 +3,7 @@ async function redirect_secondary_domains(context) {
|
|||||||
let url = new URL(context.request.url);
|
let url = new URL(context.request.url);
|
||||||
|
|
||||||
// If the request is for any of the secondary domains, redirect to the primary domain
|
// If the request is for any of the secondary domains, redirect to the primary domain
|
||||||
var secondary_domains = ['test.ewp.fyi', 'va3zza.com', 'evan.pratten.ca', 'evan.warren.pratten.ca'];
|
var secondary_domains = ['va3zza.com', 'evan.pratten.ca', 'evan.warren.pratten.ca'];
|
||||||
if (secondary_domains.includes(url.hostname)) {
|
if (secondary_domains.includes(url.hostname)) {
|
||||||
url.searchParams.set("utm_source", url.hostname);
|
url.searchParams.set("utm_source", url.hostname);
|
||||||
url.searchParams.set("utm_campaign", "secondary_domains");
|
url.searchParams.set("utm_campaign", "secondary_domains");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user