45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
<% content_for(:html_head) do %>
|
|
<% description = "Hi, I'm Donovan! I like to code and do other random things!" %>
|
|
<%= render "head_images",
|
|
manifest_path: furry_cool_home_manifest_path(:json)
|
|
%>
|
|
<%= render "twitter_card",
|
|
card_creator: "@Donovan_DMC",
|
|
card_description: description,
|
|
card_image: image_path("#{assets_path}/DonPride.png"),
|
|
card_image_alt: "Donovan_DMC's Icon"
|
|
%>
|
|
|
|
<%= render "dublin_core",
|
|
dc_creator: "Donovan_DMC",
|
|
dc_description: description
|
|
%>
|
|
|
|
<%= render "open_graph",
|
|
og_description: description,
|
|
og_image: image_path("#{assets_path}/DonPride.png"),
|
|
og_image_type: "image/png",
|
|
og_image_width: 4000,
|
|
og_image_height: 4000,
|
|
og_image_alt: "Donovan_DMC's Icon"
|
|
%>
|
|
<% end %>
|
|
|
|
<%= image_tag("#{assets_path}/DonPrideTransparent.png", class: "logo") %>
|
|
<h1>Donovan_DMC</h1>
|
|
<h2>
|
|
<br>
|
|
<br>
|
|
<a href="https://twitter.com/Donovan_DMC">Twitter</a>
|
|
<span class="spacer">|</span>
|
|
<a href="https://github.com/DonovanDMC">Github</a>
|
|
<span class="spacer">|</span>
|
|
<a href="https://maid.gay">Discord Bot</a>
|
|
<br>
|
|
<a href="<%= Websites.config.personal_discord_invite %>">Discord Server</a>
|
|
<span class="spacer">|</span>
|
|
<a href="https://github.com/OceanicJS/Oceanic">Discord Bot Library</a>
|
|
<span class="spacer">|</span>
|
|
<a href="https://github.com/DonovanDMC/E621">E621 Library</a>
|
|
</h2>
|