modifying discord link so it works :)
This commit is contained in:
parent
d23f1f1677
commit
e543701840
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 312 KiB |
11
content/assets/script/disc.js
Normal file
11
content/assets/script/disc.js
Normal file
@ -0,0 +1,11 @@
|
||||
function discpop()
|
||||
{
|
||||
Swal.fire
|
||||
({
|
||||
title: "",
|
||||
text: "",
|
||||
icon: "info",
|
||||
confirmButtonText: "Okay!",
|
||||
theme: "dark"
|
||||
});
|
||||
}
|
@ -102,6 +102,10 @@ h2 {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
* {
|
||||
color: #ea8aff;
|
||||
|
@ -8,11 +8,15 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/assets/styles/main.css">
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
<script src="/assets/script/disc.js"></script>
|
||||
|
||||
<title>roseapollo</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="about">
|
||||
<h1>rose apollo</h1>
|
||||
<p>she/her</p>
|
||||
@ -30,7 +34,7 @@
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="logitem">
|
||||
<!--<div class="logitem">
|
||||
<a href="https://www.youtube.com/watch?v=6RG577TGWcQ" class="nounderlink">
|
||||
<img src="https://i.ytimg.com/vi/6RG577TGWcQ/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARhUIGUoTjAP&rs=AOn4CLAOkwZkoeyeNbnGlyzgViF2OiKyOg">
|
||||
<div class="logtext">
|
||||
@ -41,22 +45,24 @@
|
||||
</div>
|
||||
<div class="logitem">
|
||||
<a href="https://bsky.app/profile/rose.roseapollo.com" class="nounderlink">
|
||||
<img src="/assets/bluesky.webp">
|
||||
<img src="/assets/img/bluesky.webp">
|
||||
<div class="logtext">
|
||||
<h2>bluesky</h2>
|
||||
<p></p>
|
||||
</div>
|
||||
</a>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<div id="footer">
|
||||
<a href="https://bsky.app/profile/rose.roseapollo.com" target="_blank">bluesky</a>
|
||||
<a href="https://discord.gg/XbHYc9MX" target="_blank">discord</a>
|
||||
<a href="https://bsky.app/profile/rose.roseapollo.com/" target="_blank">bluesky</a>
|
||||
<a style="text-decoration: underline; cursor: pointer;" onclick="discpop();">discord</a>
|
||||
<a href="mailto:rose@roseapollo.com">email</a>
|
||||
<a href="https://git.roseapollo.com/rose" target="_blank">git</a>
|
||||
<a href="https://roseapollo.itch.io" target="_blank">itch.io</a>
|
||||
<a href="https://youtube.com/@rose_x86" target="_blank">youtube</a>
|
||||
<a href="https://git.roseapollo.com/rose/" target="_blank">git</a>
|
||||
<a href="https://roseapollo.itch.io/" target="_blank">itch.io</a>
|
||||
<a href="https://youtube.com/@rose_x86/" target="_blank">youtube</a>
|
||||
<a href="https://git.roseapollo.com/rose/roseapollo.com/" target="_blank" class="padded">source</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -8,7 +8,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/assets/styles/main.css">
|
||||
|
||||
<title>roseapollo | photos</title>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user