-
Notifications
You must be signed in to change notification settings - Fork 0
/
photos.html
125 lines (114 loc) · 4.23 KB
/
photos.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
<!DOCTYPE html>
<html>
<head>
<title>活動照片 📷</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport">
<link href="assets/css/main.css" rel="stylesheet"><noscript>
<link href="assets/css/noscript.css" rel="stylesheet"></noscript>
<link rel="icon" href="images/Sports_Mode_icon-icons.com_54137.ico">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><b>📷 活動照片</b></h1>
<p></p>
</header><!-- Main-->
<div id="main">
<!-- Content -->
<section class="main" id="content">
<h1><b>聖火傳遞儀式</b></h1>
</body>
<!-- photo -->
<!--css-->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou&display=swap" rel="stylesheet">
<link rel="stylesheet" href="photo-slideshow/style.css">
</head>
<!--script-->
<!--html-->
<body>
<div class="slideshow-container">
<a class="prev" onclick="plusSlides(-1)"> < </a>
<div class="mySlides fade">
<div class="numbertext">1 / 6</div>
<img src="images/Events/imgFile0.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 6</div>
<img src="images/Events/imgFile1.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 6</div>
<img src="images/Events/imgFile2.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 6</div>
<img src="images/Events/imgFile3.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">5 / 6</div>
<img src="images/Events/imgFile4.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<div class="numbertext">6 / 6</div>
<img src="images/Events/imgFile5.jpg" style="width:100%">
<div class="text"></div>
</div>
<a class="next" onclick="plusSlides(1)"> > </a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
</div>
</body>
</html>
</section>
</div><!-- Footer -->
<link href="assets/css/main.css" rel="stylesheet"><noscript>
<link href="assets/css/noscript.css" rel="stylesheet"></noscript>
<footer id="footer">
<div>
<h2><a href="index.html">回到首頁</a></h2><br>
</div>
<section>
<h1><b>☎️ 聯絡我們</b></h1>
<dl class="alt">
<dt>地址</dt>
<dd>950台東縣台東市大學路二段369號</dd>
<dt>Phone</dt>
<dd>(XX)-123456789</dd>
<dt>Email</dt>
<dd><a href="mailto:abc@abc.com">abc@abc.com</a></dd>
</dl><br>
<br>
<ul class="icons">
<li><a href="https://reurl.cc/58agEv" class="icon brands fa-facebook-f alt"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/ianlin20040409/" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="https://www.youtube.com/@ianlin17698/" class="icon brands fa-youtube alt"><span class="label">Instagram</span></a></li>
<li><a href="https://open.spotify.com/user/u1j6mi7erwrr6wbac8z3200ae" class="icon brands fa-spotify alt"><span class="label">Spotify</span></a></li>
<li><a href="https://music.apple.com/profile/ianlin29340409" class="icon brands fa-apple alt"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/ian20040409/NTTU_75SportsDay" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
</section>
</footer>
<p><br>
<marquee behavior="alternate" direction="right" height="30" scrollamount="10">祝台東大學生日快樂</marquee></p>
</div>
<!-- Scripts -->
<script src="photo-slideshow/script.js"></script>
</body>
</html>