Skip to content

Commit 84d6bbf

Browse files
committed
svg
1 parent 02fbf93 commit 84d6bbf

19 files changed

+39
-39
lines changed
Binary file not shown.
Binary file not shown.
-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

base/__pycache__/apps.cpython-310.pyc

-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

base/__pycache__/urls.cpython-310.pyc

-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
Binary file not shown.

base/templates/Animation_lib/doc_page.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@ <h2 id="getting_started">Getting Started</h2>
117117

118118
<h2 id="features">Features</h2>
119119
<p>
120-
<b><img class="pin" src="pin.svg" />Normal Language:</b>
120+
<b><img class="pin" src="../static/assets/pin.svg" />Normal Language:</b>
121121
The names of the animation are very close to normal human language
122122
and users do not need to write any code at all.
123123
</p>
124124
<p>
125-
<b><img class="pin" src="pin.svg" />Easy to Use:</b>
125+
<b><img class="pin" src="../static/assets/pin.svg" />Easy to Use:</b>
126126
The library navigation is clear and flows. It gives you control on
127127
how you want the animation to look like
128128
</p>
129129
<p>
130-
<b><img class="pin" src="pin.svg" />Light and user-friendly:</b>
130+
<b><img class="pin" src="../static/assets/pin.svg" />Light and user-friendly:</b>
131131
It is built on pure CSS and doesnt take much load time hence content
132132
loads a lot faster.
133133
</p>
@@ -207,7 +207,7 @@ <h2 id="sm1">Something Missing?</h2>
207207
<div class="submit">
208208
<button id="next1" type="submit">
209209
<a href="{% url 'doc_page2' %}">
210-
<div class="up">Next<img class="next" src="next.svg" /></div>
210+
<div class="up">Next<img class="next" src="../static/assets/next.svg" /></div>
211211
<br />
212212
<div class="down">Installation</div>
213213
</a>

base/templates/Animation_lib/doc_page2.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ <h2 id="requirement">Requirements</h2>
119119
interactive and engaging experience.
120120
</p>
121121
<p>
122-
<b><img class="pin" src="pin.svg">Basics of HTML</b>
122+
<b><img class="pin" src="../static/assets/pin.svg">Basics of HTML</b>
123123
<br>
124-
<b><img class="pin" src="pin.svg">Basics of CSS</b>
124+
<b><img class="pin" src="../static/assets/pin.svg">Basics of CSS</b>
125125
<br>
126-
<b><img class="pin" src="pin.svg">General Computer Knowledge</b>
126+
<b><img class="pin" src="../static/assets/pin.svg">General Computer Knowledge</b>
127127
</p>
128128

129129
<h2 id="importing">Importing Animax</h2>
@@ -189,7 +189,7 @@ <h2 id="contributing">Contributing to Animax</h2>
189189
</p>
190190
<p>
191191
<a href="https://github.com/zuri-training/anima_lib_team98/blob/develop/CONTRIBUTING.md">
192-
Read more on guidelines to contribute on our Github <img class="git" src="next.svg">
192+
Read more on guidelines to contribute on our Github <img class="git" src="../static/assets/next.svg">
193193
</a>
194194
</p>
195195

@@ -218,15 +218,15 @@ <h2 id="sm2">Something Missing?</h2>
218218
<div class="submit">
219219
<button id="previous" type="submit">
220220
<a href="{% url 'doc_page1' %}">
221-
<div class="up"><img class="previous" src="previous.svg">Previous</div>
221+
<div class="up"><img class="previous" src="../static/assets/previous.svg">Previous</div>
222222
<br>
223223
<div class="down">Introduction</div>
224224
</a>
225225
</button>
226226

227227
<button id="next" type="submit">
228228
<a href="{% url 'doc_page3' %}">
229-
<div class="up">Next<img class="next" src="next.svg"></div>
229+
<div class="up">Next<img class="next" src="../static/assets/next.svg"></div>
230230
<br>
231231
<div class="down">Properties</div>
232232
</a>

base/templates/Animation_lib/doc_page3.html

+28-28
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ <h2 id="alternate">Alternate Colours</h2>
116116
Indigo and Violet. This animation has two variations as below.
117117
</p>
118118
<p>
119-
<b><img class="pin" src="pin.svg" />Alternate colour: </b>
119+
<b><img class="pin" src="../static/assets/pin.svg" />Alternate colour: </b>
120120
Alternates the colour of the whole body of the object.
121121
</p>
122122
<p>
123-
<b><img class="pin" src="pin.svg" />Alternate text colour: </b>
123+
<b><img class="pin" src="../static/assets/pin.svg" />Alternate text colour: </b>
124124
Alternates the colour of the text contained inside object.
125125
</p>
126126

