Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ARFA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
ARFA
ARFA
Commits
a7b025db
Commit
a7b025db
authored
Nov 25, 2018
by
SANCHIT JAIN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added static files
parent
e6e9be1b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
5 deletions
+24
-5
ARFA/ARFA_app/static/ARFA_app/lib/mathjax/MathJax.js
ARFA/ARFA_app/static/ARFA_app/lib/mathjax/MathJax.js
+19
-0
ARFA/ARFA_app/templates/ARFA_app/faculty_home.html
ARFA/ARFA_app/templates/ARFA_app/faculty_home.html
+3
-3
ARFA/ARFA_app/templates/ARFA_app/view_personal_question.html
ARFA/ARFA_app/templates/ARFA_app/view_personal_question.html
+2
-2
No files found.
ARFA/ARFA_app/static/ARFA_app/lib/mathjax/MathJax.js
0 → 100644
View file @
a7b025db
This diff is collapsed.
Click to expand it.
ARFA/ARFA_app/templates/ARFA_app/faculty_home.html
View file @
a7b025db
...
...
@@ -5,9 +5,9 @@ profile
{%endblock%}
{%block head%}
<
link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<
script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"
></script
>
<
script
src=
"//code.jquery.com/jquery-1.11.1.min.js"
></script
>
<
!-- <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> --
>
<
!-- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> --
>
<
!-- <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> --
>
{% load static %}
<link
rel=
"stylesheet"
href=
"{% static 'ARFA_app/home.css' %}"
type=
"text/css"
>
...
...
ARFA/ARFA_app/templates/ARFA_app/view_personal_question.html
View file @
a7b025db
{%extends 'base2.html'%}
{%block head%}
<script
src=
"
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML
"
>
{%load static%}
<script
src=
"
{% static 'ARFA_app/lib/mathjax/MathJax.js' %}
"
>
MathJax
.
Hub
.
Config
({
tex2jax
:
{
inlineMath
:
[[
'
$
'
,
'
$
'
],
[
'
\\
(
'
,
'
\\
)
'
]]}});
</script>
{%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