-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (159 loc) · 5.63 KB
/
index.html
File metadata and controls
185 lines (159 loc) · 5.63 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
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="object show, bfdi, animator, animator program, animator app, Make animations">
<meta name="description" content="An open-source professional tool for making Object Shows and Animated Series.">
<link rel="shortcut icon" href="cinemy.png" type="image/png">
<title>Objectnimator | The Future of Object Shows</title>
<style>
:root {
--bg: #0a0a0a;
--sidebar: #141414;
--accent: #5c5cff;
--text: #eee;
--subtext: #aaa;
--card-hover: #1a1a1a;
}
* { box-sizing: border-box; }
body {
margin: 0;
background: var(--bg);
color: var(--text);
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
}
/* HEADER ESTILO APP */
header {
height: 70px;
background: #000;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2rem;
border-bottom: 1px solid #222;
position: sticky;
top: 0;
z-index: 100;
}
header h1 { font-size: 1.5rem; margin: 0; color: var(--accent); font-family: cursive; }
.applink {
background: var(--accent);
color: white;
text-decoration: none;
padding: 10px 25px;
border-radius: 6px;
font-weight: bold;
transition: 0.3s;
}
.applink:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(92, 92, 255, 0.4); }
/* MAIN LAYOUT */
main {
max-width: 1000px;
margin: 40px auto;
padding: 0 20px;
text-align: center;
}
section {
margin-bottom: 80px;
display: flex;
flex-direction: column;
align-items: center;
}
h1 { font-size: 2.5rem; margin-bottom: 1rem; }
h2 { color: var(--accent); font-size: 1.8rem; }
.cinemy-container {
background: var(--sidebar);
padding: 30px;
border-radius: 20px;
border: 1px solid #222;
margin: 20px 0;
transition: 0.3s;
}
.cinemy-container:hover { border-color: var(--accent); }
.cinemy {
max-width: 300px;
height: auto;
display: block;
margin-bottom: 15px;
}
.license-text { font-size: 0.8rem; color: var(--subtext); }
blockquote {
font-style: italic;
font-size: 1.2rem;
color: var(--subtext);
border-left: 4px solid var(--accent);
padding-left: 20px;
margin: 20px 0;
}
/* CONTRIBUTORS SECTION */
.contributors-card {
background: var(--sidebar);
padding: 40px;
border-radius: 12px;
border: 1px solid #222;
width: 100%;
}
.libraries-card {
background: var(--sidebar);
border-radius: 12px;
border: 1px solid #222;
width: 100%;
}
.contributors-card img {
max-width: 100%;
border-radius: 8px;
filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
/* FOOTER */
footer {
background: #000;
padding: 40px 20px;
text-align: center;
border-top: 1px solid #222;
}
.BFDI { color: var(--accent); text-decoration: none; font-weight: bold; }
.feedback {
margin-top: 20px;
font-size: 0.9rem;
color: var(--subtext);
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<header>
<h1>Objectnimator</h1>
<!-- <a class="applink" href="app.html">Launch App</a> -->
We have an error, We'll fix it later, so don't use it for now.
</header>
<main>
<section>
<h1>Make Object Shows for FREE</h1>
<p style="font-size: 1.2rem; color: var(--subtext);">The open-source alternative to premium animation software.</p>
<div class="cinemy-container">
<img class="cinemy" src="cinemy.png" alt="Cinemy, Objectnimator's Mascot">
<span class="license-text">Cinemy © 2025 by B4uti4GD | Licensed under CC BY-NC 4.0</span>
</div>
</section>
<section>
<h2>No Subscriptions. No Limits.</h2>
<blockquote>"A free and open source alternative to Capcut and other paid animation programs."</blockquote>
</section>
<section class="libraries-card">
<h1>Made with essential libraries for modern animation</h1> <blockquote>"as OpenFL and Theatre.js"</blockquote>
</section>
<section class="contributors-card">
<h2>Our Amazing Contributors</h2>
<img src="https://contrib.rocks/image?repo=b4uti4github/objectnimator" alt="Contributors list"/>
</section>
</main>
<footer>
<p>Made with love for the community. Dedicated to <a class="BFDI" href="https://www.youtube.com/@BFDI">jacknjellify</a></p>
<p class="feedback">Spot an issue? Help us improve by reporting bugs on <strong>GitHub Issues</strong>.</p>
</footer>
</body>
</html>