-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
118 lines (110 loc) · 5.88 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
<!--
Copyright 2023 Pardn Ltd 帕登國際有限公司
Created by Pardn Chiu 邱敬幃
Email: mail@pardn.ltd
-->
<!DOCTYPE html>
<html lang="zh-Hans-TW">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- -->
<meta name="robots" content="index follow">
<meta name="googlebot" content="index follow">
<!-- -->
<title>Website Builder|Created by Pardn Chiu</title>
<meta name="title" content="Website Builder|Created by Pardn Chiu">
<meta property="og:title" content="Website Builder|Created by Pardn Chiu">
<meta property="twitter:title" content="Website Builder|Created by Pardn Chiu">
<!-- -->
<meta name="description" content="">
<meta property="og:description" content="">
<meta property="twitter:description" content="">
<!-- -->
<meta property="og:image" content="https://pardn.io/image/github/website-builder/cover.png">
<meta property="twitter:image" content="https://pardn.io/image/github/website-builder/cover.png">
<!-- -->
<link rel="apple-touch-icon" href="">
<link rel="apple-touch-icon-precomposed" href="">
<link rel="icon" type="image/x-icon" href="">
<!-- -->
<meta name="theme-color" content="#FFFEFC">
<!-- -->
<meta property="og:site_name" content="pardnchiu.github.io">
<!-- -->
<meta property="og:type" content="website">
<!-- -->
<meta property="author" content="Pardn Chiu 邱敬幃">
<link rel="author" href="https://pardnchiu.github.io/website-builder/">
<!-- -->
<meta property="og:url" content="https://pardnchiu.github.io/website-builder/">
<meta property="twitter:url" content="https://pardnchiu.github.io/website-builder/">
<!-- -->
<link rel="canonical" href="https://pardnchiu.github.io/website-builder/">
<link rel="alternate" href="https://pardnchiu.github.io/website-builder/">
<meta rel="alternate" content="https://pardnchiu.github.io/website-builder/">
<!-- -->
<link rel="home" href="https://pardnchiu.github.io/">
<!-- -->
<meta rel="copyright" content="© 2024 帕登數位科技有限公司 Pardn ltd">
<!-- -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" as="style" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- -->
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/all.min.css" as="style" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/all.min.css" crossorigin="anonymous">
<!-- <link rel="preload" href="https://cdn.jsdelivr.net/gh/pardnchiu/PDExtension-js@1.0.1/js/PDExtension.min.js" as="script" crossorigin="anonymous"> -->
<script src="https://cdn.jsdelivr.net/gh/pardnchiu/PDExtension-js@latest/js/PDExtension.min.js" copyright="Pardn Ltd" defer></script>
<!-- -->
<link rel="stylesheet" href="./css/index.css">
<script type="module" src="./js/index.min.js" defer></script>
<!-- -->
<style>
:root {
--width-max: 1440px;
--gradient-col: linear-gradient(to right bottom, rgb(70, 180, 105), rgb(70, 130, 180), rgb(250, 75, 75));
}
</style>
</head>
<body id="website-builder" class="builder">
<nav>
<section>
<section>
<strong class="logo">
<span>Website</span>
Builder (尚未完成)
</strong>
</section>
<section class="center">
<span class="svg bl" src="./image/svg/left-tab.svg" @click="bodyLeftSwitch"></span>
<span class="svg br" src="./image/svg/right-tab.svg" @click="bodyRightSwitch"></span>
<div></div>
<i class="fa-solid fa-mobile-screen-button" type="mobile" @click="modeMobile"></i>
<i class="fa-solid fa-tablet-screen-button" type="tablet" @click="modeTablet"></i>
<i class="fa-solid fa-desktop" type="desktop" @click="modeDesktop"></i>
<i class="fa-solid fa-code" type="code"></i>
</section>
<section class="right">
<section>
<button class="clr" @click="download">
<i class="fa-solid fa-download"></i>
下載
</button>
</section>
</section>
</section>
</nav>
<section id="builder-body" class="body">
</section>
<div class="mask">
<p>尚未適配解析度1024以下的畫面</p>
</div>
</body>
</html>