Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
0f2b22a2
Commit
0f2b22a2
authored
Jul 27, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
herpy derpy shit for urls
parent
295a87ab
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
12 deletions
+17
-12
_includes/footer.html
_includes/footer.html
+4
-4
_includes/header.html
_includes/header.html
+6
-6
_layouts/customize.html
_layouts/customize.html
+1
-1
_layouts/default.html
_layouts/default.html
+1
-1
components.html
components.html
+1
-0
css.html
css.html
+1
-0
customize.html
customize.html
+1
-0
index.html
index.html
+1
-0
javascript.html
javascript.html
+1
-0
No files found.
_includes/footer.html
View file @
0f2b22a2
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"/assets/js/jquery.js"
></script>
<script
src=
"/dist/js/bootstrap.js"
></script>
<script
src=
"
{{ page.base_url }}
/assets/js/jquery.js"
></script>
<script
src=
"
{{ page.base_url }}
/dist/js/bootstrap.js"
></script>
<script
type=
"text/javascript"
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"/assets/js/holder.js"
></script>
<script
src=
"
{{ page.base_url }}
/assets/js/holder.js"
></script>
<script
src=
"/assets/js/application.js"
></script>
<script
src=
"
{{ page.base_url }}
/assets/js/application.js"
></script>
{% unless site.port != "9001" %}
<!-- Analytics
...
...
_includes/header.html
View file @
0f2b22a2
...
...
@@ -12,7 +12,7 @@
</title>
<!-- Bootstrap core CSS -->
<link
href=
"/dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"
{{ page.base_url }}
/dist/css/bootstrap.css"
rel=
"stylesheet"
>
{% if page.layout != "example" %}
<!-- Documentation extras -->
...
...
@@ -27,11 +27,11 @@
<![endif]-->
<!-- Favicons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"/assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"/assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"/assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"/assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"/assets/ico/favicon.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"
{{ page.base_url }}
/assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"
{{ page.base_url }}
/assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"
{{ page.base_url }}
/assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"
{{ page.base_url }}
/assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"
{{ page.base_url }}
/assets/ico/favicon.png"
>
{% unless site.port != "9001" %}
<script
type=
"text/javascript"
>
...
...
_layouts/customize.html
View file @
0f2b22a2
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<!-- Meta, title, CSS, favicons, etc. -->
...
...
_layouts/default.html
View file @
0f2b22a2
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<!-- Meta, title, CSS, favicons, etc. -->
...
...
components.html
View file @
0f2b22a2
...
...
@@ -3,6 +3,7 @@ layout: default
title: Components
slug: components
lead: "Dozens of reusable components built to provide iconography, dropdowns, navigation, alerts, popovers, and much more."
base_url: "../"
---
...
...
css.html
View file @
0f2b22a2
...
...
@@ -3,6 +3,7 @@ layout: default
title: CSS
slug: css
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
base_url: "../"
---
...
...
customize.html
View file @
0f2b22a2
...
...
@@ -3,6 +3,7 @@ layout: customize
title: Customize and download
slug: customize
lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
base_url: "../"
---
<!-- Customize
...
...
index.html
View file @
0f2b22a2
---
layout: home
title: Bootstrap
base_url: "./"
---
<div
class=
"bs-masthead"
>
...
...
javascript.html
View file @
0f2b22a2
...
...
@@ -3,6 +3,7 @@ layout: default
title: JavaScript
slug: js
lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one."
base_url: "../"
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment