-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (236 loc) · 10.4 KB
/
index.html
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Animation Zone, MaiCoding, Library -->
<title>Animation Zone | Animation Libraries realeased by me for free</title>
<meta name="author" content="MaiCoding">
<meta name="description" content="Animation Zone is a collection of libraries made by The Mai of MaiCoding. The Libraries are all realeased for free for others to use/learn from/contribute to. Let's make the internet a prettier place.">
<link rel="publisher" href="https://maicoding.me">
<meta name="keywords" content="slice, revealer, effect, animation, css, web development, web design, the, mai, houston, sugar land, maicoding, animationzone, animation zone, slice revealer, libraries, free">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="2 month">
<meta name="google-site-verification" content="1Tn624yxJlEs_n_T4y0s81nA-315YT61LLJMKSxRxgw" />
<!-- Fonts -->
<!-- font-family: 'Play', sans-serif; -->
<link href="https://fonts.googleapis.com/css?family=Play:700" rel="stylesheet">
<!-- font-family: 'Quattrocento', serif; -->
<link href="https://fonts.googleapis.com/css?family=Quattrocento" rel="stylesheet">
<!-- font-family: 'Staatliches', cursive; -->
<link href="https://fonts.googleapis.com/css?family=Staatliches" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous">
<!-- Page CSS -->
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
<!-- Slice Revealer CSS -->
<link rel="stylesheet" type="text/css" href="./css/sliceRevealer.css">
</head>
<body>
<header id="header">
<div id="header-cover" class="header-cover"></div>
<div id="header-bg" class="header-bg"></div>
<div class="header-inset"></div>
<div class="wrapper">
<div class="hero">
<div id="hero-header" class="hero-header">
<div class="hero-img-box">
<img id="hero-logo" class="hero-img hoverable shadow" src="./images/asset2.png" alt="">
</div>
<h1 id="hero-title" class="hero-title f-1">
<span class="hoverable shadow">
Animation Zone
</span>
</h1>
<div id="hero-subtitle" class="hero-subtitle f-3">
<span class="hoverable shadow">
let's make the internet a prettier place.
</span>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="wrapper sections">
<section id="about" class="about">
<h2 class="section-header f-1">Animation Zone</h2>
<p class="section-text f-3">
Animation Zone is a collection of libraries that I made to make my life easier.
<br><br>
I write the code for these libraries then I release them for free for others to use/learn from/contribute to.
Feel free to use them too if you want to make your life easier. Let's make the internet a prettier place.</p>
</section>
<section class="libraries">
<h2 class="section-header f-1">My Libraries</h2>
<div class="library-list">
<article id="slice-revealer" class="library">
<div class="library-image">
<video autoplay controls loop playsinline muted loop>
<source src="./images/library-img/slice-revealer.webm" type="video/webm">
Your browser does not support the video tag.
</video>
</div>
<div class="library-content">
<h3 class="library-title f-1">Slice Revealer</h3>
<div class="library-links f-3">
<a href="https://github.com/RealTayy/slice-revealer" class="library-link hoverable" target="_blank">
GitHub
</a>
<a class="library-link hoverable" target="_blank" href="https://realtayy.github.io/slice-revealer/demo/demo1/demo1.html">
Demo 1
</a>
<a class="library-link hoverable" target="_blank" href="https://realtayy.github.io/slice-revealer/demo/demo2/demo2.html">
Demo 2
</a>
<a class="library-link hoverable" target="_blank" href="https://github.com/RealTayy/slice-revealer#documentation">
Docs
</a>
</div>
<p class="library-description f-3">Slice Revealer is a easy to use dependency free library that allows users
to cover and uncover DOM elements with customizable animated slices.
</p>
</div>
</article>
<article id="position-based-transform" class="library">
<div class="library-image">
<!-- <img src="https://via.placeholder.com/689x387" alt="mern-bp image"> -->
<div id="pbt-wrapper" class="div-img-wrapper pbt-wrapper">
<div id="pbt-container" class="pbt-container">
<div id="pbt-box" class="pbt-box">
</div>
<div id="pbt-text" class="pbt-text f-2">
Position Based<br>Transform
</div>
</div>
</div>
</div>
<div class="library-content">
<h3 class="library-title f-1">Position Based Transform</h3>
<div class="library-links f-3">
<a href="https://github.com/RealTayy/position-based-transform" class="library-link hoverable" target="_blank">
GitHub
</a>
<a class="library-link hoverable" target="_blank" href="https://realtayy.github.io/position-based-transform/demo/demo1/demo1.html">
Demo
</a>
<!-- <a class="library-link hoverable" target="_blank" href="https://realtayy.github.io/slice-revealer/demo/demo2/demo2.html">
Demo 2
</a> -->
<a class="library-link hoverable" target="_blank" href="https://github.com/RealTayy/position-based-transform#documentation">
Docs
</a>
</div>
<p class="library-description f-3">Position Based Transform is a lightweight, 60fps, dependency free library for
CSS transform effects based on mouse position.
</p>
</div>
</article>
<article id="mern-bp" class="library">
<div class="library-image">
<img src="./images/library-img/mern-bp.jpg" alt="mern-bp image">
</div>
<div class="library-content">
<h3 class="library-title f-1">MERN Boiler Plate</h3>
<div class="library-links f-3">
<a href="https://github.com/RealTayy/mern-bp" class="library-link hoverable" target="_blank">
GitHub
</a>
</div>
<p class="library-description f-3">
Boilerplate I created to make MERN stack applications. Bootstrapped with create-react-app. Set up with a
RESTful API and deployable on Heroku out of the box. Uses MongoDB, Express, React, Node.js, Mongoose, Bluebird,
and Axios.
</p>
</div>
</article>
</div>
</section>
<section class="credit">
<h2 class="section-header f-1">Credit</h2>
<ul class="credit-list f-3">
<li>
<a href="https://www.maicoding.me">MaiCoding</a> - This is my site. I made this stuff.
</li>
<li>
<a href="https://www.pexels.com">Pexels</a> - For the various images I used throughout demos.
</li>
</ul>
</section>
</div>
</main>
<footer>
<div class="footer-disclaimer">
<div class="wrapper">
<div class="disclaimer-text f-1">
Everything is FREE.
<br>
Just like the air you are breathing.
<br>
<div class="disclaimer-small f-3">*Well technically they are under MIT license but yea...</div>
<div class="disclaimer-small f-3">**I mean the libraries are under MIT. Not the air you're breathing. In case you
were confused.</div>
</div>
</div>
</div>
<div class="footer-footer f-1">
<div class="wrapper">
<div class="footer-mc">
<div class="mc-title">MaiCoding</div>
<a class="mc-logo hoverable" href="https://www.maicoding.me" target="_blank">
<img src="./images/mc-logo.png" alt="MaiCoding Logo" class="mc-img">
</a>
<div class="mc-tagline">I make stuff.<br>Want me to make your stuff?</div>
</div>
<div class="footer-links">
<div class="footer-link">
<a href="https://github.com/RealTayy" target="_blank">
<i class="hoverable footer-link-icon fab fa-github-square fa-3x"></i>
</a>
</div>
<div class="footer-link">
<a href="https://www.linkedin.com/in/the-mai-44703b91/" target="_blank">
<i class="hoverable footer-link-icon fab fa-linkedin fa-3x"></i>
</a>
</div>
<div class="footer-link">
<a href="mailto:themai@maicoding.me">
<i class="hoverable footer-link-icon fas fa-envelope-square fa-3x"></i>
</a>
</div>
</div>
<div class="footer-copyright">
Made by Me <i class="fas fa-copyright"></i> TwoZeroOneEight
</div>
</div>
</div>
</footer>
<!-- Slice Reavealer JS -->
<script src="./javascript/sliceRevealer.min.js"></script>
<!-- Position Based Tranform JS -->
<script src="./javascript/positionBasedTransform.min.js"></script>
<!-- Page JS -->
<script src="./javascript/animation-zone.js"></script>
</body>
</html>