Commit 28ac5a5e authored by Jakob Moser's avatar Jakob Moser
Browse files

Initialize repo with logo and README

parents
Loading
Loading
Loading
Loading

LICENSE-3RD-PARTY.md

0 → 100644
+23 −0
Original line number Diff line number Diff line
# Used third party content

## Bee icon

* File: `img/bee-4789032.svg`
* URL: https://pixabay.com/vectors/bee-honey-bees-insect-nature-4789032/
* Author: [Doofus1977](https://pixabay.com/users/doofus1977-12591272/)
* License: [Pixabay License](https://pixabay.com/service/license/)

### Derivatives

We created some derivatives of this file:

* `img/bee.svg`: Edited SVG (colors changed, resized page, ...)

## Centering image in README

We adapted the solution to center an image in README from the following Stack Overflow answer:

* Title of the question: How do you center text in Gitlab markdown?
* URL: https://stackoverflow.com/a/53273661/
* Author: [Simon Hyll](https://stackoverflow.com/users/5614602/simon-hyll)
* License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)

README.md

0 → 100644
+24 −0
Original line number Diff line number Diff line
# YALIKEJAZZ

<!-- @@@ Solution adapted from Stack Overflow answer, see LICENSE-3RD-PARTY.md for detail @@@ -->
<div align="center">
<img src="img/bee.svg" width="200px" alt="YALIKEJAZZ logo" />
</div>
<!-- @@@ End adapted solution @@@ -->

YALIKEJAZZ (“**Y**et **A**nother **L**inux **I**nterface **K**indly **E**valuating, **J**udging and **A**ssisting **Z**ealous **Z**oomers”) is a Browser-based fat-client web application in which students can practice their Linux skills using simple, hands-on exercises. It replaces the old pool test.

[[_TOC_]]

## :runner: Run the application

Simply use any kind of static web server to serve the contents of the `static` directory. During development, you could e.g. use Python's `http.server` module:

```bash
cd static/
python -m http.server --bind 127.0.0.1
```

## :scales: Sources and license

This project uses content provided by third parties. Please see the [`LICENSE-3RD-PARTY.md`](LICENSE-3RD-PARTY.md) file to find out which files are content provided by third parties and under which license they are being used.

img/bee-4789032.svg

0 → 100644
+0 −0

File added.

Preview size limit exceeded, changes collapsed.

img/bee.svg

0 → 100644
+0 −0

File added.

Preview size limit exceeded, changes collapsed.