質問編集履歴

6

こうではないかと思う点を修正しました。

2019/03/04 04:14

投稿

photobambi
photobambi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -100,7 +100,9 @@
100
100
 
101
101
  <meta name="viewport" content="width=device-width, initial-scale=1">
102
102
 
103
+
104
+
103
- ```<!-- Bootstrap -->
105
+ <!-- Bootstrap -->
104
106
 
105
107
  <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
106
108
 
@@ -118,7 +120,7 @@
118
120
 
119
121
  <link href="https://fonts.googleapis.com/css?family=Raleway:100,200,400,500" rel="stylesheet">
120
122
 
121
- ```<!-- Stylesheet ================================================== -->
123
+ <!-- Stylesheet ================================================== -->
122
124
 
123
125
  <link rel="stylesheet" type="text/css" href="css/style.css">
124
126
 
@@ -130,6 +132,8 @@
130
132
 
131
133
 
132
134
 
135
+
136
+
133
137
  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
134
138
 
135
139
  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

5

該当部分のコードをマークダウンを使用しつつ記載しました。コピーペーストやデリートを使ってしまいましたが大丈夫でしょうか…

2019/03/04 04:14

投稿

photobambi
photobambi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -90,9 +90,301 @@
90
90
 
91
91
  ソースコード
92
92
 