@@ -130,25 +130,25 @@ <h2 id="blink">Blink</h2>
130130
its transparency.
131131
</p>
132132
<p>
133-
<b><img class="pin" src="pin.svg" />Blink: </b>
133+
<b><img class="pin" src="../static/assets/pin.svg" />Blink: </b>
134134
This produces a simple blinking effect on your applied object.
135135
</p>
136136
<p>
137137
<b
138-
><img class="pin" src="pin.svg" />Blink-red, -green and –blue:
138+
><img class="pin" src="../static/assets/pin.svg" />Blink-red, -green and –blue:
139139
</b>
140140
This make your object to blink with corresponding colour suffixed,
141141
irrespective of the object’s initial colour.
142142
</p>
143143
<p>
144144
<b
145-
><img class="pin" src="pin.svg" />Blink-text-red, -green and
145+
><img class="pin" src="../static/assets/pin.svg" />Blink-text-red, -green and
146146
–blue:
147147
</b>
148148
This applies the animation above to texts
149149
</p>
150150
<p>
151-
<b><img class="pin" src="pin.svg" />Blink-and-fade: </b>
151+
<b><img class="pin" src="../static/assets/pin.svg" />Blink-and-fade: </b>
152152
This animation applies both the phenomenon of blinking and fading to
153153
an object.
154154
</p>
@@ -161,11 +161,11 @@ <h2 id="bounce">Bounce</h2>
161161
preference.
162162
</p>
163163
<p>
164-
<b><img class="pin" src="pin.svg" />Bounce-1x to -5x: </b>
164+
<b><img class="pin" src="../static/assets/pin.svg" />Bounce-1x to -5x: </b>
165165
Increase in the number produces faster oscillation.
166166
</p>
167167
<p>
168-
<b><img class="pin" src="pin.svg" />Bounce and slide: </b>
168+
<b><img class="pin" src="../static/assets/pin.svg" />Bounce and slide: </b>
169169
This produces a slide and bounce animation when applied to an
170170
object.
171171
</p>
@@ -177,7 +177,7 @@ <h2 id="cloud">Cloud</h2>
177177
doesn’t want the ability to fly?
178178
</p>
179179
<p>
180-
<b><img class="pin" src="pin.svg" />Big cloud: </b>
180+
<b><img class="pin" src="../static/assets/pin.svg" />Big cloud: </b>
181181
Your object floats like a big cloud.
182182
</p>
183183

@@ -188,23 +188,23 @@ <h2 id="fade">Fade</h2>
188188
to keep in your animation arsenal.
189189
</p>
190190
<p>
191-
<b><img class="pin" src="pin.svg" />Fade-in: </b>
191+
<b><img class="pin" src="../static/assets/pin.svg" />Fade-in: </b>
192192
This gradually reduces the opacity of your object from full
193193
transparency to full opacity.
194194
</p>
195195
<p>
196-
<b><img class="pin" src="pin.svg" />Fade-out: </b>
196+
<b><img class="pin" src="../static/assets/pin.svg" />Fade-out: </b>
197197
This performs, precisely you are probably thinking, the opposite of
198198
Fade-in. The object transitions from full opacity to full
199199
transparency.
200200
</p>
201201
<p>
202-
<b><img class="pin" src="pin.svg" />Fade-in-out: </b>
202+
<b><img class="pin" src="../static/assets/pin.svg" />Fade-in-out: </b>
203203
This combines both the effect of Fade-in and Fade-out. Awesome,
204204
right?
205205
</p>
206206
<p>
207-
<b><img class="pin" src="pin.svg" />Fade-out-persist: </b>
207+
<b><img class="pin" src="../static/assets/pin.svg" />Fade-out-persist: </b>
208208
After the object fades out, it retains the last transparency.
209209
</p>
210210

@@ -215,19 +215,19 @@ <h2 id="move">Move</h2>
215215
object’s initial position.
216216
</p>
217217
<p>
218-
<b><img class="pin" src="pin.svg" />Move-up: </b>
218+
<b><img class="pin" src="../static/assets/pin.svg" />Move-up: </b>
219219
The object changes its postion and goes upward
220220
</p>
221221
<p>
222-
<b><img class="pin" src="pin.svg" />Move-down: </b>
222+
<b><img class="pin" src="../static/assets/pin.svg" />Move-down: </b>
223223
The object changes its postion and goes downward
224224
</p>
225225
<p>
226-
<b><img class="pin" src="pin.svg" />Move-left: </b>
226+
<b><img class="pin" src="../static/assets/pin.svg" />Move-left: </b>
227227
The object changes its positon and goes towards the left
228228
</p>
229229
<p>
230-
<b><img class="pin" src="pin.svg" />Move-right: </b>
230+
<b><img class="pin" src="../static/assets/pin.svg" />Move-right: </b>
231231
The object changes its position and goes towards the right.
232232
</p>
233233

