Skip to content

Commit 69e3748

Browse files
Add 'turing-logo-graphics/' from commit '08b2abbf9b0970772cba5aff1e3dc654d5ee0492'
git-subtree-dir: turing-logo-graphics git-subtree-mainline: 44e705d git-subtree-split: 08b2abb
2 parents 44e705d + 08b2abb commit 69e3748

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)