93
+ <!DOCTYPE html>
94
+
95
+ <html lang="ja">
96
+
97
+ <head>
98
+
99
+ <meta charset="UTF-8">
100
+
101
+ <meta name="viewport" content="width=device-width, initial-scale=1">
102
+
103
+ ```<!-- Bootstrap -->
104
+
105
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
106
+
107
+ <link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
108
+
109
+
110
+
111
+ <!-- GoogleFontsのCSS読み込み -->
112
+
113
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
114
+
115
+ <link href="http://fonts.googleapis.com/earlyaccess/notosansjapanese.css" rel="stylesheet">
116
+
117
+ <link href="https://fonts.googleapis.com/css?family=Tenali+Ramakrishna" rel="stylesheet">
118
+
119
+ <link href="https://fonts.googleapis.com/css?family=Raleway:100,200,400,500" rel="stylesheet">
120
+
121
+ ```<!-- Stylesheet ================================================== -->
122
+
123
+ <link rel="stylesheet" type="text/css" href="css/style.css">
124
+
125
+ <link rel="stylesheet" type="text/css" href="css/mediaQuery.css">
126
+
127
+ <link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
128
+
129
+ <link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
130
+
131
+
132
+
133
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
134
+
135
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
136
+
137
+ <!--[if lt IE 9]>
138
+
139
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
140
+
141
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
142
+
143
+ <![endif]-->
144
+
145
+ <!-- cdnjs -->
146
+
147
+ </head>
148
+
149
+ <body>
150
+
151
+ <!-- Header -->
152
+
153
+ <header id="header">
154
+
155
+ <div class="intro">
156
+
157
+ <div class="overlay">
158
+
159
+ <div class="container">
160
+
161
+ <div class="row">
162
+
163
+ <div class="col-xs-12 col-md-8">
164
+
165
+ <div class="intro-text">
166
+
167
+ <h1>.com</h1><a href="#portfolio" class="btn btn-custom btn-lg page-scroll">Portfolio</a><a href="#contact" class="btn btn-custom btn-lg page-scroll">About</a>
168
+
169
+ </div>
170
+
171
+ </div>
172
+
173
+ </div>
174
+
175
+ </div>
176
+
177
+ </div>
178
+
179
+ </div>
180
+
181
+ </header>
182
+
183
+ <!-- Portfolio Section -->
184
+
185
+ <div id="portfolio">
186
+
187
+
188
+
189
+ <div class="container bottom-margin-small">
190
+
191
+
192
+
193
+ <div class="section-title clearfix">
194
+
195
+ <h2 class="inline">Po<span class="ls-p">rt</span>folio</h2><a href="#header" class="btn btn-custom-backtop btn-lg page-scroll">back to top</a>
196
+
197
+ </div>
198
+
199
+
200
+
201
+
202
+
203
+ <div class="categories">
204
+
205
+ <ul class="cat">
206
+
207
+ <li>
208
+
209
+ <ol class="type">
210
+
211
+ <li><a href="#portfolio" data-filter="*" class="active">All</a></li>
212
+
213
+ <li><a href="#portfolio" data-filter=".portrait">Portrait</a></li>
214
+
215
+ <li><a href="#portfolio" data-filter=".stilllife">Stil<span class="ls-p">l</span>Life</a></li>
216
+
217
+ <li><a href="#portfolio" data-filter=".landscape">Landscape</a></li>
218
+
219
+ <li><a href="#portfolio" data-filter=".work">Works</a></li>
220
+
221
+ </ol>
222
+
223
+ </li>
224
+
225
+ </ul>
226
+
227
+ </div><!-- class="categories" -->
228
+
229
+
230
+
231
+
232
+
233
+ </div><!-- class="container" -->
234
+
235
+
236
+
237
+ <div class="container">
238
+
239
+
240
+
241
+ <div class="row">
242
+
243
+ <div class="portfolio-items">
244
+
245
+
246
+
247
+ <div class="col-xs-12 work">
248
+
249
+ <div class="portfolio-item">
250
+
251
+ <div class="hover-bg"><a href="img/busstop.jpg" title="S" data-lightbox-gallery="galleryWORKS">
252
+
253
+ <div class="hover-text">
254
+
255
+ <div class="overlay-caption">
256
+
257
+ <div class="overlay-content">
258
+
259
+ <h4>works</h4>
260
+
261
+ </div></div></div>
262
+
263
+ <img src="img/madoue-1_trim_st.jpg" alt="S" class="img-responsive center-block" srcset="img/madoue-1_trim_st.jpg 1x, img/madoue-1_trim_rt.jpg 2x"></a>
264
+
265
+ </div></div></div>
266
+
267
+
268
+
269
+ <div class="col-xs-4 work">
270
+
271
+ <div class="portfolio-item">
272
+
273
+ <div class="hover-bg"><a href="img/000_cover_resize_r.jpg" title="AXIS" data-lightbox-gallery="galleryWORKS">
274
+
275
+ <div class="hover-text">
276
+
277
+ <div class="overlay-caption">
278
+
279
+ <div class="overlay-content">
280
+
281
+ <h4>works</h4>
282
+
283
+ </div></div></div>
284
+
285
+ <img src="img/000_cover_resize_s.jpg" alt="AX" class="img-responsive center-block" srcset="img/000_cover_resize_s.jpg 1x, img/000_cover_resize_r.jpg 2x"></a>
286
+
287
+ </div></div></div>
288
+
289
+
290
+
291
+ <div class="col-xs-8 work">
292
+
293
+ <div class="portfolio-item">
294
+
295
+ <div class="hover-bg"><a href="img/B0-05_r.jpg" title="S" data-lightbox-gallery="galleryWORKS">
296
+
297
+ <div class="hover-text">
298
+
299
+ <div class="overlay-caption">
300
+
301
+ <div class="overlay-content">
302
+
303
+ <h4>works</h4>
304
+
305
+ </div></div></div>
306
+
307
+ <img src="img/B0-05_resize2_s.jpg" alt="S" class="img-responsive center-block" srcset="img/B0-05_resize2_s.jpg 1x, img/BOSS/B0-05_resize2_r.jpg 2x"></a>
308
+
309
+ </div></div></div>
310
+
311
+
312
+
313
+ </div>
314
+
315
+ </div><!-- class="row" -->
316
+
317
+ </div><!-- class="container" -->
318
+
319
+ </div><!-- id="portfolio" -->
320
+
321
+
322
+
323
+ <div id="footer">
324
+
325
+ <div class="container">
326
+
327
+ <p>&copy; 2017. All rights reserved.</p>
328
+
329
+ </div>
330
+
331
+ </div>
332
+
333
+ <script type="text/javascript" src="js/jquery.1.11.1.js"></script>
334
+
335
+ <script type="text/javascript" src="js/bootstrap.js"></script>
336
+
337
+ <script type="text/javascript" src="js/SmoothScroll.js"></script>
338
+
339
+ <script type="text/javascript" src="js/nivo-lightbox.js"></script>
340
+
341
+
342
+
343
+ <script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
344
+
345
+ <script type="text/javascript" src="js/contact_me.js"></script>
346
+
347
+ <script type="text/javascript" src="js/main.js"></script>
348
+
349
+ <script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
350
+
351
+ </body>
352
+
353
+ </html>
354
+
355
+ コード
356
+
93
- ```
357
+ ```
358
+
94
-
359
+ コード
360
+
95
-
361
+ ```
362
+
363
+ コード
364
+
365
+ ```
366
+
367
+
368
+
369
+ コード
370
+
371
+ ```
372
+
373
+ コード
374
+
375
+ ```
376
+
377
+ コード
378
+
379
+ ```
380
+
381
+ コード
382
+
383
+ ```
384
+
385
+ コード
386
+
387
+ ```
96
388
 
97
389
  ### 試したこと
98
390
 

4

こちらのJSがなければbootstrapのカラムは正常に並んでいるようです。

2019/03/04 04:11

投稿

photobambi
photobambi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -68,296 +68,6 @@
68
68
 
69
69
 
70
70
 
71
- <!DOCTYPE html>
72
-
73
- <html lang="ja">
74
-
75
- <head>
76
-
77
- <meta charset="UTF-8">
78
-
79
- <meta name="format-detection" content="telephone=no" />
80
-
81
- <meta name="viewport" content="width=device-width, initial-scale=1">
82
-
83
-
84
-
85
- <title></title>
86
-
87
-
88
-
89
- <!-- Favicons ================================================== -->
90
-
91
- <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
92
-
93
- <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
94
-
95
- <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
96
-
97
- <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
98
-
99
-
100
-
101
- <!-- Bootstrap -->
102
-
103
- <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
104
-
105
- <link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
106
-
107
-
108
-
109
- <!-- GoogleFontsのCSS読み込み -->
110
-
111
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
112
-
113
- <link href="http://fonts.googleapis.com/earlyaccess/notosansjapanese.css" rel="stylesheet">
114
-
115
- <link href="https://fonts.googleapis.com/css?family=Tenali+Ramakrishna" rel="stylesheet">
116
-
117
- <link href="https://fonts.googleapis.com/css?family=Raleway:100,200,400,500" rel="stylesheet">
118
-
119
-
120
-
121
- <!-- Stylesheet ================================================== -->
122
-
123
- <link rel="stylesheet" type="text/css" href="css/style.css">
124
-
125
- <link rel="stylesheet" type="text/css" href="css/mediaQuery.css">
126
-
127
- <link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
128
-
129
- <link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
130
-
131
-
132
-
133
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
134
-
135
- <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
136
-
137
- <!--[if lt IE 9]>
138
-
139
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
140
-
141
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
142
-
143
- <![endif]-->
144
-
145
- <!-- cdnjs -->
146
-
147
-
148
-
149
- </head>
150
-
151
- <body>
152
-
153
- <!-- Header -->
154
-
155
- <header id="header">
156
-
157
- <div class="intro">
158
-
159
- <div class="overlay">
160
-
161
- <div class="container">
162
-
163
- <div class="row">
164
-
165
- <div class="col-xs-12 col-md-8">
166
-
167
- <div class="intro-text">
168
-
169
- <h1></h1><a href="#portfolio" class="btn btn-custom btn-lg page-scroll">Portfolio</a><a href="#contact" class="btn btn-custom btn-lg page-scroll">About</a>
170
-
171
- </div>
172
-
173
- </div>
174
-
175
- </div>
176
-
177
- </div>
178
-
179
- </div>
180
-
181
- </div>
182
-
183
- </header>
184
-
185
- <!-- Portfolio Section -->
186
-
187
- <div id="portfolio">
188
-
189
-
190
-
191
- <div class="container bottom-margin-small">
192
-
193
-
194
-
195
- <div class="section-title clearfix">
196
-
197
- <h2 class="inline">Po<span class="ls-p">rt</span>folio</h2><a href="#header" class="btn btn-custom-backtop btn-lg page-scroll">back to top</a>
198
-
199
- </div>
200
-
201
-
202
-
203
- <div class="categories">
204
-
205
- <ul class="cat">
206
-
207
- <li>
208
-
209
- <ol class="type">
210
-
211
- <li><a href="#portfolio" data-filter="*" class="active">All</a></li>
212
-
213
- <li><a href="#portfolio" data-filter=".portrait">Portrait</a></li>
214
-
215
- <li><a href="#portfolio" data-filter=".stilllife">Stil<span class="ls-p">l</span>Life</a></li>
216
-
217
- <li><a href="#portfolio" data-filter=".work">Works</a></li>
218
-
219
- </ol>
220
-
221
- </li>
222
-
223
- </ul>
224
-
225
- </div><!-- class="categories" -->
226
-
227
-
228
-
229
- </div><!-- class="container" -->
230
-
231
-
232
-
233
- <div class="container">
234
-
235
- <div class="portfolio-items row">
236
-
237
-
238
-
239
- ---省略---
240
-
241
- ↓ここから
242
-
243
-
244
-
245
- <div class="col-xs-12 work">
246
-
247
- <div class="portfolio-item">
248
-
249
- <div class="hover-bg"><a href="img/busstop.jpg" title="BOSS" data-lightbox-gallery="galleryWORKS">
250
-
251
- <div class="hover-text">
252
-
253
- <div class="overlay-caption">
254
-
255
- <div class="overlay-content">
256
-
257
- <h4>works</h4>
258
-
259
- </div></div></div>
260
-
261
- <img src="img/madoue-1_trim_st.jpg" alt="BOSS" width="1200" height="421" class="img-responsive center-block" srcset="img/madoue-1_trim_st.jpg 1x, img/madoue-1_trim_rt.jpg 2x"></a>
262
-
263
- </div></div></div>
264
-
265
-
266
-
267
-
268
-
269
- <div class="col-xs-4 work">
270
-
271
- <div class="portfolio-item">
272
-
273
- <div class="hover-bg"><a href="img/works/AX193_000_cover_resize_r.jpg" title="AXIS" data-lightbox-gallery="galleryWORKS">
274
-
275
- <div class="hover-text">
276
-
277
- <div class="overlay-caption">
278
-
279
- <div class="overlay-content">
280
-
281
- <h4>works</h4>
282
-
283
- </div></div></div>
284
-
285
- <img src="img/works/AX193_000_cover_resize_s.jpg" alt="AXIS" width="419" height="543" class="img-responsive center-block" srcset="img/works/AX193_000_cover_resize_s.jpg 1x, img/works/AX193_000_cover_resize_r.jpg 2x"></a>
286
-
287
- </div></div></div>
288
-
289
-
290
-
291
-
292
-
293
- <div class="col-xs-8 work">
294
-
295
- <div class="portfolio-item">
296
-
297
- <div class="hover-bg"><a href="img/05_r.jpg" title="BOSS" data-lightbox-gallery="galleryWORKS">
298
-
299
- <div class="hover-text">
300
-
301
- <div class="overlay-caption">
302
-
303
- <div class="overlay-content">
304
-
305
- <h4>works</h4>
306
-
307
- </div></div></div>
308
-
309
- <img src="img/B0-05_resize2_s.jpg" alt="BOSS" width="838" height="543" class="img-responsive center-block" srcset="img/B0-05_resize2_s.jpg 1x, img/B0-05_resize2_r.jpg 2x"></a>
310
-
311
- </div></div></div>
312
-
313
-
314
-
315
- ↑ここまで
316
-
317
-
318
-
319
- </div><!-- class="portfolio-items" -->
320
-
321
- </div><!-- class="container" -->
322
-
323
- </div><!-- id="portfolio" -->
324
-
325
-
326
-
327
-
328
-
329
- <div id="footer">
330
-
331
- <div class="container">
332
-
333
- <p>&copy; 2017. All rights reserved.</p>
334
-
335
- </div>
336
-
337
- </div>
338
-
339
- <script type="text/javascript" src="js/jquery.1.11.1.js"></script>
340
-
341
- <script type="text/javascript" src="js/bootstrap.js"></script>
342
-
343
- <script type="text/javascript" src="js/SmoothScroll.js"></script>
344
-
345
- <script type="text/javascript" src="js/nivo-lightbox.js"></script>
346
-
347
- <script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
348
-
349
- <script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
350
-
351
- <script type="text/javascript" src="js/contact_me.js"></script>
352
-
353
- <script type="text/javascript" src="js/main.js"></script>
354
-
355
-
356
-
357
- </body>
358
-
359
- </html>
360
-
361
71
 
362
72
 
363
73
  よろしくお願いいたします。
@@ -376,7 +86,7 @@
376
86
 
377
87
 
378
88
 
379
- ```ここに言語名を入力
89
+ ``````ここに言語名を入力
380
90
 
