質問編集履歴

4

コード修正

2021/06/23 02:15

投稿

Rchan
Rchan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -88,7 +88,7 @@
88
88
 
89
89
 
90
90
 
91
- css
91
+
92
92
 
93
93
  body {
94
94
 

3

<title>OnePage Bootstrap Template - Index</title> の追加

2021/06/23 02:15

投稿

Rchan
Rchan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,8 @@
22
22
 
23
23
 
24
24
 
25
+ <title>OnePage Bootstrap Template - Index</title>
26
+
25
27
  <meta content="" name="description">
26
28
 
27
29
  <meta content="" name="keywords">

2

markdownした

2021/06/23 02:14

投稿

Rchan
Rchan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- <!DOCTYPE html>
9
+ ```<!DOCTYPE html>
10
10
 
11
11
 
12
12
 
@@ -192,6 +192,10 @@
192
192
 
193
193
  }
194
194
 
195
+ コード
196
+
197
+ ```
198
+
195
199
 
196
200
 
197
201
  一部抜粋です。他必要な情報があれば追記します。

1

不必要なコードを消した。

2021/06/23 02:08

投稿

Rchan
Rchan

スコア7

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <!DOCTYPE html>
10
10
 
11
- <html lang="en">
11
+
12
12
 
13
13
 
14
14
 
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- <title>OnePage Bootstrap Template - Index</title>
23
+
24
24
 
25
25
  <meta content="" name="description">
26
26
 
@@ -28,39 +28,9 @@
28
28
 
29
29
 
30
30
 
31
- <!-- Favicons -->
32
-
33
- <link href="assets/img/favicon.png" rel="icon">
34
-
35
- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
36
31
 
37
32
 
38
-
39
- <!-- Google Fonts -->
40
-
41
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
42
-
43
-
44
-
45
- <!-- Vendor CSS Files -->
46
-
47
- <link href="assets/vendor/aos/aos.css" rel="stylesheet">
48
-
49
- <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
50
-
51
- <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
52
-
53
- <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
54
-
55
- <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
56
-
57
- <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
58
-
59
- <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
60
-
61
-
62
-
63
- <!-- Template Main CSS File -->
33
+
64
34
 
65
35
  <link href="assets/css/style.css" rel="stylesheet">
66
36
 
@@ -102,27 +72,7 @@
102
72
 
103
73
 
104
74
 
105
- <nav id="navbar" class="navbar">
75
+
106
-
107
- <ul>
108
-
109
- <li><a class="nav-link scrollto active" href="#hero">Home</a></li>
110
-
111
- <li><a class="nav-link scrollto" href="#about">About</a></li>
112
-
113
- <li><a class="nav-link scrollto" href="#services">Services</a></li>
114
-
115
- <li><a class="nav-link scrollto" href="#pricing">Pricing</a></li>
116
-
117
- <li><a class="nav-link scrollto" href="#contact">Contact</a></li>
118
-
119
- <li><a class="getstarted scrollto" href="#about">Get Started</a></li>
120
-
121
- </ul>
122
-
123
- <i class="bi bi-list mobile-nav-toggle"></i>
124
-
125
- </nav><!-- .navbar -->
126
76
 
127
77
 
128
78
 
@@ -178,189 +128,7 @@
178
128
 
179
129
 
180
130
 
181
- /*--------------------------------------------------------------
182
131
 
183
- # Back to top button
184
-
185
- --------------------------------------------------------------*/
186
-
187
- .back-to-top {
188
-
189
- position: fixed;
190
-
191
- visibility: hidden;
192
-
193
- opacity: 0;
194
-
195
- right: 15px;
196
-
197
- bottom: 15px;
198
-
199
- z-index: 996;
200
-
201
- background: #f09444;
202
-
203
- width: 40px;
204
-
205
- height: 40px;
206
-
207
- border-radius: 4px;
208
-
209
- transition: all 0.4s;
210
-
211
- }
212
-
213
-
214
-
215
- .back-to-top i {
216
-
217
- font-size: 28px;
218
-
219
- color: #fff;
220
-
221
- line-height: 0;
222
-
223
- }
224
-
225
-
226
-
227
- .back-to-top:hover {
228
-
229
- background: #3e9bdd;
230
-
231
- color: #fff;
232
-
233
- }
234
-
235
-
236
-
237
- .back-to-top.active {
238
-
239
- visibility: visible;
240
-
241
- opacity: 1;
242
-
243
- }
244
-
245
-
246
-
247
- /*--------------------------------------------------------------
248
-
249
- # Preloader
250
-
251
- --------------------------------------------------------------*/
252
-
253
- #preloader {
254
-
255
- position: fixed;
256
-
257
- top: 0;
258
-
259
- left: 0;
260
-
261
- right: 0;
262
-
263
- bottom: 0;
264
-
265
- z-index: 9999;
266
-
267
- overflow: hidden;
268
-
269
- background: #fff;
270
-
271
- }
272
-
273
-
274
-
275
- #preloader:before {
276
-
277
- content: "";
278
-
279
- position: fixed;
280
-
281
- top: calc(50% - 30px);
282
-
283
- left: calc(50% - 30px);
284
-
285
- border: 6px solid #f09444;
286
-
287
- border-top-color: #fff;
288
-
289
- border-bottom-color: #fff;
290
-
291
- border-radius: 50%;
292
-
293
- width: 60px;
294
-
295
- height: 60px;
296
-
297
- -webkit-animation: animate-preloader 1s linear infinite;
298
-
299
- animation: animate-preloader 1s linear infinite;
300
-
301
- }
302
-
303
-
304
-
305
- @-webkit-keyframes animate-preloader {
306
-
307
- 0% {
308
-
309
- transform: rotate(0deg);
310
-
311
- }
312
-
313
- 100% {
314
-
315
- transform: rotate(360deg);
316
-
317
- }
318
-
319
- }
320
-
321
-
322
-
323
- @keyframes animate-preloader {
324
-
325
- 0% {
326
-
327
- transform: rotate(0deg);
328
-
329
- }
330
-
331
- 100% {
332
-
333
- transform: rotate(360deg);
334
-
335
- }
336
-
337
- }
338
-
339
-
340
-
341
- /*--------------------------------------------------------------
342
-
343
- # Disable aos animation delay on mobile devices
344
-
345
- --------------------------------------------------------------*/
346
-
347
- @media screen and (max-width: 768px) {
348
-
349
- [data-aos-delay] {
350
-
351
- transition-delay: 0 !important;
352
-
353
- }
354
-
355
- }
356
-
357
-
358
-
359
- /*--------------------------------------------------------------
360
-
361
- # Header
362
-
363
- --------------------------------------------------------------*/
364
132
 
365
133
  #header {
366
134
 
@@ -426,4 +194,4 @@
426
194
 
427
195
 
428
196
 
429
- 一部抜粋です。
197
+ 一部抜粋です。他必要な情報があれば追記します。