-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (127 loc) · 7.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="/static/infor_icon.ico" type="image/x-icon">
<script src="/static/blog.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="/static/homepage.css">
<title>INFOR_36th</title>
</head>
<body>
<header class="container-fluid bg-dark d-flex justify-content-center py-3 ">
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-incognito text-light rounded" viewBox="0 0 16 16">
<image height="100%" xlink:href="/static/brand.png" class = "rounded"/>
</svg>
<h1 class="d-flex mb-3 mb-md-0 me-md-auto text-decoration-none text-light"><strong>INFOR_36th</strong></h1>
<ul class="nav nav-pills">
<li class="nav-item"><a href="#" class="nav-link active" aria-current="page"><strong>首頁</strong></a></li>
<li class="nav-item"><a href="members.html" class="nav-link"><strong>幹部</strong></a></li>
<li class="nav-item"><a href="friends.html" class="nav-link"><strong>友社</strong></a></li>
</ul>
</header>
<main>
<div id="myCarousel" height="500" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2" class=""></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<image width="100%" xlink:href="/static/picture2.png"/>
</svg>
<div class="container">
<div style = "background: linear-gradient(90deg, #00000099, #00000033, #00000000);"class="carousel-caption text-start col-md-8 p-3 rounded">
<h1><strong><strong>幹部</strong></strong></h1>
<p>看看我們的成員們</p>
<p><a class="btn btn-lg btn-light" href="members.html"><strong>前往</strong></a></p>
</div>
</div>
</div>
<div class="carousel-item">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<image width="100%" xlink:href="/static/picture2.png"/>
</svg>
<div class="container">
<div style = "background: linear-gradient(270deg, #00000099, #00000033, #00000000);" class="p-3 rounded carousel-caption text-end">
<h1><strong>友社</strong></h1>
<p>我們的合作夥伴</p>
<p><a class="btn btn-lg btn-light" href="friends.html"><strong>前往</strong></a></p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height=100" fill="currentColor" class="text-muted bi bi-caret-left" viewBox="0 0 16 16">
<path d="M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z"/>
</svg>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor" class="text-muted bi bi-caret-right" viewBox="0 0 16 16">
<path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/>
</svg>
<span class="visually-hidden">Next</span>
</button>
</div>
</main>
<nav class = "container">
<div class="d-flex align-items-center p-3 my-3 text-white bg-secondary rounded shadow-sm">
<div class="lh-1">
<h2 class="mb-0 text-white lh-1"><strong>About us</strong></h2>
</div>
</div>
<div class="my-3 p-3 bg-light rounded shadow-sm">
<div class="d-flex text-body-secondary pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false">\
<rect width="100%" height="100%" fill="#007bff"></rect>
</svg>
<p class="pb-3 mb-0 small lh-sm border-bottom">
<strong class="d-block text-gray-dark">消息標題</strong>
消習內容
</p>
</div>
<div class="d-flex text-body-secondary pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#e83e8c"></rect>
</svg>
<p class="pb-3 mb-0 small lh-sm border-bottom">
<strong class="d-block text-gray-dark">消息標題</strong>
消息內容
</p>
</div>
<div class="d-flex text-body-secondary pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#6f42c1"></rect>
</svg>
<p class="pb-3 mb-0 small lh-sm border-bottom">
<strong class="d-block text-gray-dark">消息標題</strong>
消息內容
</p>
</div>
<div class="d-flex text-body-secondary pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#6f42c1"></rect>
</svg>
<p class="pb-3 mb-0 small lh-sm border-bottom">
<strong class="d-block text-gray-dark">消息標題</strong>
消息內容
</p>
</div>
<small class="d-block text-end mt-3">
</small>
</div>
</nav>
<footer class="text-muted text-center py-5 bg-light">
<div class="container">
<p class="float-end mb-1">
</p>
<p class="mb-1">© 2023 INFOR</p>
</div>
</footer>
</body>
</html>