forked from fbukevin/Veck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
72 lines (61 loc) · 2.48 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<title>Who's Veck Hsiao ?</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> <!--include twitter bootstrap css file-->
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"> <!--include twitter bootstrap css file-->
<link href="more_css.css" rel="stylesheet">
</head>
<body>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script> <!--include twitter bootstrap js file-->
<div class="alert alert-success">
Viewed by Greg Weng ( snowmantw )
</div>
<!-- hero-unit for name title-->
<div class="row">
<br><br><br> <!--space on top-->
<div class="span5 offset4">
<div class="hero-unit">
<h1 align="center">Veck Hsiao</h1> <!--align make letter centered-->
<h1 align="center" class="DFKai-sb"> 蕭 高 <h1>
</div>
</div>
<!-- table for basic info -->
<div class="span5 offset4">
<table class="table table-hover">
<tr>
<th>e-mail</th> <!-- <th> is used to define the header of each column(field) -->
<th>phone</th>
<th>GitHub</th>
<th>Stackoverflow</th>
</tr>
<tr class="info">
<td>fbukevin@gmail.com</td> <!-- <td> is used to define a content of a cell(field) in a entry -->
<td>0912017909</td>
<td>fbukevin</td>
<td>Veck Hsiao</td> <!--Stackoverflow 是用 Google 帳戶登入,這樣我帳號應該是什麼呢?這裡是我填寫的名字-->
</tr>
</table>
</div>
</div>
<!-- navigation for contact info -->
<div class="row">
<div class="span3 offset5">
<ul class="nav nav-pills nav-stacked" >
<li class="active"><a href="#">Home</a></li>
<li class="active"><a target="_blank" href="mailto:fbukevin@gmail.com">Contact</a></li>
</ul>
</div>
</div>
<!-- button for main page -->
<div class="row">
<div class="span3 offset5">
<button class="btn btn-danger" ><a class="a1" target="_blank " href="http://goo.gl/g7fRd" >Google+ </a><span></span></button>
<button class="btn btn-primary"><a class="a1" target="_blank" href="https://www.facebook.com/HsiaoKao/about">Facebook </a><span></span></button>
<button class="btn btn-inverse"><a class="a1" target="_blank" href="https://github.com/fbukevin">GitHub</a><span></span></button>
</div>
</div>
</body>
</html>