-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (63 loc) · 2.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<title>mofu mofu</title>
<!--<meta charset="utf-8" name="viewport"
content= "width=device-width, initial-scale=1.0">-->
<link rel="shortcut icon" type="image/x-icon" href="Images/favicon.ico" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<script src="https://unpkg.com/scrollreveal@4"></script>
<style>
body{
font-family: 'hall_feticaregular';
}
body {
background-image: linear-gradient(to bottom right, rgba(0,235,235,.25), rgba(0,235,130,1)) ,url("https://mofuti.me/Images/mofuscrollmin.gif");
height: 100%;
margin: 0;
background-repeat: repeat;
background-attachment: fixed;
height: 1000px
}
</style>
<h1 style="text-align: center;">
<div class="main">
<img style="display: block; margin-left: auto; margin-right: auto;" src="Images/kimuraapng.png" alt="Drawn by Cloudrabbit - https://twitter.com/_cloudrabbit" width="820" height="820" class="inline"/>
</div>
<script>
ScrollReveal().reveal('.main');
</script>
<!--<section class="button">-->
<div class="bsky">
<a href="https://bsky.app/profile/mofuti.me"><img src="Images/bsky.png" alt="bluesky" style="width:90px;height:90px;"></a>
</div>
<script>
ScrollReveal().reveal('.bsky');
</script>
<div class="twitter">
<a href="https://www.twitter.com/maple_java"><img src="Images/twitter.png" alt="twitter" style="width:90px;height:90px;"></a>
</div>
<script>
ScrollReveal().reveal('.twitter');
</script>
<div class="refs">
<a href="https://www.mofuti.me/refs"><img src="Images/refs.png" alt="twitter" style="width:120px;height:120px;"></a>
</div>
<script>
ScrollReveal().reveal('.refs');
</script>
<div class="kofi">
<a href="https://ko-fi.com/maplejava"><img src="Images/kofi.png" alt="kofi" style="width:90px;height:90px;"></a>
</div>
<script>
ScrollReveal().reveal('.kofi');
</script>
<div class="shirt">
<a href="https://maplejava.threadless.com"><img src="Images/shirt.png" alt="shirt" style="width:90px;height:90px;"></a>
</div>
<script>
ScrollReveal().reveal('.shirt');
</script>
<!--</section>-->
</h1>
</body>
</html>