@@ -240,13 +240,13 @@ <h2 id="pulse">Pulse</h2>
240240
produce a pulsating effect.
241241
</p>
242242
<p>
243-
<b><img class="pin" src="pin.svg" />Heartbeat:</b>
243+
<b><img class="pin" src="../static/assets/pin.svg" />Heartbeat:</b>
244244
</p>
245245
<p>
246-
<b><img class="pin" src="pin.svg" />Reverse:</b>
246+
<b><img class="pin" src="../static/assets/pin.svg" />Reverse:</b>
247247
</p>
248248
<p>
249-
<b><img class="pin" src="pin.svg" />Pulse:</b>
249+
<b><img class="pin" src="../static/assets/pin.svg" />Pulse:</b>
250250
</p>
251251

252252
<h2 id="rotate">Rotate</h2>
@@ -255,19 +255,19 @@ <h2 id="rotate">Rotate</h2>
255255
directions.
256256
</p>
257257
<p>
258-
<b><img class="pin" src="pin.svg" />Spin: </b>
258+
<b><img class="pin" src="../static/assets/pin.svg" />Spin: </b>
259259
The object spins in the clock-wise direction at a preset speed.
260260
</p>
261261
<p>
262-
<b><img class="pin" src="pin.svg" />Reverse Spin: </b>
262+
<b><img class="pin" src="../static/assets/pin.svg" />Reverse Spin: </b>
263263
The object will rotate in the anti-clockwise direction, also at a
264264
preset speed.
265265
</p>
266266
<p>
267267
<b
268268
><img
269269
class="pin"
270-
src="pin.svg"
270+
src="../static/assets/pin.svg"
271271
/>Rotate-angle-direction/Rotate-direction-angle:
272272
</b>
273273
</p>
@@ -279,16 +279,16 @@ <h2 id="stretch">Stretch</h2>
279279
the object stretches both its width, height and/or both.
280280
</p>
281281
<p>
282-
<b><img class="pin" src="pin.svg" />Stretch-wide: </b>
282+
<b><img class="pin" src="../static/assets/pin.svg" />Stretch-wide: </b>
283283
The object provide an animation wherein it is being stretched
284284
horizontally.
285285
</p>
286286
<p>
287-
<b><img class="pin" src="pin.svg" />Stretch-high: </b>
287+
<b><img class="pin" src="../static/assets/pin.svg" />Stretch-high: </b>
288288
The object stretches vertically.
289289
</p>
290290
<p>
291-
<b><img class="pin" src="pin.svg" />Squash-and-stretch: </b>
291+
<b><img class="pin" src="../static/assets/pin.svg" />Squash-and-stretch: </b>
292292
The animation displays the object being
293293
squashed and stretched simultaneously and/or alternately.
294294
</p>
@@ -319,7 +319,7 @@ <h2 id="sm3">Something Missing?</h2>
319319
<button id="previous" type="submit">
320320
<a href="{% url 'doc_page2' %}">
321321
<div class="up">
322-
<img class="previous" src="previous.svg" />Previous
322+
<img class="previous" src="../static/assets/previous.svg" />Previous
323323
</div>
324324
<br />
325325
<div class="down">Installation</div>
@@ -328,7 +328,7 @@ <h2 id="sm3">Something Missing?</h2>
328328

329329
<button id="next" type="submit">
330330
<a href="{% url 'doc_page4' %}">
331-
<div class="up">Next<img class="next" src="next.svg" /></div>
331+
<div class="up">Next<img class="next" src="../static/assets/next.svg" /></div>
332332
<br />
333333
<div class="down">Usage Examples</div>
334334
</a>

base/templates/Animation_lib/doc_page4.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h2 id="sm4">Something Missing?</h2>
212212
<button id="previous" type="submit">
213213
<a href="{% url 'doc_page3' %}">
214214
<div class="up">
215-
<img class="previous" src="previous.svg" />Previous
215+
<img class="previous" src="../static/assets/previous.svg" />Previous
216216
</div>
217217
<br />
218218
<div class="down">Properties</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)