-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (141 loc) · 6.9 KB
/
Copy pathindex.html
File metadata and controls
141 lines (141 loc) · 6.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>AMV ARSIP</title>
<meta name="description" content="Resources, tools, plugins, and project files for AMV creators.">
<meta property="og:image" content="https://amv.arsip.site/resources/thumbnail.webp" />
<meta property="og:title" content="AMV ARSIP" />
<meta property="og:description" content="Resources, tools, plugins, and project files for AMV creators." />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "AMV ARSIP",
"description": "Resources, tools, plugins, and project files for AMV creators.",
"url": "https://amv.arsip.site"
}
</script>
<link rel="preload" href="favicon.ico" as="image" type="image/x-icon" fetchpriority="high">
<link rel="preload" href="resources/icon.webp" as="image" type="image/webp" fetchpriority="high">
<link rel="preload" href="resources/background.webp" as="image" type="image/webp" fetchpriority="high">
<link rel="preload" href="resources/covers.webp" as="image" type="image/webp" fetchpriority="high">
<link rel="preload" href="resources/font.woff2" as="font" type="font/woff2" crossorigin="anonymous" fetchpriority="high">
<link rel="stylesheet" href="style.css">
<script src="script.js" type="module" defer></script>
</head>
<body>
<div class="header" role="banner">
<a class="profile" href="#home" aria-label="Profile">
<img class="icon" src="resources/icon.webp" width="240" height="240" alt="Icon">
</a>
<a class="title" href="#home" aria-label="Title">AMV ARSIP</a>
<a href="#home" aria-label="Collections" data-icon="apps"></a>
</div>
<div class="page home" role="main">
<h1>AMV ARSIP</h1>
<span class="br"></span>
<span class="p">"Unleash Your Creativity"</span>
<span class="hr"></span>
<span class="h2">Collections</span>
<span class="p">Resources, tools, plugins, and project files for AMV creators.</span>
<span class="br"></span>
<div class="list title-desc collections-list">
<a href="#software-tools" aria-label="Software & Tools">
<span class="title">Software & Tools</span>
<span class="desc">Software and tools for AMV editing</span>
</a>
<a href="#plugins-scripts" aria-label="Plugins & Scripts">
<span class="title">Plugins & Scripts</span>
<span class="desc">Plugins and scripts for editing software</span>
</a>
<a href="#editing-assets" aria-label="Editing Assets">
<span class="title">Editing Assets</span>
<span class="desc">Assets for AMV editing</span>
</a>
<a href="#project-files" aria-label="Project Files">
<span class="title">Project Files</span>
<span class="desc">Project files from AMV editors</span>
</a>
</div>
<span class="hr"></span>
<span class="h2">Join the Community</span>
<span class="p">Connect with other AMV creators, share your edits, learn new techniques, and grow together with the community.</span>
<span class="br"></span>
<a class="button" href="https://chat.whatsapp.com/JXJWOe4moNpE7TXr4Ox923" target="_blank">
<div data-icon="whatsapp"></div>
<span>Join Now</span>
</a>
</div>
<div class="page about">
<span class="h2">About Us</span>
<span class="p">About AMV ARSIP</span>
<span class="hr"></span>
<span class="p">AMV ARSIP is a community-driven resource hub created for AMV editors and content creators.</span>
<span class="p">Our goal is to provide useful editing resources such as anime clips, software tools, and project files to help creators improve their editing skills and workflow.</span>
<span class="p">We aim to build a space where creators can learn, share, and grow together.</span>
</div>
<div class="page software-tools">
<span class="h2">Software & Tools</span>
<span class="p">Essential software and tools commonly used by AMV editors for editing, encoding, and visual effects.</span>
<span class="hr"></span>
<div class="list icon-title-desc software-tools-list"
data-src="collections/software-tools.list"
data-template="#icon-title-desc-card"
></div>
</div>
<div class="page plugins-scripts">
<span class="h2">Plugins & Scripts</span>
<span class="p">Useful plugins and scripts to enhance your editing workflow.</span>
<span class="hr"></span>
<div class="list icon-title-desc plugins-scripts"
data-src="collections/plugins-scripts.list"
data-template="#icon-title-desc-card"
></div>
</div>
<div class="page editing-assets">
<span class="h2">Editing Assets</span>
<span class="p">A collection of editing resources that can help improve your AMV edits.</span>
<span class="hr"></span>
<span class="h3">Anime Clips</span>
<span class="p">High-quality anime clips that can be used for AMV editing projects.</span>
<span class="br"></span>
<div class="list icon-title-desc anime-clips-list"
data-src="collections/anime-clips.list"
data-template="#icon-title-desc-card"
></div>
</div>
<div class="page project-files">
<span class="h2">Project Files</span>
<span class="p">Download project files from other editors to study editing techniques and learn new workflows.</span>
<span class="hr"></span>
<div class="list title-desc project-files-list"
data-src="collections/project-files.list"
data-template="#title-desc-card"
></div>
</div>
<div class="footer" role="contentinfo">
<span>© 2026 AMV ARSIP. All Rights Reserved.</span>
<span>Built for the AMV creator community.</span>
<div class="urls">
<a href="#faq">FAQ</a>
<a href="#about">About</a>
</div>
</div>
<template id="icon-title-desc-card">
<a target="_blank" data-field="href:url">
<img class="icon" loading="lazy" data-field="src:image">
<span class="title" data-field="textContent:title"></span>
<span class="desc" data-field="textContent:desc"></span>
</a>
</template>
<template id="title-desc-card">
<a target="_blank" data-field="href:url style.backgroundImage:image">
<span class="title" data-field="textContent:title"></span>
<span class="desc" data-field="textContent:desc"></span>
</a>
</template>
</body>
</html>