-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwave.html
More file actions
173 lines (112 loc) · 5.1 KB
/
wave.html
File metadata and controls
173 lines (112 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Animated BG</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css'>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src= " https://code.jquery.com/jquery-3.2.1.slim.min.js "></script>
</head>
<body>
<!-- partial:index.partial.html -->
<div class="velle">
<div class="job">
<div class="header">
<a href="https://animatedbackgrounds.me">
<div class="logo">
<img class="user-profile"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtWaL3VKCRysQNlgJE2zy_LObYOQyRQpYXznxo_jLJzvyzD7xzWS0uhbCbHuByloo1yNOhencUMv0Nv2m8O9bduxsbXI0J8S7rUAKrebwDLfBAjuUTi1e_ErNsGmxRK5M9PnOaz1av6C6LZ9ypbdX8kz0DrohCsr_UchPYGsFwlO7p9QLLNr18Hr_Njg/w640-h640/IMG-20221201-WA0011-o17ZPqE_0-transformed.png"
alt="Animated-Backgrounds">
<article id="title"><span class="parent"> Animated</span><br />
<span class="name">Backgrounds</span>
</article>
</div>
</a>
<div class="user-settings">
<i class='bx bx-user'></i>
</div>
</div>
<div class="wrapper">
<div class="main-container">
<div class="search-type">
<div class="alert">
<div class="alert-title">Subscribe to our newsletter</div>
<div class="alert-subtitle">Weekly animations delivered straight to your inbox</div>
<input type="text" placeholder="Enter your email">
<button class="search-buttons">Subscribe</button>
</div>
<br>
<div class="job-time">
<div class="job-time-title">Type of Background</div>
<div id= "form" class="job-wrapper">
<div class="type-container">
<a href="https://animatedbackgrounds.me" class="bg-type" >
<label >All</label></a>
<span class="job-number">56</span>
</div>
<div class="type-container">
<a href="wave.html" class= "bg-type">
<label id= "label">Wave Animations</label></a>
<span class="job-number" id= "type">28</span>
</div>
<div class="type-container">
<a href="Bubble.html" class="bg-type" >
<label for="job2">Bubble Animations</label></a>
<span class="job-number">43</span>
</div>
<div class="type-container">
<a href="heart.html" class="bg-type" >
<label for="job3">Heart animations</label></a>
<span class="job-number">24</span>
</div>
<div class="type-container">
<a href="pattern.html" class="bg-type" >
<label for="job4">Pattern Animations</label></a>
<span class="job-number">27</span>
</div>
<div class="type-container">
<a href="3d.html" class="bg-type" >
<label for="job5">3D backgrounds</label></a>
<span class="job-number">76</span>
</div>
<div class="type-container">
<a href="Tunnel.html" class="bg-type" >
<label for="job5">Tunnel backgrounds</label></a>
<span class="job-number">76</span>
</div>
<div class="type-container">
<a href="fluid.html" class="bg-type" >
<label for="job5">Fluid simulation</label></a>
<span class="job-number">76</span>
</div>
<div class="type-container">
<a href="Noise.html" class="bg-type" >
<label for="job5">Noise animations</label></a>
<span class="job-number">76</span>
</div>
<br>
<div class="button-width">
</div>
</div>
</div>
</div>
<!--animation shots -->
<main id="wave">
<script async type="text/javascript"
src="//cdn.carbonads.com/carbon.js?serve=CESI523J&placement=animatedbackgroundsme"
id="_carbonads_js"></script>
<button class="modal__button bg-button">Load More</button>
</main>
<!-- popup animations modal -->
<br><br>
</div>
<!-- article -->
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script>
<script src="./wave.js"></script>
</body>
</html>