modified: profiles.py
modified: templates/about.html
This commit is contained in:
40
profiles.py
40
profiles.py
@ -16,14 +16,6 @@ profiles = {
|
|||||||
"info_text3": "incense, citrus fruits",
|
"info_text3": "incense, citrus fruits",
|
||||||
"info_text4": "energizing, calming"
|
"info_text4": "energizing, calming"
|
||||||
},
|
},
|
||||||
"Blue Dream": {
|
|
||||||
"values": [25, 35, 40, 41, 75, 35],
|
|
||||||
"info_text0": "15%",
|
|
||||||
"info_text1": "<1%",
|
|
||||||
"info_text2": "Sativa-dominant Hybrid",
|
|
||||||
"info_text3": "berries, sweet, slighty hazy",
|
|
||||||
"info_text4": "focusing, relaxing, slightly sleep promoting"
|
|
||||||
},
|
|
||||||
"Bubba Kush": {
|
"Bubba Kush": {
|
||||||
"values": [30, 61, 40, 41, 31, 35],
|
"values": [30, 61, 40, 41, 31, 35],
|
||||||
"info_text0": "15%",
|
"info_text0": "15%",
|
||||||
@ -48,14 +40,6 @@ profiles = {
|
|||||||
"info_text3": "herbaceous, cheesy, spicy",
|
"info_text3": "herbaceous, cheesy, spicy",
|
||||||
"info_text4": "energizing, focusing"
|
"info_text4": "energizing, focusing"
|
||||||
},
|
},
|
||||||
"Cleopatra's Milk": {
|
|
||||||
"values": [30, 65, 45, 35, 35, 55],
|
|
||||||
"info_text0": "18%",
|
|
||||||
"info_text1": "<1%",
|
|
||||||
"info_text2": "Indica-dominant Hybrid",
|
|
||||||
"info_text3": "cake, oriental spices, fruit",
|
|
||||||
"info_text4": "inspring, calming"
|
|
||||||
},
|
|
||||||
"Grape Waves": {
|
"Grape Waves": {
|
||||||
"values": [25, 75, 45, 45, 35, 45],
|
"values": [25, 75, 45, 45, 35, 45],
|
||||||
"info_text0": "20%",
|
"info_text0": "20%",
|
||||||
@ -72,6 +56,14 @@ profiles = {
|
|||||||
"info_text3": "gassy (fuel), cheesy, pungent",
|
"info_text3": "gassy (fuel), cheesy, pungent",
|
||||||
"info_text4": "calming, relaxing, sleep promoting"
|
"info_text4": "calming, relaxing, sleep promoting"
|
||||||
},
|
},
|
||||||
|
"Larry Jones": {
|
||||||
|
"values": [25, 33, 35, 39, 61, 32],
|
||||||
|
"info_text0": "20%",
|
||||||
|
"info_text1": "<1%",
|
||||||
|
"info_text2": "Sativa-dominant Hybrid",
|
||||||
|
"info_text3": "citrus, pine, lavender",
|
||||||
|
"info_text4": "focusing, relaxing"
|
||||||
|
},
|
||||||
"Mother's Choice": {
|
"Mother's Choice": {
|
||||||
"values": [35, 35, 55, 35, 50, 61],
|
"values": [35, 35, 55, 35, 50, 61],
|
||||||
"info_text0": "15%",
|
"info_text0": "15%",
|
||||||
@ -80,6 +72,22 @@ profiles = {
|
|||||||
"info_text3": "spicy-sweet, candy",
|
"info_text3": "spicy-sweet, candy",
|
||||||
"info_text4": "inspiring, focusing, relaxing"
|
"info_text4": "inspiring, focusing, relaxing"
|
||||||
},
|
},
|
||||||
|
"Permanent Marker": {
|
||||||
|
"values": [27, 60, 30, 30, 31, 39],
|
||||||
|
"info_text0": "17%",
|
||||||
|
"info_text1": "<1%",
|
||||||
|
"info_text2": "Indica-dominant Hybrid",
|
||||||
|
"info_text3": "tobacco, chemical, ammonia",
|
||||||
|
"info_text4": "calming, inspiring, relaxing"
|
||||||
|
},
|
||||||
|
"Purple Frost": {
|
||||||
|
"values": [22, 52, 41, 39, 35, 50],
|
||||||
|
"info_text0": "15%",
|
||||||
|
"info_text1": "<1%",
|
||||||
|
"info_text2": "Indica-dominant Hybrid",
|
||||||
|
"info_text3": "earthy, fruity, gassy (fuel)",
|
||||||
|
"info_text4": "inspiring, calming, relaxing"
|
||||||
|
},
|
||||||
"Royal Feast": {
|
"Royal Feast": {
|
||||||
"values": [25, 50, 55, 70, 55, 45],
|
"values": [25, 50, 55, 70, 55, 45],
|
||||||
"info_text0": "15%",
|
"info_text0": "15%",
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
<div class="abouttextcontainer">
|
<div class="abouttextcontainer">
|
||||||
<p class="abouttext">Made for:</p>
|
<p class="abouttext">Made for:</p>
|
||||||
<div class="aboutlogocontainer">
|
<div class="aboutlogocontainer">
|
||||||
<a target="_blank" href="https://cicada.je"><img class="aboutlogo" src="static/scc.png" alt="scc"></img></a>
|
<a target="_blank" href="https://swisscannabis-research.ch"><img class="aboutlogo" src="static/scc.png" alt="scc"></img></a>
|
||||||
</div>
|
</div>
|
||||||
<p class="abouttext">Learn about Swiss Cannabis Research <a class="aboutlink" target="_blank" href="https://swisscannabis-research.ch">here</a>.</p>
|
<p class="abouttext">Learn about Swiss Cannabis Research <a class="aboutlink" target="_blank" href="https://swisscannabis-research.ch">here</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user