Skip to content

Commit ddfb227

Browse files
committed
Move the static assets to the new structure.
1 parent 7d21737 commit ddfb227

File tree

140 files changed

+58
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+58
-54
lines changed

affiliates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="mt-16 md:mt-24 px-4 sm:px-12 md:px-12 lg:px-16">
2222
<div class="flex items-center space-x-4">
2323
<div>
24-
<img class="h-10 md:h-16 lg:h-20" src="/static/images/affiliated.svg" alt="">
24+
<img class="h-10 md:h-16 lg:h-20" src="/assets/images/affiliated.svg" alt="">
2525
</div>
2626
<h2 class="text-2xl font-normal">Affiliated</h2>
2727
</div>
@@ -37,7 +37,7 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
3737

3838
<div class="flex items-center space-x-4">
3939
<div>
40-
<img class="h-10 md:h-16 lg:h-20" src="/static/images/pending.svg" alt="">
40+
<img class="h-10 md:h-16 lg:h-20" src="/assets/images/pending.svg" alt="">
4141
</div>
4242
<h2 class="text-2xl font-normal">Pending Affiliations</h2>
4343
</div>
@@ -53,7 +53,7 @@ <h2 class="text-2xl font-normal">Pending Affiliations</h2>
5353

5454
<div class="flex items-center space-x-4">
5555
<div>
56-
<img class="h-10 md:h-16 lg:h-20" src="/static/images/join.svg" alt="">
56+
<img class="h-10 md:h-16 lg:h-20" src="/assets/images/join.svg" alt="">
5757
</div>
5858
<h2 class="text-2xl font-normal">Join Affiliations!</h2>
5959
</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)