Skip to content

Commit 1a27493

Browse files
shravanngoswamiixukai92penelopeysm
authored
Merging turing-logo-graphics repository (#120)
* port logo codes * update docstring * add acknowledgement * update url * Default branch rename --------- Co-authored-by: Kai Xu <[email protected]> Co-authored-by: Penelope Yong <[email protected]>
1 parent 44e705d commit 1a27493

24 files changed

+1251
-0
lines changed

turing-logo-graphics/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
Manifest.toml

turing-logo-graphics/Project.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[deps]
2+
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
3+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
4+
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
5+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

turing-logo-graphics/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Turing logo graphics
2+
3+
![Turing logo text](images/logo-text-small.png) ![Turing logo text dark](images/logo-text-dark-small.png)
4+
5+
![Turing logo](images/logo-medium.png)
193 KB
Binary file not shown.
33.4 KB
Loading

turing-logo-graphics/images/logo-large.svg

+273
Loading
25.3 KB
Loading

turing-logo-graphics/images/logo-medium.svg

+273
Loading
17.8 KB
Loading

turing-logo-graphics/images/logo-small.svg

+273
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)