@@ -36,28 +36,35 @@ def create_content(data):
3636 style = {"height" : "100%" },
3737 children = dmc .Stack (gap = 0 , children = [
3838 dmc .Anchor ([DashIconify (icon = "fluent:star-24-regular" , height = 20 , color = 'gold' ), "Introduction" ], href = "/" , className = "navbar-link" ,),
39- dmc .Divider (label = "Components" , mt = "2rem" , mb = "1rem" , labelPosition = "left" , pl = "1rem" ),
40- * body ,
41- dmc .Divider (label = "Awesome Dash" , mt = "2rem" , mb = "1rem" , labelPosition = "left" , pl = "1rem" ),
42- dmc .Anchor ([DashIconify (icon = "carbon:ibm-z-os-package-manager" , height = 20 ), "PyPi Components" ], href = "https://community.plotly.com/t/community-components-index/60098" ,
43- className = "navbar-link" , ),
44- # dmc.Anchor([DashIconify(icon="streamline:global-learning", height=20), "Learning Resources"], href="/learning-resources",
45- # className="navbar-link", ),
46- dmc .Divider (label = "Projects" , mt = "2rem" , mb = "1rem" , labelPosition = "left" , pl = "1rem" ),
39+ dmc .Divider (label = "Hosted Applications:" , mt = "2rem" , mb = "1rem" , labelPosition = "left" , pl = "1rem" ),
4740 dmc .Anchor (
48- [DashIconify (icon = 'emojione:department-store' , height = 20 ), 'Store ' ],
49- href = 'https://dash-components. com/ ' ,
41+ [DashIconify (icon = 'emojione:department-store' , height = 20 ), 'Pip`s Shop ' ],
42+ href = 'https://shop.geomapindex. com' ,
5043 className = "navbar-link" ,
5144 ),
5245 dmc .Anchor (
53- [DashIconify (icon = 'emojione:world-map' , height = 20 ), 'GeoMapIndex' ],
46+ [DashIconify (icon = 'emojione:world-map' , height = 20 ), 'GeoMapIndex App ' ],
5447 href = 'https://dash.geomapindex.com' ,
5548 className = "navbar-link" ,
5649 ),
50+ dmc .Anchor (
51+ [DashIconify (icon = 'noto-v1:rolled-up-newspaper' , height = 20 ), 'Blog' ],
52+ href = 'https://geomapindex.com/blog/' ,
53+ className = "navbar-link" ,
54+ ),
55+
56+ dmc .Divider (label = "Pip Components" , mt = "2rem" , mb = "1rem" , labelPosition = "left" , pl = "1rem" ),
57+ * body ,
58+ # dmc.Divider(label="Awesome Dash", mt="2rem", mb="1rem", labelPosition="left", pl="1rem"),
59+ # dmc.Anchor([DashIconify(icon="carbon:ibm-z-os-package-manager", height=20), "PyPi Components"], href="https://community.plotly.com/t/community-components-index/60098",
60+ # className="navbar-link", ),
61+ # dmc.Anchor([DashIconify(icon="streamline:global-learning", height=20), "Learning Resources"], href="/learning-resources",
62+ # className="navbar-link", ),
63+
5764 dmc .Divider (label = "Contact" , mt = "2rem" , mb = "1rem" , labelPosition = "left" , pl = "1rem" ),
5865 dmc .Anchor (
5966 [DashIconify (icon = 'openmoji:mobile-message' , height = 20 ), 'Message Me' ],
60- href = 'https://pipinstallpython.pythonanywhere. com/home/direct_message /' ,
67+ href = 'https://geomapindex. com/message /' ,
6168 className = "navbar-link" ,
6269 ),
6370 ], px = "1rem" , py = "2rem" ),
0 commit comments