Skip to content

Commit c6ba155

Browse files
committed
index
1 parent b1af427 commit c6ba155

File tree

1 file changed

+82
-57
lines changed

1 file changed

+82
-57
lines changed

index.html

Lines changed: 82 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,99 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en">
43
<head>
5-
<meta charset='utf-8' />
6-
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7-
<meta name="description" content="Dmcscript.github.io : " />
8-
9-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10-
11-
<title>Dmcscript.github.io</title>
12-
</head>
13-
14-
<body>
15-
16-
<!-- HEADER -->
17-
<div id="header_wrap" class="outer">
18-
<header class="inner">
19-
<a id="forkme_banner" href="https://github.com/dmcscript">View on GitHub</a>
20-
21-
<h1 id="project_title">Dmcscript.github.io</h1>
22-
<h2 id="project_tagline"></h2>
23-
24-
</header>
25-
</div>
26-
27-
<!-- MAIN CONTENT -->
28-
<div id="main_content_wrap" class="outer">
29-
<section id="main_content" class="inner">
30-
<h3>
31-
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
32-
33-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
34-
35-
<pre><code>$ cd your_repo_root/repo_name
36-
$ git fetch origin
37-
$ git checkout gh-pages
38-
</code></pre>
39-
40-
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="description" content="">
8+
<meta name="author" content="">
9+
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
4110

42-
<h3>
43-
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
11+
<title>Jumbotron Template for Bootstrap</title>
4412

45-
<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
13+
<!-- Bootstrap core CSS -->
14+
<link href="css/bootstrap.min.css" rel="stylesheet">
4615

47-
<h3>
48-
<a name="rather-drive-stick" class="anchor" href="#rather-drive-stick"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
16+
<!-- Custom styles for this template -->
17+
<link href="jumbotron.css" rel="stylesheet">
4918

50-
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
19+
<!-- Just for debugging purposes. Don't actually copy this line! -->
20+
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
5121

52-
<h3>
53-
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
22+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
23+
<!--[if lt IE 9]>
24+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
25+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
26+
<![endif]-->
27+
</head>
5428

55-
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
29+
<body>
5630

57-
<h3>
58-
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
31+
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
32+
<div class="container">
33+
<div class="navbar-header">
34+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
35+
<span class="sr-only">Toggle navigation</span>
36+
<span class="icon-bar"></span>
37+
<span class="icon-bar"></span>
38+
<span class="icon-bar"></span>
39+
</button>
40+
<a class="navbar-brand" href="#">Project name</a>
41+
</div>
42+
<div class="navbar-collapse collapse">
43+
<form class="navbar-form navbar-right" role="form">
44+
<div class="form-group">
45+
<input type="text" placeholder="Email" class="form-control">
46+
</div>
47+
<div class="form-group">
48+
<input type="password" placeholder="Password" class="form-control">
49+
</div>
50+
<button type="submit" class="btn btn-success">Sign in</button>
51+
</form>
52+
</div><!--/.navbar-collapse -->
53+
</div>
54+
</div>
5955

60-
<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
61-
</section>
56+
<!-- Main jumbotron for a primary marketing message or call to action -->
57+
<div class="jumbotron">
58+
<div class="container">
59+
<h1>Hello, world!</h1>
60+
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
61+
<p><a class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
62+
</div>
6263
</div>
6364

64-
<!-- FOOTER -->
65-
<div id="footer_wrap" class="outer">
66-
<footer class="inner">
67-
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
65+
<div class="container">
66+
<!-- Example row of columns -->
67+
<div class="row">
68+
<div class="col-md-4">
69+
<h2>Heading</h2>
70+
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
71+
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
72+
</div>
73+
<div class="col-md-4">
74+
<h2>Heading</h2>
75+
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
76+
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
77+
</div>
78+
<div class="col-md-4">
79+
<h2>Heading</h2>
80+
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
81+
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
82+
</div>
83+
</div>
84+
85+
<hr>
86+
87+
<footer>
88+
<p>&copy; Company 2014</p>
6889
</footer>
69-
</div>
90+
</div> <!-- /container -->
7091

71-
7292

93+
<!-- Bootstrap core JavaScript
94+
================================================== -->
95+
<!-- Placed at the end of the document so the pages load faster -->
96+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
97+
<script src="../../dist/js/bootstrap.min.js"></script>
7398
</body>
7499
</html>

0 commit comments

Comments
 (0)