-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
106 changed files
with
2,102 additions
and
1,566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
\documentclass[tikz, margin=0mm]{standalone} | ||
\definecolor{nord}{HTML}{3B4252} | ||
|
||
\begin{document} | ||
\begin{tikzpicture} | ||
|
||
\def \w {1.5mm} | ||
|
||
\draw[fill, nord](0,0) circle (2mm); | ||
\node[draw, circle, nord, line width=\w, minimum size=0.65cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=1.025cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=1.4cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=1.775cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=2.15cm] at (0, 0) {}; | ||
|
||
\end{tikzpicture} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\documentclass[tikz, margin=0mm]{standalone} | ||
%\usepackage{tikz} | ||
%\usetikzlibrary{calc} | ||
|
||
\usepackage{fontspec} | ||
\setmainfont{Metropolis-Light.otf} | ||
\definecolor{nord}{HTML}{E5E9F0} | ||
|
||
\begin{document} | ||
\include{logo.tex} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\documentclass[tikz, margin=0mm]{standalone} | ||
%\usepackage{tikz} | ||
%\usetikzlibrary{calc} | ||
|
||
\usepackage{fontspec} | ||
\setmainfont{Metropolis-Light.otf} | ||
\definecolor{nord}{HTML}{3B4252} | ||
|
||
\begin{document} | ||
\include{logo.tex} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
|
||
# note: this requires poppler to be installed (brew install poppler) | ||
xelatex logo-dark.tex | ||
pdftocairo -svg logo-dark.pdf logo-dark.svg | ||
|
||
xelatex logo-light.tex | ||
pdftocairo -svg logo-light.pdf logo-light.svg | ||
|
||
rm *.pdf | ||
rm *.log | ||
rm *.aux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
\begin{tikzpicture} | ||
|
||
\def \w {1.5mm} | ||
|
||
\draw[fill, nord](0,0) circle (2mm); | ||
\draw[fill, white] (-1.5,0) circle (0.01mm); % pad left edge | ||
\node[draw, circle, nord, line width=\w, minimum size=0.65cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=1.025cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=1.4cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=1.775cm] at (0, 0) {}; | ||
\node[draw, circle, nord, line width=\w, minimum size=2.15cm] at (0, 0) {}; | ||
\node [scale=6, right, nord, inner sep=1pt] at (2,0) {L E N T I L}; | ||
%\node [scale=9, right, nord] at (1.25,0) {L E N T I L}; | ||
|
||
\end{tikzpicture} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.