Skip to content

Commit 2623109

Browse files
authored
Merge pull request #66 from Marika-K/master
update logo (dark/light)
2 parents f6703c5 + 37e3b36 commit 2623109

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
[![Gurobi](assets/img/gurobi_light.svg)](https://www.gurobi.com)
1+
<a href="https://example.com/target" target="_blank" rel="noopener">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="assets/img/gurobi_dark.svg">
4+
<img src="assets/img/gurobi_light.svg" alt="Gurobi Logo" style="width:60%">
5+
</picture>
6+
</a>
7+
8+
<!-- [![Gurobi](assets/img/gurobi_dark.svg)](https://www.gurobi.com) -->
29

310
## Target audience
411
Data scientists, engineers, computer scientists, economists, and in general, professionals with a background in mathematical modeling and a basic knowledge of Python.

0 commit comments

Comments
 (0)