summaryrefslogtreecommitdiff
path: root/index.html
blob: f145f5c29774c0799680189813b540dde35ebb96 (plain) (blame)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html data-lt-installed="true">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>~/</title>

    <link rel="stylesheet" href="./css/colors.css" />
    <link rel="stylesheet" href="/home/fuwn/.cache/wal/colors.css" />
    <link rel="stylesheet" href="./css/index.css" />
  </head>

  <body>
    <div class="wrapper">
      <div class="waifu">
        <a href="#" id="waifu-link"
          ><img
            onload="document.getElementsByTagName('body')[0].style.opacity = 1"
            id="waifu"
        /></a>
      </div>

      <div class="content">
        <div class="time" id="time"></div>

        <div class="weather" id="weather">
          <div id="weather">
            <div id="current-weather"></div>
            <div id="tomorrows-weather"></div>
          </div>
        </div>

        <div class="links" id="links">
          <div class="link-collection">
            <a href="https://open.spotify.com/">spotify</a>
            <a href="https://stats.fm/Fuwn">stats.fm</a>
            <a href="https://www.crunchyroll.com/videos/new">crunchyroll</a>
            <a href="https://www.hidive.com/dashboard">hidive</a>
          </div>

          <div class="link-collection">
            <a href="https://livechart.me/timetable">livechart.me</a>
            <a href="https://animeschedule.net/">animescheadule</a>
            <a href="https://anichart.net/">anichart</a>
            <a href="https://due.moe/">due.moe</a>
          </div>

          <div class="link-collection">
            <a href="https://anilist.co/">anilist</a>
            <a href="https://myanimelist.net/">myanimelist</a>
            <a href="https://listen.moe/">listen.moe</a>
            <a href="https://onepace.net/watch">onepace</a>
          </div>

          <div class="link-collection">
            <a href="https://mangadex.org/">mangadex</a>
            <a href="https://www.mangaupdates.com/releases.html"
              >baka-updates</a
            >
            <a href="https://www.novelupdates.com/">novelupdates</a>
          </div>

          <div class="link-collection">
            <a href="https://mhcc.blackboard.com/">blackboard</a>
            <a href="https://oit.instructure.com/">canvas</a>
            <a href="https://techweb.oit.edu/">techweb</a>
          </div>

          <div class="link-collection">
            <a href="https://osu.ppy.sh/users/25566237">osu</a>
            <a href="https://boards.4channel.org/a/">/a/</a>
            <a href="https://boards.4channel.org/g/">/g/</a>
            <a href="https://www.reddit.com/">reddit</a>
            <a href="https://sumi.news/">sumi.news</a>
          </div>
        </div>
      </div>
    </div>

    <script src="./index.js"></script>
  </body>
</html>