-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
150 lines (131 loc) · 4.03 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
<!DOCTYPE HTML>
<html>
<head>
<title data-token="fantastic_filter">幻想濾鏡</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta property="og:title" content="幻想濾鏡" />
<meta property="og:image"
content="https://ray1422.github.io/Fantastic-Filter-Professional-Plus/images/background.jpg" />
<meta property="og:description" content="年輕人的第一個自動修圖軟體。由Deep Learning技術打造,帶給你最尊榮不凡的體驗。" />
<link rel="shortcut icon Bookmark" href="assets/images/favicon.ico" type="image/x-icon" />
</head>
<body class="landing is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Fantastic Filter </a></h1>
<nav id="nav">
<ul>
<li><a href="gallery.html">
<x-str data-token="gallery" />
</a></li>
<li>
<a href="#" class="icon fa-angle-down">
<x-str data-token="language" />
</a>
<ul class="language_selector">
<li><a href="#" data-value="en_US">English</a></li>
<li><a href="#" data-value="zh_TW">中文(臺灣)</a></li>
<li><a href="#" data-value="zh_CN">中文(简体)</a></li>
</ul>
</li>
<li><a href="download.html" class="button">
<x-str data-token="download" />
</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>
<x-str data-token="fantastic_filter" />
</h2>
<p>
<x-str data-token="The_greatest_way_to_beautify_photos" />
</p>
<ul class="actions special">
<li><a href="download.html" class="button primary">
<x-str data-token="download" /></a></li>
<li><a href="info.html" class="button">
<x-str data-token="learn_more" /></a></li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>
<x-str data-token="like_a_filter_unlike_any_filter"></x-str>
</h2>
<p>
<x-str data-token="with_fantastic_color">
</p>
</header>
<span class="image featured"><img src="images/min_quan_west_rord.jpg" alt="" /></span>
</section>
<section class="box special">
<header class="major">
<h2>
<x-str data-token="powered_by_ai">
</h2>
<p>
<x-str data-token="ai_create_perfection">
</p>
</header>
<span class="image featured"><img src="images/tcap.jpg" alt="" /></span>
</section>
<div class="row">
<div class="col-6 col-12-narrower">
<section class="box special">
<h3>
<x-str data-token="by_me_a_coffee" />
</h3>
<p>
<x-str data-token="we_need_coffee" />
</p>
<ul class="actions special">
<li><a href="https://core.newebpay.com/EPG/ray_another_world/Dq68yk" target="_BLANK"
class="button alt">
<x-str data-token="donate" /></a></li>
</ul>
</section>
</div>
<div class="col-6 col-12-narrower">
<section class="box special">
<h3>
<x-str data-token="get_in_touch" />
</h3>
<p>
<x-str data-token="get_in_touch_long" </p><br />
<ul class="actions special">
<li><a class="button alt">
<x-str data-token="button_unavailable">
</a></li>
</ul>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>
<x-str data-token="copyright" />
</li>
</ul>
</footer>
</div>
<div id="overlay" class="is-preload"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/lang.js"></script>
</body>
</html>