Skip to content

Commit 28fdeee

Browse files
committed
Minor fixes
1 parent 371dfde commit 28fdeee

File tree

12 files changed

+28
-19
lines changed

12 files changed

+28
-19
lines changed
Binary file not shown.

OpnKeywords/scripts/keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def getKeywords(self, text):
3232

3333
while " " in text:
3434
text = text.replace(" ", " ")
35-
print(r"{}".format(text))
35+
# print(r"{}".format(text))
3636
datadict={} #Dictionary for dataframe
3737
xlabels=[] #List for xlabels
3838

static/favicon.ico

10.5 KB
Binary file not shown.

templates/OpnEco/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Playfair+Display:wght@600&display=swap"
2222
rel="stylesheet">
2323
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
24+
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
2425
<title>About - OpnEco</title>
2526
</head>
2627

templates/OpnEco/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
2323
<link rel="stylesheet" href="{% static 'OpnEco/css/style.css' %}">
24+
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
2425
<title>Home - OpnEco</title>
2526
</head>
2627
<style>

templates/OpnEco/settings.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
1818
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1919
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
20-
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
20+
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
21+
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
2122
<title>Settings - OpnEco</title>
2223
</head>
2324
<body>

templates/OpnEmo/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1212

1313
<link rel="preconnect" href="https://fonts.googleapis.com">
14-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15-
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
16-
<link rel="preconnect" href="https://fonts.googleapis.com">
17-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
18-
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
19-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
20-
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
21-
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
14+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
16+
<link rel="preconnect" href="https://fonts.googleapis.com">
17+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
18+
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
19+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
20+
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
21+
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
22+
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
2223
<title>Home - OpnEmo</title>
2324
</head>
2425
<body>

templates/OpnEmo/results.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
2020
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
2121
<link rel="stylesheet" href="{% static 'global/css/results.css' %}">
22+
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
2223
<title>Results - OpnEmo</title>
2324
</head>
2425
<body>

templates/OpnInsights/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1919
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
2020
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
21+
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
2122
<title>Home - OpnInsights</title>
2223
</head>
2324
<body>

templates/OpnInsights/results.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
2020
<link rel="stylesheet" href="{% static 'global/css/global.css' %}">
2121
<link rel="stylesheet" href="{% static 'global/css/results.css' %}">
22+
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
2223
<title>Results - OpnInsights</title>
2324
</head>
2425
<body>

0 commit comments

Comments
 (0)