-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·133 lines (124 loc) · 4.55 KB
/
Copy pathindex.html
File metadata and controls
executable file
·133 lines (124 loc) · 4.55 KB
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
<!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">
<title>工藤のブログ</title>
<meta name="description" content="Source code generated using layoutit.com">
<meta name="author" content="LayoutIt!">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button> <a class="navbar-brand" href="#">首頁</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active">
<a href="https://www.facebook.com/kudo.yuando">我的Facebook</a>
</li>
<li>
<a href="#">留言板</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">更多...<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li>
<a href="#">我的網誌</a>
</li>
<li>
<a href="#">相片</a>
</li>
<li>
<a href="#">今日熱門</a>
</li>
</ul>
</li>
</ul>
<form class="nav navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control">
</div>
<button type="submit" class="btn btn-default">
送出
</button>
</form>
</div>
</nav>
<div class="carousel slide" id="carousel-723210">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carousel-723210">
</li>
<li data-slide-to="1" data-target="#carousel-723210">
</li>
<li data-slide-to="2" data-target="#carousel-723210">
</li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img alt="First Picture" src="https://github.com/alan0638/alan0638.github.io/blob/master/blob/master/image/1.jpg?raw=true" width="1921px" height="821px">
<div class="carousel-caption">
<h3>
今日も、お元気です!
</h3>
<p>
どこに行くの?一緒に旅行しましょう!
</p>
</div>
</div>
<div class="item">
<img alt="Second Picture" src="https://github.com/alan0638/alan0638.github.io/blob/master/blob/master/image/2.jpg?raw=true">
<div class="carousel-caption">
<h4>
おはようございます!
</h4>
<p>
朝ごはんを、一緒に食べしましょう!
</p>
</div>
</div>
<div class="item">
<img alt="Third Picture" src="https://github.com/alan0638/alan0638.github.io/blob/master/blob/master/image/3.jpg?raw=true">
<div class="carousel-caption">
<h4>
今は、楽しいですが?
</h4>
<p>
人生は自転車に乗るのと似ている。あなたがペダルを踏むのめをやめない限り。
</p>
</div>
</div>
</div> <a class="left carousel-control" href="#carousel-723210" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a> <a class="right carousel-control" href="#carousel-723210" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<div class="jumbotron well">
<h2>
自我介紹
</h2>
<p>姓 名: 詹祐安</p>
<p>生 日: 1997-02-08 </p>
<p>性 別: 男</p>
<p>職涯目標: 網路工程師</p>
<p>學 歷: 台科大資訊管理系</p>
<p>興 趣: 旅行, 攝影, 園藝</p>
<p>專 長: 網路管理, 系統整合, Cisco Routing and Switching</p>
<p>證 照: CompTIA Linux+, LPIC Level 1</p>
</div>
<address>
<strong>StudioYuando</strong><br> 795, Ln.853, Zhongzheng Rd<br>Hualien City, TW 94107<br> <abbr title="Phone">P:</abbr> (02) 2883-3133
</address>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>