-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
223 lines (171 loc) · 8.66 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
<html lang="en"><head>
<meta charset="UTF-8">
<title>Simple Fluent Web</title>
<link rel="shortcut icon" href="/icon.png" type="image/x-icon"/>
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="initial-scale=0.5">
<meta name="viewport" content="minimum-scale=0.5, user-scalable=no">
<link href="/default.css" rel="stylesheet" type="text/css">
<link href="/fonts.css" rel="stylesheet" type="text/css">
<link href="/css/styles.css" rel="stylesheet" type="text/css">
<link href="/css/icons.css" rel="stylesheet" type="text/css">
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/css/bs.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="/js/appearance.js"></script>
</head>
<body style="font-family: 'Segoe UI', sans-serif;background-image:url("/images/image6.png");">
<article class="site-content ">
<div class="article-content ">
</div>
<div id="page" class="container " style="margin-left: 150px;margin-top: 0;padding: 0;margin-top:-10px">
<div class="header " style="
margin-bottom: 22px;margin-top:65px
">
<h2 style="font-size:24px;font-weight: 600;" class="">Welcome</h2>
</div>
<p class="font_8 " style="
margin: 0 0 8px;
"><span style="font-weight:bold;" class="">Simple Fluent Web</span> brings Microsoft's Fluent Design effects to the web.</p>
<p style="
margin: 0 0 8px;
" class="">In a simple, lightweight method, you can see effects like Acrylic, Reveal, shadows, and more online.</p>
<p style="
margin: 0 0 8px;
" class="">It uses modern technologies, like Bootstrap, and JS.</p>
<p style="
margin: 0 0 8px;
" class="">It also uses simple and well known technologies like HTML and CSS.</p>
<div id="container" class="wrap ">
<div id="side" class="">
</div>
</div>
<div id="container" class="wrap " style="margin-left: -8px;margin-top: 12px;">
<div id="blocks" class="">
<div style="animation-delay: 0ms;" data-code="704f623f2a33ae3560b55b7f" data-id="72156" data-order="1" class="item acrylicblock shadow ">
<img src="/images/image1.png" alt="" class="image image-full " style="
width: 153px;
height: 153px;
margin: 0;
">
<li class=""><a href="#" class=""> The first link ></a></li>
<li class=""><a href="#" class=""> The second link ></a></li>
<li class=""><a href="#" class=""> The third link ></a></li>
</div>
<div style="animation-delay: 0ms;" data-code="704f623f2a33ae3560b55b7f" data-id="72156" data-order="1" class="item acrylicblock shadow ">
<img src="/images/image2.png" alt="" class="image image-full " style="
width: 153px;
height: 153px;
margin: 0;
">
<li class=""><a href="#" class=""> The fourth link ></a></li>
<li class=""><a href="#" class=""> The fifth link ></a></li>
<li class=""><a href="#" class=""> The sixth link ></a></li>
</div>
<div class="item acrylicblock shadow " data-order="1" data-id="72156" data-code="704f623f2a33ae3560b55b7f" style="animation-delay: 0ms;">
<img src="/images/image3.png" alt="" class="image image-full " style="
width: 153px;
height: 153px;
margin: 0;
">
<li class=""><a href="#" class=""> The seventh link ></a></li>
<li class=""><a href="#" class=""> The eighth link ></a></li>
<li class=""><a href="#" class=""> The ninth link ></a></li>
</div>
</div>
</div></div></article>
<script src="/js/index.js"></script>
<meta charset="UTF-8">
<title>Simplify</title>
<link rel="stylesheet" href="css/style.css">
<header class="site-header">
<nav class="site-menu" style="
left: 0;
right: 0;
margin-top: -2px;
">
<div class="wrap">
<a href="/" id="logo"><img style="top: -2px;" src="/icon.png">Simple Fluent Web</a>
<a id="sort">
</a><a href="/page" accesskey="5" title="">Page</a>
<a id="sort">
</a><a href="/elements" accesskey="5" title="">Elements</a>
<div id="menu">
<a href="" data-toggle="modal" data-target="#settings">Settings</a>
</div>
</div></nav>
</header>
<script>
$(document).ready(function(){
$('.modal-dialog').draggable({
handle: ".modal-header"
});
});
</script>
<div class="modal" id="settings" role="dialog" style="display: none;">
<div class="modal-dialog modal-lg ui-draggable">
<div class="modal-content" style="
height: 264px;
overflow: hidden;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: saturate(125%) blur(20px);
">
<div class="modal-header ui-draggable-handle" style="height: 16%;background-image: url(data:image/png;base64,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);">
<button type="button" class="close" data-dismiss="modal" style="
width: 50px!important;
height: 42px!important;
opacity: 100!important;
margin-top: -15px!important;
margin-right: -15px!important;
margin-bottom: -5px!important;
"><img src="/images/image5.png"></button>
<h4 class="modal-title" style="
margin-top: -5px;
">Settings</h4>
</div>
<div style="
background: #fff;
padding-bottom: 110px;
padding-left: 20px;
padding-top: 16px;
" class="modal-main">
<h2 style="
font-weight: 600;
" class="">Settings</h2>
<h3 style="
font-weight: 600;
margin-top: 15px;
" class="">Appearance</h3>
<p style="
margin-top: 15px;
" class=""><span class=""></span></p><div id="settings" class="" style="
margin-left: -7px;
"><button class="normalmode" style="
background: none;
border: none;
">Light</button><button class="darkmode" style="
background: none;
border: none;
">Dark</button></div></div>
<div class="modal-footer" style="margin-top: -37px;background: #f1f1f1;box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.55);"><div style="
margin-top: -11px;
"><a href="https://github.com/carmellolb/Simple-Fluent-Web-Template/issues" style="
padding-right: 15px;
float: left;
">Feedback</a><a href="/credits.txt" style="
padding-right: 15px;
float: left;
">Credits</a>
<a href="https://github.com/carmellolb/Simple-Fluent-Web-Template" style="
padding-right: 15px;
float: left;
">GitHub</a><a style="
">Version 1.4.4</a></div></div>
</div>
</div>
</div>
</div>
<script src="js/index.js"></script>
</body></html>