Index of /besson/publis/Business-Card

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  - Root of the website (in English or in French)
[DIR]experimental-Magic-cards/2021-04-03 22:33 -  
[   ]Makefile2021-04-03 22:25 157  
[TXT]README.md2021-04-03 22:33 2.0KSome details about this page
[   ]_config.yml2017-06-01 14:55 25  
[IMG]card-2021-english.png2021-04-03 22:33 245K 
[IMG]card-2021.png2021-04-03 22:21 248K 
[IMG]card.gif2017-02-13 19:13 9.2K 
[   ]card.pdf2017-02-13 19:15 66K 
[IMG]card.png2017-02-13 19:10 103K 
[TXT]card.tex2017-06-01 14:55 1.2K 
[IMG]cslogo.png2015-03-08 18:11 203K 
[IMG]inrialogo.png2011-11-28 16:43 30K 
# Business Card - as a Magic© card (fun experiment)

For April's fool in 2021, I got a fun but stupid idea: what if I used an original format for my future business card, using a fake [Magic the Gathering](https://en.wikipedia.org/wiki/Magic:_The_Gathering) card, to present myself and give my contact information as well as profile picture? [More details?](experimental-Magic-cards/)

Here is the design I liked the most, after about 25 different designs I tried as prototypes of business card for [myself](https://GitHub.com/Naereen):

![Carte_Visite_Magic__Lilian_Besson__1er_avril_2021_-3.png](card-2021-english.png)

And in French:

![Carte_Visite_Magic__Lilian_Besson__1er_avril_2021_-3.png](card-2021.png)

----

# Business Card - in LaTeX
> Forked from [@JillJenn/Business-Card](https://GitHub.com/JillJenn/Business-Card).

TL;DR: this repo contains a [LaTeX file](card.tex) that get compiled to give PDF and PNG business cards!
For [me](https://GitHub.com/Naereen), it currently looks like this:

![Lilian Besson's business card in LaTeX](card.png)

Feel free to fork the repo, change and adapt the [card](card.tex) file to suits your need, and use it! ([AGPLv3 licensed](https://www.gnu.org/licenses/agpl-3.0.en.html))

----

## Requirements
- [XeLaTeX](https://en.wikipedia.org/wiki/XeTeX)
- Logo of your institutions

## Build
The simplest way is to just compile the `card.tex` file to the `card.pdf` file:
```bash
xelatex card
```
Or by using [the Makefile](Makefile), which compiles to PDF, then convert to GIF and PNG, and cleans temporary files:
```bash
make
```

## License?
[AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html) because « the original author likes to force people to be free ».

© 2017 [Jill-Jênn Vie](https://GitHub.com/JillJenn/business-card), adapted by [Lilian Besson](https://GitHub.com/Naereen/Business-Card).

> *Note:* of course, I do not have any property rights on the logo used for my business card, of [CentraleSupélec](cslogo.png) and [Inria Lille](inrialogo.png).