-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
95 lines (91 loc) · 4.22 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet">
<script src="./js/bootstrap.bundle.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link href="./css/style7.css" type="text/css" rel="stylesheet">
<script src="./js/script.js" charset="utf-8"></script>
<title>About Us</title>
</head>
<body>
<div class="top-container">
<div class="navbar">
<a href="index.html"> <img src="./img/index/logo3.png" alt="Logo Icon" id="logo"></a>
<div class="bar">
<a href="index.html" id="home">首頁</a>
<div class="dropdown">
<button class="dropbtn">歷年活動▾</button>
<div class="dropdown-content">
<a href="105first.html">105上-琴流感</a>
<a href="105second.html">105上-琴之憶</a>
<a href="106first.html">106上-琴天鋼</a>
<a href="106second.html">106下-期末發表會</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">幹部介紹▾</button>
<div class="dropdown-content">
<a href="16.html">16屆幹部</a>
<a href="17.html">17屆幹部</a>
</div>
</div>
<a href="FAQ.html">FAQ</a>
<a href="about.html">關於賦展</a>
<a href="playpiano.html">Piano ♪</a>
<a href="aboutus.html">About Us</a>
</div>
</div>
<div class="top-containerPic"></div>
<div class="center">
<h1>About Us</h1>
</div>
</div>
<div id="page">
<div class="container">
<div class="row">
<div class="col-sm">
<div class="firstProfile">
<div class="profile profilePic"></div>
<p>李添熙</p>
<p>資工二</p>
<p>105590050</p>
<div class="icon">
<a href="https://github.com/thianhe" target="_blank"><img src="./img/aboutus/github.svg" alt="Github"></a>
<a href="https://www.facebook.com/thianhe" target="_blank"><img src="./img/aboutus/fb.png" alt="Facebook"></a>
</div>
</div>
</div>
<div class="col-sm">
<div class="secProfile">
<div class="profile profilePic"></div>
<p>曾子庭</p>
<p>資工二</p>
<p>105380027</p>
<div class="icon">
<a href="https://github.com/iRogerz" target="_blank"><img src="./img/aboutus/github.svg" alt="Github"></a>
<a href="https://www.facebook.com/profile.php?id=100002413394769" target="_blank"><img src="./img/aboutus/fb.png" alt="Facebook"></a>
</div>
</div>
</div>
<div class="col-sm">
<div class="thirdProfile">
<div class="profile profilePic"></div>
<p>江孟哲</p>
<p>資工二</p>
<p>105590039</p>
<div class="icon">
<a href="https://github.com/mikenick456" target="_blank"><img src="./img/aboutus/github.svg" alt="Github"></a>
<a href="https://www.facebook.com/profile.php?id=100004914737576" target="_blank"><img src="./img/aboutus/fb.png" alt="Facebook"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>