381
91
  ソースコード
382
92
 

3

修正

2019/03/03 23:51

投稿

photobambi
photobambi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -166,7 +166,7 @@
166
166
 
167
167
  <div class="intro-text">
168
168
 
169
- <h1>Kitahara Kazuhiro.com</h1><a href="#portfolio" class="btn btn-custom btn-lg page-scroll">Portfolio</a><a href="#contact" class="btn btn-custom btn-lg page-scroll">About</a>
169
+ <h1></h1><a href="#portfolio" class="btn btn-custom btn-lg page-scroll">Portfolio</a><a href="#contact" class="btn btn-custom btn-lg page-scroll">About</a>
170
170
 
171
171
  </div>
172
172
 

2

修正

2019/03/01 08:03

投稿

photobambi
photobambi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -144,25 +144,7 @@
144
144
 
145
145
  <!-- cdnjs -->
146
146
 
147
- <script>
147
+
148
-
149
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
150
-
151
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
152
-
153
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
154
-
155
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
156
-
157
-
158
-
159
- ga('create', 'UA-35986810-1', 'auto');
160
-
161
- ga('send', 'pageview');
162
-
163
-
164
-
165
- </script>
166
148
 
167
149
  </head>
168
150
 

1

お知らせいただいた補足説明を追加いたしました。

