-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
61 lines (61 loc) · 2.56 KB
/
data.js
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
var data = [
{ title: "animate-loading", link: "./animate-loading/animate-loading.html" },
{ title: "awesome-modal", link: "./awesome-modal/awesome-modal.html" },
{ title: "banner-ad", link: "./banner-ad/banner-ad.html" },
{ title: "button-hover", link: "./button-hover/button-hover.html" },
{
title: "change-background",
link: "./change-background/change-background.html"
},
{ title: "circle-loading", link: "./circle-loading/circle-loading.html" },
{
title: "code-review-star",
link: "./code-review-star/code-review-star.html"
},
{
title: "custom-search-filter",
link: "./custom-search-filter/custom-search-filter.html"
},
{ title: "earth-sun", link: "./earth-sun/earth-sun.html" },
{ title: "endless-road", link: "./endless-road/endless-road.html" },
{ title: "eyes-follow", link: "./eyes-follow/eyes-follow.html" },
{ title: "flip-card", link: "./flip-card/flip-card.html" },
{ title: "folder-corner", link: "./folder-corner/folder-corner.html" },
{
title: "full-landing-page",
link: "./full-landing-page/full-landing-page.html"
},
{ title: "go-top", link: "./go-top/go-top.html" },
{
title: "gradient-background",
link: "./gradient-background/gradient-background.html"
},
{ title: "gradient-btn", link: "./gradient-btn/gradient-btn.html" },
{ title: "image-hover", link: "./image-hover/image-hover.html" },
{ title: "img-zoom", link: "./img-zoom/img-zoom.html" },
{ title: "loading", link: "./loading/loading.html" },
{ title: "login-form", link: "./login-form/login-form.html" },
{ title: "love-reaction", link: "./love-reaction/love-reaction.html" },
{ title: "mouse-scroll", link: "./mouse-scroll/mouse-scroll.html" },
{ title: "navbar", link: "./navbar/navbar.html" },
{ title: "random-color", link: "./random-color/random-color.html" },
{
title: "ripple-animation",
link: "./ripple-animation/ripple-animation.html"
},
{ title: "scrollbar", link: "./scrollbar/scrollbar.html" },
{ title: "search-box", link: "./search-box/search-box.html" },
{
title: "simple-text-animation",
link: "./simple-text-animation/simple-text-animation.html"
},
{
title: "tab-image-gallery",
link: "./tab-image-gallery/tab-image-gallery.html"
},
{ title: "text-img-clip", link: "./text-img-clip/text-img-clip.html" },
{ title: "text-light", link: "./text-light/text-light.html" },
{ title: "toggle-cover", link: "./toggle-cover/toggle-cover.html" },
{ title: "toggle-switch", link: "./toggle-switch/toggle-switch.html" },
{ title: "typing-text", link: "./typing-text/typing-text.html" }
];