-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
448 lines (347 loc) · 17.2 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BSFEP</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./login.html">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VG9C20LKL6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VG9C20LKL6');
</script>
<style>
</style>
</head>
<body style="background-color: rgb(160, 149, 143);">
<main class="mx-auto">
<div class="container-fruid">
<!-- nav -->
<div class="row" id="top">
<div class="col-12">
<nav class="navbar navbar-expand-lg navbar-light bg-light" style="height:80px;">
<img src="./image/logo.png" alt="logo" class="navbar-brand" style="width:5%;">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link mx-3" href="#aboutMe">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link mx-3" href="#frotfolio">PROTFOLIO</a>
</li>
<li class="nav-item">
<a id="contect" class="nav-link mx-3" href="#contact">CONTACT</a>
</li>
<li class="nav-item">
<a class="nav-link mx-3" href="./login.html">LOG IN</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<!-- nav end -->
<!-- top img -->
<div class="container-fruid">
<div class="row">
<div class="col-12" style="position:relative;">
<img src="./image/title-2.png" class="title">
<img src="./image/euniQQ.png" ; style="z-index:1;position:absolute;bottom:-200px;right:-40px;width:35%">
<img src="./image/bg.svg" style="z-index: 0;width:100%;position:absolute;left:0;">
<div style="z-index:10;">
</div>
</div>
</div>
</div>
<!-- top img end-->
<!-- about-->
<!-- 左半邊 -->
<content class="container-fruid" id="aboutMe">
<div class="row">
<!-- <div class="col-lg-6 col-md-12 col-sm-12" style="margin-top:150px;position:relative;border:1px solid red"> -->
<div class="col-lg-6 col-md-12 col-sm-12" style="margin-top:150px;">
<!-- <h1 class="aboutTitle" style="position:absolute;padding-left:80px;padding-top:50px">ABOUT</h1>
<h1 class="aboutTitle" style="padding-left:180px;">// ME //</h1> -->
<h1 class="aboutTitle mt-5 text-center" >ABOUT</h1>
<h1 class="aboutTitle ml-5 text-center ">// ME //</h1>
<img src="./image/eunice.png" class="euniImg mt-5 ">
<img src="./image/dec_3.png" class="aboutImg-3">
<img src="./image/dec_2.png" class="aboutImg-2">
</div>
<!-- 右半邊 -->
<div class="introduce col-lg-6 col-md-8 col-sm-8 mx-auto" style="position:relative; ">
<div class="textArea bg-white px-5 mx-auto">
<h4 class="py-5 " style="letter-spacing:5px;line-height:40px;z-index:2; ">
<strong style="color:teal;font-size:28px">我是筠臻</strong>,求學時於復興美工科、台中科技大學
商業設計系,學習美術工藝、平面設計等相關技能。並於基督教機構擔任美編設計。<br>
<strong
style="color:teal;font-size:28px">2021年</strong>決定跨出舒適圈,盼望所長與網頁媒體結合,因而進入泰山職訓局,接受920小時php資料庫網頁設計課程訓練,目前仍持續學習中。
</h4>
<img src="./image/dec_1.png" class="aboutImg-1" style="z-index:1;">
</div>
</div>
</div>
</div>
</content>
<!-- about end-->
<!-- Tabs -->
<div>
<ul id="frotfolio" class="nav nav-tabs justify-content-around " style='position:relative;z-index:2'>
<!-- page-1 -->
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#page1">Web Disign</a>
<!-- active是預設顯示頁,tab的a tag要加,下面tab-content的地方也要加 -->
</li>
<!-- page-2-products -->
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#page2">DM Disign</a>
</li>
<!-- page-3-Graphic Disign -->
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#page3">Graphic Disign</a>
</li>
</ul>
<!-- Tabs end -->
<content class="tab-content">
<!-- frotfolio -->
<!-- page 1 網頁設計 -->
<div id="page1" class="container-fruid tab-pane active"><br>
<div class="row">
<!-- 第一層 -->
<div class="col-md-4 col-sm-6 p-0 ">
<a href="http://220.128.133.15/s1100421/calendar/index.php?">
<h2 class="imgTitle text-center font-weight-bold mx-auto d-none">Calendar <br>萬 年 曆</h2>
<img src="./image/calendar.png" class="imgDark ptfloImg" style="background-color:rgb(206, 203, 176)">
</a>
</div>
<div class="pfloText col-md-4 col-sm-6 p-0 d-flex align-items-center justify-content-center">
<h2 class="text-center font-weight-bold ">P H P</h3>
</div>
<div class="col-md-4 col-sm-0 p-0" style="background-color:rgb(240, 234, 222);">
</div>
</div>
<div class="row">
<!-- 第二層 -->
<div class="pfloText col-md-4 col-sm-6 p-0 d-flex align-items-center justify-content-center">
<h2 class=" text-left font-weight-bold" style="line-height: 50px;">HTML<br>CSS</h2>
</div>
<div class="col-md-4 col-sm-6 p-0 ">
<a href="http://220.128.133.15/s1100421/polling/index.php">
<h2 class="imgTitle text-center font-weight-bold d-none">Polling<br>投 票 系 統</h2>
<img src="./image/polling.png" class="imgDark ptfloImg">
</a>
</div>
<div class="pfloText col-md-4 col-sm-6 p-0 d-flex align-items-center justify-content-center">
<h2 class=" text-right font-weight-bold" style="line-height: 50px;">JAVASCRIPT<br>JQUERY
</h2>
</div>
</div>
</content>
<div class="row ">
<!-- 第三層 -->
<div class="col-md-4 col-sm-12 p-0" style="background-color:#e1e2b5;"></div>
<div class="pfloText col-md-4 col-sm-6 p-0 d-flex align-items-center justify-content-center">
<h2 class="text-center font-weight-bold ">BOOSTRAP</h2>
</div>
<div class="col-md-4 col-sm-6 p-0" style="background-color:rgb(255, 255, 255);">
<a href="http://220.128.133.15/s1100421/story/index.php?page=1&language=Chinese">
<h2 class="imgTitle text-center font-weight-bold d-none" style="left: 100px;">Story<br>五 頁 式 展 示 書</h2>
<img src="./image/story.png" class="imgDark ptfloImg" style="background-color:rgb(201, 229, 236)">
</a>
</div>
</div>
</div>
<!-- page 1 網頁設計 end-->
<!--page 2 影像課DM -->
<div id="page2" class="container-fruid tab-pane fabe py-5" style="background-color: rgb(252, 251, 251);"><br>
<div class="row" style="justify-content:space-evenly;">
<!-- 旅遊DM -->
<div id="psImg-1" class="col-lg-3 col-md-3 col-sm-3 p-0 ">
<a href="http://220.128.133.15/s1100421/travel_DM.jpg">
<img src="./image/travelDM.png" style="width:100%;">
<!-- <h4 class="ps1text mt-2 p-5">TRAVEL <br>DM </h4> -->
<h4 class="ps1text text-white mt-3">T R A V E L <br> D M </h4>
</a>
</div>
<!-- 2022年曆 -->
<div id="psImg-2" class=" col-lg-3 col-md-3 col-sm-3 p-0">
<a href="http://220.128.133.15/s1100421/2022_calendar.jpg">
<img src="./image/2022calendar.png" style="width:100%;margin-bottom:0px;">
<h4 class="text-white mt-3 mx-5 ">2 0 2 2 <br> C A L E N D A R</h4>
</a>
</div>
<!-- p2文字說明 -->
<div id="psImg-3" class="col-lg-3 col-md-4 col-sm-8">
<i class="fas fa-quote-right fa-5x" mb-2></i>
<h4 style="letter-spacing: 8px;line-height: 40px;">PHOTOSHOP <br>ILLUSTRATOR <br><br>在職訓局受訓期間,除了網頁技術相關課程學習
,也得以在ADOBE軟體的應用上學習精進<br><i class="fas fa-palette fa-3x float-right"></i></h4>
</div>
</div>
</div>
<!-- page 2 end -->
<!-- page 3 -->
<!-- 第一排 -->
<div id="page3" class="container-gruid tab-pane fabe">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/0_lg.jpg"><img src="./image/0.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/1_lg.png"><img src="./image/1.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/2_lg.png"><img src="./image/2.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/3_lg.png"><img src="./image/3.png" class="p3Img"></a>
</div>
<!-- 第二排 -->
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/4(2)_lg.png"><img src="./image/4(2).png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/4_lg.png"><img src="./image/4.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/4-3_lg.png"><img src="./image/4-3.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/4-4_lg.png"><img src="./image/4-4.png" class="p3Img"></a>
</div>
<!-- 第三排 -->
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/5_lg.png"><img src="./image/5.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/6_lg.png"><img src="./image/6.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/7_lg.png"><img src="./image/7.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/8_lg.png"><img src="./image/8.png" class="p3Img"></a>
</div>
<!-- 第四排 -->
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/9_lg.png"><img src="./image/9.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/10_lg.png"><img src="./image/10.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/11_lg.png"><img src="./image/11.png" class="p3Img"></a>
</div>
<!-- 第五排 -->
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/12_lg.png"><img src="./image/12.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/13_lg.png"><img src="./image/13.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/14_lg.png"><img src="./image/14.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/15_lg.png"><img src="./image/15.png" class="p3Img"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-5 mx-auto">
<a data-fancybox="gallery" href="./image/16_lg.png"><img src="./image/16.png" class="p3Img"></a>
</div>
</div>
</div>
<!-- page3 end -->
</div>
<!-- top button -->
<div class="container">
<div class="row">
<a id="top" href="#top" class="col-12 text-center font-weight-bold mt-5"
style="text-align:center;color:rgb(90, 120, 1)"><i class="arrow fas fa-chevron-circle-up fa-2x"></i></a>
</div>
</div>
<!-- top button end -->
<!-- footer -->
<footer id="contact" class="row mt-5 pt-5 text-white" style="background-color:rgb(158, 135, 70)">
<div class="contactIfo text-center col-lg-4 ">
<p><i class="fas fa-envelope fa-2x"></i><br><br>[email protected]</p>
</div>
<div class="contactIfo text-center col-lg-4" >
<a href="https://github.com/EuniQQ" style="color: white;"><i class="fab fa-github fa-2x"></i><br><br>https://github.com/EuniQQ</a>
</div>
<div class="contactIfo text-center col-lg-4">
<a href="220.128.133.15/s1100421" style="color: white;"><i class="fas fa-lightbulb fa-2x"></i><br><br>220.128.133.15/s1100421</a>
</div>
<!-- copyright -->
<div class="col-12 mt-5 py-2 ">
<p class=" text-center ">© copyright by Eunice Chang</p>
</div>
<!-- </div> -->
</footer>
<!-- 燈箱效果 -->
<script src="//code.jquery.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2"
crossorigin="anonymous"></script>
<script>
$(document).ready(function () {
$(".nav-tabs a").click(function () {
$(this).tab('show');
});
$(".nav-link").on('click', function () {
$('a').removeClass('active');
$(this).addClass('active');
})
$('.imgDark').on('mouseover', function () {
$(this).siblings('.imgTitle').removeClass('d-none');
$(this).siblings('.imgTitle').addClass('d-1');
})
$(".imgDark").on("mouseout", function () {
$(this).siblings('.imgTitle').addClass('d-none');
$(this).siblings('.imgTitle').removeClass('d-1');
})
// const psImages = [
// { "id": "1", "src": "./image/0.png", },
// { "id": "2", "src": "./image/1.png", },
// { "id": "3", "src": "./image/2.png", },
// { "id": "4", "src": "./image/3.png", },
// { "id": "5", "src": "./image/4.png", },
// { "id": "6", "src": "./image/5.png", },
// { "id": "7", "src": "./image/6.png", },
// { "id": "8", "src": "./image/7.png", },
// { "id": "9", "src": "./image/8.png", },
// { "id": "10", "src": "./image/9.png", },
// { "id": "11", "src": "./image/10.png", },
// { "id": "12", "src": "./image/11.png", },
// { "id": "13", "src": "./image/12.png", },
// { "id": "14", "src": "./image/13.png", },
// { "id": "15", "src": "./image/14.png", },
// { "id": "16", "src": "./image/15.png", },
// { "id": "17", "src": "./image/16.png", },
// { "id": "18", "src": "./image/17.png", },
// { "id": "19", "src": "./image/18.png", },
// ]
});
</script>
</main>
</body>
</html>