Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
allgo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
129
Issues
129
List
Boards
Labels
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
allgo
allgo
Commits
2a133032
Commit
2a133032
authored
Mar 07, 2019
by
sebastien letort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTML changes to make it more compliant with the standard (less complains from validator.w3.org)
parent
30e56412
Pipeline
#66835
failed with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
9 deletions
+7
-9
django/allgo/templates/base.html
django/allgo/templates/base.html
+4
-4
django/allgo/templates/partials/_footer.html
django/allgo/templates/partials/_footer.html
+2
-2
django/allgo/templates/partials/_header.html
django/allgo/templates/partials/_header.html
+1
-1
django/allgo/templates/webapp_detail.html
django/allgo/templates/webapp_detail.html
+0
-2
No files found.
django/allgo/templates/base.html
View file @
2a133032
...
...
@@ -11,10 +11,10 @@
<meta
name=
"description"
content=
"allgo allow you to use console applications made by research team, online."
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, shrink-to-fit=no"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/bootstrap.min.css' %}"
media=
"all"
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/fontawesome-all.min.css' %}"
media=
"all"
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/allgo.css' %}"
media=
"all"
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/prism.css' %}"
media=
"all"
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/bootstrap.min.css' %}"
media=
"all"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/fontawesome-all.min.css' %}"
media=
"all"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/allgo.css' %}"
media=
"all"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/prism.css' %}"
media=
"all"
>
<link
rel=
"icon"
type=
"image/png"
href=
"{% static 'images/favicon.ico' %}"
sizes=
"16x16"
>
{% endblock %}
...
...
django/allgo/templates/partials/_footer.html
View file @
2a133032
...
...
@@ -41,8 +41,8 @@
</div>
</div>
<div
class=
"logos"
>
<a
href=
"https://inria.fr"
><img
class=
"float-left"
src=
"{% static 'images/inria.png' %}"
></a>
<a
href=
"https://www.irisa.fr"
><img
class=
"float-right"
src=
"{% static 'images/irisa.png' %}"
></a>
<a
href=
"https://inria.fr"
><img
class=
"float-left"
src=
"{% static 'images/inria.png' %}"
alt=
"inria logo"
></a>
<a
href=
"https://www.irisa.fr"
><img
class=
"float-right"
src=
"{% static 'images/irisa.png' %}"
alt=
"irisa logo"
></a>
</div>
</div>
</footer>
django/allgo/templates/partials/_header.html
View file @
2a133032
...
...
@@ -4,7 +4,7 @@
<div
class=
"container"
>
<nav
class=
"navbar navbar-expand-xl navbar-dark bg-dark"
>
<a
class=
"navbar-brand text-hide"
href=
"{% url 'main:home' %}"
>
<img
src=
"{% static "
images
/
logo-allgo
.
png
"
%}"
width=
"50px"
height=
"50px"
alt=
"allgo logo"
>
A||go
</a>
<img
src=
"{% static "
images
/
logo-allgo
.
png
"
%}"
width=
50
height=
50
alt=
"allgo logo"
>
A||go
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarNav"
aria-controls=
"navbarNav"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
...
...
django/allgo/templates/webapp_detail.html
View file @
2a133032
...
...
@@ -209,8 +209,6 @@
</div>
{% endif %}
</div>
</div>
</div>
</div>
{% endblock %}
...
...
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