-
Notifications
You must be signed in to change notification settings - Fork 17
Bruce's introduction #20
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
bruce84530
wants to merge
1
commit into
hellojs-tw:master
Choose a base branch
from
bruce84530: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
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,142 @@ | ||
|
|
||
| <!DOCTYPE html> | ||
| <html lang=""> | ||
| <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>Bruce</title> | ||
|
|
||
| <!-- 引入icon之方法 --> | ||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
|
|
||
| <!-- Bootstrap CSS --> | ||
| <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | ||
|
|
||
| <!-- 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.3/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-light" style="background-color: #1C1C1C" role="navigation"> | ||
| <!-- Brand and toggle get grouped for better mobile display --> | ||
|
|
||
| <div class="container"> | ||
| <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" style="background-color: white"></span> | ||
| <span class="icon-bar" style="background-color: white"></span> | ||
| <span class="icon-bar" style="background-color: white"></span> | ||
| </button> | ||
| <a class="navbar-brand" href="#" style="color:#C4C4C4" ><span style="font-size:30px;">Bruce</span></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 "> | ||
| <li class="active"><a href="#" style="color:#C4C4C4">Link</a></li> | ||
| <li><a href="#" style="color:#C4C4C4">Link</a></li> | ||
| </ul> --> | ||
| <!-- <form class="navbar-form navbar-left" role="search"> | ||
| <div class="form-group"> | ||
| <input type="text" class="form-control" placeholder="Search"> | ||
| </div> | ||
| <button type="submit" class="btn btn-default">Submit</button> | ||
| </form> --> | ||
| <ul class="nav navbar-nav navbar-right"> | ||
| <li><a href="#" style="color:#C4C4C4">Link</a></li> | ||
| <li class="dropdown"> | ||
| <a href="#" style="color:#C4C4C4" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> | ||
| <ul class="dropdown-menu"> | ||
| <li><a href="#">Action</a></li> | ||
| <li><a href="#">Another action</a></li> | ||
| <li><a href="#">Something else here</a></li> | ||
| <li><a href="#">Separated link</a></li> | ||
| </ul> | ||
| </li> | ||
| </ul> | ||
| </div><!-- /.navbar-collapse --> | ||
| </div> | ||
|
|
||
| </nav> | ||
|
|
||
|
|
||
| <div class="container"> | ||
|
|
||
|
|
||
| <div class="row"> | ||
|
|
||
|
|
||
| <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3"> | ||
| <img src="C:\Users\user\Desktop\YTHH.jpg" class="img-responsive"><br> | ||
|
|
||
| <div class="list-group"> | ||
|
|
||
| <a href="#" class="list-group-item active"><i class="fa fa-home fa-fw"></i> | ||
| Home</a> | ||
| <a href="#" class="list-group-item"><i class="fa fa-user-circle fa-fw"></i> About Me</a> | ||
| <a href="#" class="list-group-item"><i class="fa fa-book fa-fw"></i> Resume</a> | ||
| <a href="#" class="list-group-item"><i class="fa fa-send-o fa-fw"></i> Contact</a> | ||
| </div> | ||
| </div> | ||
|
|
||
|
|
||
|
|
||
| <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8"> | ||
| <div class="panel panel-default"> | ||
| <div class="panel-heading" style="background:#1C1C1C"> | ||
| <div class style="color:white">About Me</div> | ||
| </div> | ||
| <div class="panel-footer"> | ||
| Yo | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="panel panel-default"> | ||
| <div class="panel-heading" style="background:#1C1C1C"> | ||
| <div class style="color:white">Resume</div> | ||
| </div> | ||
| <div class="panel-footer"> | ||
| Yuntech - computer science information engineering | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="panel panel-default"> | ||
| <div class="panel-heading" style="background:#1C1C1C"> | ||
| <div class style="color:white">Contact</div> | ||
| </div> | ||
| <div class="panel-footer"> | ||
| 09-8787878787 | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
|
|
||
| <!-- 引入icon之方法 --> | ||
| <footer class="panel panel-default panel-default text-center"> | ||
| <div class="panel-body"> | ||
| <h2> | ||
| <a href="https://www.facebook.com/"><i class="fa fa-facebook-square" aria-hidden="true"></i></a> | ||
| <a href="https://www.instagram.com/"><i class="fa fa-instagram" aria-hidden="true" style="color:#FF3333"></i></a> | ||
| <a href="https://twitter.com/"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
| <a href="https://youtube.com/"><i class="fa fa-youtube" aria-hidden="true" style="color:red"></i></a> | ||
| </h2> | ||
| </h2> | ||
| </div> | ||
|
|
||
| <!-- jQuery --> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
| <!-- Bootstrap JavaScript --> | ||
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></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.
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.
網格系統各個尺寸都只有3+8=11,是故意設計的嗎?正常來說網格系統要有12格歐
如果側邊欄是col-xs-4,文字比較不會跑出來,加上右邊的內容就剛好湊到12格了