2019/03/01 08:02

投稿

photobambi
photobambi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,342 @@
46
46
 
47
47
 
48
48
 
49
+
50
+
51
+
52
+
53
+ 以下の図(2番目)のようにレイアウトが崩れてしまいます。
54
+
55
+ 横並びにcol-xs-4、colーxs-8を並べたいのですが…
56
+
57
+ ![イメージ説明](a95869f4d99ee1843a194e6bcb28bf28.gif)
58
+
59
+ ![イメージ説明](c3bc2bdc40144c256863ea1e86df33c5.gif)
60
+
61
+
62
+
63
+
64
+
65
+ 再現可能かわかりませんが、以下のようなタグです。
66
+
67
+ containerの中にあるrow内にcolはまとめているつもりなのですが…
68
+
69
+
70
+
71
+ <!DOCTYPE html>
72
+
73
+ <html lang="ja">
74
+
75
+ <head>
76
+
77
+ <meta charset="UTF-8">
78
+
79
+ <meta name="format-detection" content="telephone=no" />
80
+
81
+ <meta name="viewport" content="width=device-width, initial-scale=1">
82
+
83
+
84
+
85
+ <title></title>
86
+
87
+
88
+
89
+ <!-- Favicons ================================================== -->
90
+
91
+ <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
92
+
93
+ <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
94
+
95
+ <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
96
+
97
+ <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
98
+
99
+
100
+
101
+ <!-- Bootstrap -->
102
+
103
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
104
+
105
+ <link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
106
+
107
+
108
+
109
+ <!-- GoogleFontsのCSS読み込み -->
110
+
111
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
112
+
113
+ <link href="http://fonts.googleapis.com/earlyaccess/notosansjapanese.css" rel="stylesheet">
114
+
115
+ <link href="https://fonts.googleapis.com/css?family=Tenali+Ramakrishna" rel="stylesheet">
116
+
117
+ <link href="https://fonts.googleapis.com/css?family=Raleway:100,200,400,500" rel="stylesheet">
118
+
119
+
120
+
121
+ <!-- Stylesheet ================================================== -->
122
+
123
+ <link rel="stylesheet" type="text/css" href="css/style.css">
124
+
125
+ <link rel="stylesheet" type="text/css" href="css/mediaQuery.css">
126
+
127
+ <link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
128
+
129
+ <link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
130
+
131
+
132
+
133
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
134
+
135
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
136
+
137
+ <!--[if lt IE 9]>
138
+
139
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
140
+
141
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
142
+
143
+ <![endif]-->
144
+
145
+ <!-- cdnjs -->
146
+
147
+ <script>
148
+
149
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
150
+
151
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
152
+
153
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
154
+
155
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
156
+
157
+
158
+
159
+ ga('create', 'UA-35986810-1', 'auto');
160
+
161
+ ga('send', 'pageview');
162
+
163
+
164
+
165
+ </script>
166
+
167
+ </head>
168
+
169
+ <body>
170
+
171
+ <!-- Header -->
172
+
173
+ <header id="header">
174
+
175
+ <div class="intro">
176
+
177
+ <div class="overlay">
178
+
179
+ <div class="container">
180
+
181
+ <div class="row">
182
+
183
+ <div class="col-xs-12 col-md-8">
184
+
185
+ <div class="intro-text">
186
+
187
+ <h1>Kitahara Kazuhiro.com</h1><a href="#portfolio" class="btn btn-custom btn-lg page-scroll">Portfolio</a><a href="#contact" class="btn btn-custom btn-lg page-scroll">About</a>
188
+
189
+ </div>
190
+
191
+ </div>
192
+
193
+ </div>
194
+
195
+ </div>
196
+
197
+ </div>
198
+
199
+ </div>
200
+
201
+ </header>
202
+
203
+ <!-- Portfolio Section -->
204
+
205
+ <div id="portfolio">
206
+
207
+
208
+
209
+ <div class="container bottom-margin-small">
210
+
211
+
212
+
213
+ <div class="section-title clearfix">
214
+
215
+ <h2 class="inline">Po<span class="ls-p">rt</span>folio</h2><a href="#header" class="btn btn-custom-backtop btn-lg page-scroll">back to top</a>
216
+
217
+ </div>
218
+
219
+
220
+
221
+ <div class="categories">
222
+
223
+ <ul class="cat">
224
+
225
+ <li>
226
+
227
+ <ol class="type">
228
+
229
+ <li><a href="#portfolio" data-filter="*" class="active">All</a></li>
230
+
231
+ <li><a href="#portfolio" data-filter=".portrait">Portrait</a></li>
232
+
233
+ <li><a href="#portfolio" data-filter=".stilllife">Stil<span class="ls-p">l</span>Life</a></li>
234
+
235
+ <li><a href="#portfolio" data-filter=".work">Works</a></li>
236
+
237
+ </ol>
238
+
239
+ </li>
240
+
241
+ </ul>
242
+
243
+ </div><!-- class="categories" -->
244
+
245
+
246
+
247
+ </div><!-- class="container" -->
248
+
249
+
250
+
251
+ <div class="container">
252
+
253
+ <div class="portfolio-items row">
254
+
255
+
256
+
257
+ ---省略---
258
+
259
+ ↓ここから
260
+
261
+
262
+
263
+ <div class="col-xs-12 work">
264
+
265
+ <div class="portfolio-item">
266
+
267
+ <div class="hover-bg"><a href="img/busstop.jpg" title="BOSS" data-lightbox-gallery="galleryWORKS">
268
+
269
+ <div class="hover-text">
270
+
271
+ <div class="overlay-caption">
272
+
273
+ <div class="overlay-content">
274
+
275
+ <h4>works</h4>
276
+
277
+ </div></div></div>
278
+
279
+ <img src="img/madoue-1_trim_st.jpg" alt="BOSS" width="1200" height="421" class="img-responsive center-block" srcset="img/madoue-1_trim_st.jpg 1x, img/madoue-1_trim_rt.jpg 2x"></a>
280
+
281
+ </div></div></div>
282
+
283
+
284
+
285
+
286
+
287
+ <div class="col-xs-4 work">
288
+
289
+ <div class="portfolio-item">
290
+
291
+ <div class="hover-bg"><a href="img/works/AX193_000_cover_resize_r.jpg" title="AXIS" data-lightbox-gallery="galleryWORKS">
292
+
293
+ <div class="hover-text">
294
+
295
+ <div class="overlay-caption">
296
+
297
+ <div class="overlay-content">
298
+
299
+ <h4>works</h4>
300
+
301
+ </div></div></div>
302
+
303
+ <img src="img/works/AX193_000_cover_resize_s.jpg" alt="AXIS" width="419" height="543" class="img-responsive center-block" srcset="img/works/AX193_000_cover_resize_s.jpg 1x, img/works/AX193_000_cover_resize_r.jpg 2x"></a>
304
+
305
+ </div></div></div>
306
+
307
+
308
+
309
+
310
+
311
+ <div class="col-xs-8 work">
312
+
313
+ <div class="portfolio-item">
314
+
315
+ <div class="hover-bg"><a href="img/05_r.jpg" title="BOSS" data-lightbox-gallery="galleryWORKS">
316
+
317
+ <div class="hover-text">
318
+
319
+ <div class="overlay-caption">
320
+
321
+ <div class="overlay-content">
322
+
323
+ <h4>works</h4>
324
+
325
+ </div></div></div>
326
+
327
+ <img src="img/B0-05_resize2_s.jpg" alt="BOSS" width="838" height="543" class="img-responsive center-block" srcset="img/B0-05_resize2_s.jpg 1x, img/B0-05_resize2_r.jpg 2x"></a>
328
+
329
+ </div></div></div>
330
+
331
+
332
+
333
+ ↑ここまで
334
+
335
+
336
+
337
+ </div><!-- class="portfolio-items" -->
338
+
339
+ </div><!-- class="container" -->
340
+
341
+ </div><!-- id="portfolio" -->
342
+
343
+
344
+
345
+
346
+
347
+ <div id="footer">
348
+
349
+ <div class="container">
350
+
351
+ <p>&copy; 2017. All rights reserved.</p>
352
+
353
+ </div>
354
+
355
+ </div>
356
+
357
+ <script type="text/javascript" src="js/jquery.1.11.1.js"></script>
358
+
359
+ <script type="text/javascript" src="js/bootstrap.js"></script>
360
+
361
+ <script type="text/javascript" src="js/SmoothScroll.js"></script>
362
+
363
+ <script type="text/javascript" src="js/nivo-lightbox.js"></script>
364
+
365
+ <script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
366
+
367
+ <script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
368
+
369
+ <script type="text/javascript" src="js/contact_me.js"></script>
370
+
371
+ <script type="text/javascript" src="js/main.js"></script>
372
+
373
+
374
+
375
+ </body>
376
+
377
+ </html>
378
+
379
+
380
+
381
+ よろしくお願いいたします。
382
+
383
+
384
+
49
385
  ```
50
386
 
51
387
  エラーメッセージ