-
Notifications
You must be signed in to change notification settings - Fork 17
hi #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NejiYURI
wants to merge
1
commit into
hellojs-tw:master
Choose a base branch
from
NejiYURI:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
hi #18
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,128 @@ | ||
| <!DOCTYPE html> | ||
| <!--黃郁恆--> | ||
| <html lang="zh"> | ||
|
|
||
| <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 Page</title> | ||
|
|
||
| <!-- Bootstrap CSS --> | ||
| <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" | ||
| crossorigin="anonymous"> | ||
|
|
||
| <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
| <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
| <!--[if lt IE 9]> | ||
| <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
| <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
| <![endif]--> | ||
| </head> | ||
|
|
||
| <body> | ||
|
|
||
|
|
||
| <nav class="navbar navbar-default navbar-inverse" role="navigation"> | ||
| <!-- Brand and toggle get grouped for better mobile display --> | ||
| <div class="navbar-header"> | ||
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> | ||
| <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="#">(=w=)</a> | ||
| </div> | ||
|
|
||
| <!-- Collect the nav links, forms, and other content for toggling --> | ||
| <div class="collapse navbar-collapse navbar-ex1-collapse"> | ||
|
|
||
|
|
||
| <ul class="nav navbar-nav navbar-right"> | ||
| <li><a href="#">巴拉</a></li> | ||
| <li><a href="#">巴拉巴拉</a></li> | ||
| <li><a href="#">巴拉巴拉巴拉</a></li> | ||
| <li><button type="button" class="btn btn-defualt navbar-btn btn-warning">刪除頁面</button></li> | ||
| </ul> | ||
| </div> | ||
| <!-- /.navbar-collapse --> | ||
| </nav> | ||
|
|
||
|
|
||
| <div class="container-fluid"> | ||
| <div class="row"> | ||
| <div class="col-xs-10 col-md-10"> | ||
| <ol class="breadcrumb"> | ||
| <li> | ||
| <a href="#">Home</a> | ||
| </li> | ||
| <li class="active">Current</li> | ||
| </ol> | ||
|
|
||
| <div class="col-md-3"> | ||
| <img src="https://scontent.ftpe4-1.fna.fbcdn.net/v/t1.0-9/19437674_1507042565984555_572875568620177663_n.jpg?oh=f5c7f4d59460be19dbdc5ae114c77bb7&oe=59FEEC02" class="img-responsive"> 個人相片 | ||
| </div> | ||
| <div class="col-md-6"> | ||
| <h1 class="text-left">姓名:發條</h1> | ||
| <h1 class="text-left">興趣:做糞Game</h1> | ||
| <h1 class="text-left">近況:累</h1> | ||
| <h1 class="text-left">備註:昱彥還錢!!</h1> | ||
| </div> | ||
|
|
||
|
|
||
| </div> | ||
|
|
||
| <div class="col-xs-2 col-md-2"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 這邊col-xs-2在視窗很小的時候會變得太窄歐,會擠壓到文字 |
||
| <ul class="list-group"> | ||
| <a href="#" class="list-group-item active"> | ||
| 這是標題 | ||
| </a> | ||
| <li class="list-group-item">這裡</li> | ||
| <li class="list-group-item">不知到</li> | ||
| <li class="list-group-item">該放什麼</li> | ||
| </ul> | ||
|
|
||
| <ul class="list-group"> | ||
| <a href="#" class="list-group-item list-group-item-warning"> | ||
| 這是標題2 | ||
| </a> | ||
| <li class="list-group-item">芭拉芭拉芭拉芭拉芭拉芭拉 </li> | ||
|
|
||
| </ul> | ||
| </div> | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
|
|
||
|
|
||
| <div class="panel-footer"> | ||
| <h3 class="text-center">版權沒有,翻印不咎</h1> | ||
| </div> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| <canvas id="myCanvas" width="480" height="320"></canvas> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 這邊為甚麼要放一個canvas標籤呢XD |
||
|
|
||
|
|
||
|
|
||
|
|
||
| <!-- jQuery --> | ||
| <script src="http://code.jquery.com/jquery.js"></script> | ||
| <!-- Bootstrap JavaScript --> | ||
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" | ||
| crossorigin="anonymous"></script> | ||
| </body> | ||
|
|
||
| </html> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
使用巢狀網格系統,這邊盡量多一個
<div class="row></div>"把下一層網格包起來歐,這樣才不會容易跑版