Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clo
cl-site
Commits
9edf13ca
Commit
9edf13ca
authored
May 11, 2018
by
Mariano Montone
Browse files
Playing with Bootstrap themes
parent
1d535a39
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
content/contribute.html
View file @
9edf13ca
<h1>
Contribute
</h1>
<h2>
Donations
</h2>
<p>
The easiest way to contribute is to donate. The costs of running
...
...
content/static/css/bootstrap.flatly.min.css
0 → 100644
View file @
9edf13ca
This diff is collapsed.
Click to expand it.
content/static/css/bootstrap.superhero.min.css
0 → 100644
View file @
9edf13ca
This diff is collapsed.
Click to expand it.
layout/css/layout_2018.css
View file @
9edf13ca
...
...
@@ -7,18 +7,9 @@ body{
padding-top
:
4.5rem
;
padding-bottom
:
75px
;
}
.navigation
{
background-color
:
#52a361
;
}
.navigation
>
.navbar-brand
{
height
:
2.5rem
;
}
.navigation
>
.navbar-brand
>
img
{
max-height
:
100%
;
vertical-align
:
top
;
}
.main
{
overflow
:
auto
;
padding-top
:
50px
;
}
.footer
{
position
:
absolute
;
...
...
@@ -27,19 +18,6 @@ body{
height
:
60px
;
line-height
:
60px
;
}
a
{
color
:
#199728
;
}
a
:hover
{
color
:
#97e0a0
;
text-decoration
:
none
;
}
a
.navbar-brand
,
a
.nav-link
{
color
:
#fff
!important
;
}
a
.navbar-brand
:hover
,
a
.nav-link
:hover
{
text-decoration
:
underline
;
}
h2
{
border-bottom
:
3px
solid
#eee
;
...
...
layout/templates/layout_2018.html
View file @
9edf13ca
...
...
@@ -4,7 +4,8 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,shrink-to-fit=no"
>
<title>
{{title}}
</title>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
<link
rel=
"stylesheet"
href=
"/static/css/bootstrap.flatly.min.css"
>
<link
href=
"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"
rel=
"stylesheet"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity=
"sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin=
"anonymous"
>
<link
href=
"/layout_2018.css"
rel=
"stylesheet"
type=
"text/css"
>
...
...
@@ -13,7 +14,7 @@
{{/styles}}
</head>
<body>
<nav
class=
"navbar navbar-expand-
md fixed-top
navbar-dark
navigation
"
>
<nav
class=
"navbar navbar-expand-
lg
navbar-dark
bg-primary fixed-top
"
>
<a
class=
"navbar-brand"
href=
"/"
>
<img
width=
"30px"
height=
"30px"
src=
"/static/imgs/lisplogo.png"
/>
...
...
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