Socialify

Folder ..

Viewing districts.svelte
176 lines (176 loc) • 5.1 KB

  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
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<div>
  <h1 class="text-2xl saira">Districts on Pagoda</h1>
  <p class="text-xs mt-2">
    Explore the districts on Pagoda and discover the sites that make up the
    community. True to the original <a
      href="https://districts.neocities.org"
      class="text-pagodapurple-shine hover:underline"
      target="_blank"
      rel="noopener noreferrer">Neocities Districts</a
    >, each district is a unique collection of sites that share a common theme
    or interest.
  </p>
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-4 mt-4">
    <!-- District: Arcadia, Arles, Hollywood, Oxford, Petsburg, Purgatory, Silicon Valley, Sliver Lake, Stratford-upon-Avon, Tokyo -->
    <a
      class="flex flex-row bg-arcadia rounded items-center px-4 py-2"
      href="/districts/arcadia"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Arcadia</h2>
        <p class="text-xs">Video games, puzzles, toys</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/arcadia.png"
          alt="Arcadia District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-arles rounded items-center px-4 py-2"
      href="/districts/arles"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Arles</h2>
        <p class="text-xs">Drawings, photos, visual art</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/arles.png"
          alt="Arles District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-hollywood rounded items-center px-4 py-2"
      href="/districts/hollywood"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Hollywood</h2>
        <p class="text-xs">Cartoons, movies, western media</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/hollywood.png"
          alt="Hollywood District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-oxford rounded items-center px-4 py-2"
      href="/districts/oxford"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Oxford</h2>
        <p class="text-xs">Books, literature, poetry</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/oxford.png"
          alt="Oxford District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-petsburg rounded items-center px-4 py-2"
      href="/districts/petsburg"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Petsburg</h2>
        <p class="text-xs">Animals and people who love them</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/petsburg.png"
          alt="Petsburg District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-purgatory rounded items-center px-4 py-2"
      href="/districts/purgatory"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Purgatory</h2>
        <p class="text-xs">Horror, dark, gothic</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/purgatory.png"
          alt="Purgatory District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-silicon-valley rounded items-center px-4 py-2"
      href="/districts/silicon-valley"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Silicon Valley</h2>
        <p class="text-xs">Tech, programming, computers</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/silicon.png"
          alt="Silicon Valley District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-silver-lake rounded items-center px-4 py-2"
      href="/districts/silver-lake"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Silver Lake</h2>
        <p class="text-xs">Music, bands, concerts</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/silver.png"
          alt="Silver Lake District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-stratford-upon-avon rounded items-center px-4 py-2"
      href="/districts/stratford"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Stratford-upon-Avon</h2>
        <p class="text-xs">Writers and their writing</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/stratford.png"
          alt="Stratford-upon-Avon District"
          class="w-full h-auto"
        />
      </div>
    </a>
    <a
      class="flex flex-row bg-tokyo rounded items-center px-4 py-2"
      href="/districts/tokyo"
    >
      <div class="w-2/3">
        <h2 class="text-lg saira">Tokyo</h2>
        <p class="text-xs">Anime, manga, and the far east</p>
      </div>
      <div class="w-1/3">
        <img
          src="/images/districts/tokyo.png"
          alt="Tokyo District"
          class="w-full h-auto"
        />
      </div>
    </a>
  </div>
</div>