Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
79172d39
Commit
79172d39
authored
Jan 03, 2017
by
Mark Stenglein
Browse files
it all looks right now, yay
parent
65324c26
Changes
4
Show whitespace changes
Inline
Side-by-side
srctweb/_includes/head.html
View file @
79172d39
...
@@ -7,11 +7,14 @@
...
@@ -7,11 +7,14 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"{{ base_path }}/assets/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/assets/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"{{ base_path }}/assets/css/bootstrap-theme.min.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/bootstrap-theme.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ base_path }}/assets/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ base_path }}/assets/css/style.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/style.css"
rel=
"stylesheet"
>
<link
rel=
"icon"
href=
"{{ base_path }}/assets/img/favicon.ico"
>
<link
rel=
"icon"
href=
"/assets/img/favicon.ico"
>
<script
src=
"/assets/js/jquery-2.0.3.min.js"
></script>
<script
src=
"/assets/js/bootstrap.min.js"
></script>
<script>
<script>
/*
/*
...
...
srctweb/_includes/scripts.html
View file @
79172d39
{% include base_path %}
{% include base_path %}
<script
src=
"/assets/js/jquery-2.0.3.min.js"
></script>
<script
src=
"/assets/js/bootstrap.min.js"
></script>
<!-- Piwik -->
<!-- Piwik -->
...
...
srctweb/_layouts/default.html
View file @
79172d39
{% include base_path %}
{% include base_path %}
<!doctype html>
<html
lang=
"{{ site.locale | slice: 0,2 }}"
>
<html
lang=
"{{ site.locale | slice: 0,2 }}"
class=
"no-js"
>
<head>
<head>
{% include head.html %}
{% include head.html %}
</head>
</head>
<body>
<body>
<div
id=
"wrap"
>
<header>
{% include browser-upgrade.html %}
{% include browser-upgrade.html %}
{% include navbar.html %}
{% include navbar.html %}
</header>
<main>
{% include jumbotron.html %}
<div
class=
"container"
>
{{ content }}
{{ content }}
</main
>
</div
>
<div
id=
"footer"
>
<div
id=
"footer"
>
{% include footer.html %}
{% include footer.html %}
</div>
</div>
</div>
{% include scripts.html %}
{% include scripts.html %}
</body>
</body>
</html>
</html>
srctweb/_pages/home.html
View file @
79172d39
...
@@ -5,7 +5,6 @@ title: SRCT
...
@@ -5,7 +5,6 @@ title: SRCT
description: "test"
description: "test"
---
---
{% include jumbotron.html %}
<div
class=
"row smidge"
>
<div
class=
"row smidge"
>
<div
class=
"col-md-12 text-center"
>
<div
class=
"col-md-12 text-center"
>
...
...
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