-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (63 loc) · 2.47 KB
/
about.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="info/ma.jpg">
<title>關於我們</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link href="css/bootstrap-social.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="js/ie-emulation-modes-warning.js"></script>
<style>
body {
padding-top: 0px;
}
.active {
font-size: 18px;
}
</style>
</head>
<body>
<script src="js/header.js"></script>
<script>
document.getElementById("about").className = "active";
document.getElementById("aboutLink").href = "javascript: void(0)";
</script>
<div class="container">
<div>
</div>
<div>
<div>
<img src = "info/彥勳.jpg" style = "width:300px; height:400px; padding:10px; left:50%">
<span style = "font-size:50px">資工3B陳彥勳<span>
<a class="btn btn-block btn-social btn-facebook" href = "https://www.facebook.com/jeremy850407?fref=ts" style = "width:43%;" target = "_blank">
<i class="fa fa-facebook"></i>Facebook
</a>
</div>
<div>
<img src = "info/得意.jpg" style = "width:300px; height:400px; padding:10px;">
<span style = "font-size:50px">資工3B劉德毅<span>
<a class="btn btn-block btn-social btn-facebook" href ="https://www.facebook.com/profile.php?id=100000321644745&fref=ts" style = "width:43%;" target = "_blank">
<i class="fa fa-facebook"></i>Facebook
</a>
</div>
</div>
</div> <!-- /container -->
<br><br>
<div style="padding-left:10%;padding-right:10%;">
<script async class="speakerdeck-embed" data-id="30e7176016164b5aba1f1a5481e48775" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
</div>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!--<script src="js/ie10-viewport-bug-workaround.js"></script>-->
</body>
</html>