Skip to content

Commit

Permalink
First customization for our Android Team
Browse files Browse the repository at this point in the history
- added team photos and collage
- added favicon and esr logo
- addec frontpage
- updated README.md
  • Loading branch information
Florian Bramer committed Aug 7, 2023
1 parent 560178d commit ba739fd
Show file tree
Hide file tree
Showing 30 changed files with 112 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/public/
/resources/_gen/

hugo.exe
hugo.linux
hugo.darwin
52 changes: 50 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# My blog
# Team Blog

Best viewn at https://esrlabs.github.io/android-team/

## Contributing

This is the blog of the ESR Labs Android Team. Therefore only team members can contribute.

Run `hugo server` to view locally at http://localhost:1313/


### Creating a new post

A new page can be create with

`hugo new posts/<name-of-post>.md`

Once you are done with writing, make sure to

- review your changes locally with `hugo server`, and
- find a reviewer from the team before publishing your changes.

### Modifying our Team Collage

Our collage consits of android icons and photos of team members:

![](./static/team.png)


#### Android Logos

Logos representing the different android version were taken from wikipedia:

https://commons.wikimedia.org/wiki/File:Android_12_Developer_Preview_logo.svg

see "Other Versions" for a complete list of Android Logos per Version

#### Team Member Photos

Photos of new team members should go into

`static/team-photos`

Afterwards the script `./create_collage.sh` can be invoked to

- downsize the photo (to avoid face recognition
we only want a low resolution on the internet)
- update the collage at `./static/team.png`



Run `hugo server` to view locally
10 changes: 8 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
baseURL = "http://100.115.92.201/"
baseURL = "https://esrlabs.github.io/android-team/"
languageCode = "en-us"
title = "Flo's Personal Blog"
title = "ESR Labs Android Team"
theme = 'hugo-PaperMod-7.0'

[params]
[params.label]
icon = "./esr_logo.png"
text = " Android Team"
iconHeight = 80
27 changes: 27 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "ESR Labs Android Team"
date: 2023-08-07T13:13:15+02:00
draft: false
---

# Introducing the ESR Labs' Android Team


![Team Photo](./team.png)

.

_Hello_,
_servus_,
_ciao_,
_buna ziua_,
_namaste_,
_salut_,
_olá_ and
_привет_
from our bat cave.

We are the __ESR Labs' Android Team__, a multinational team based in Germany. We collaborate on projects related to the [Android Open Source Project](https://source.android.com/). Our primary focus lies in the automotive industry, particularly in infotainment and [AAOS](https://source.android.com/docs/automotive).

To learn more about ESR Labs, which got acquired by Accenture in 2020, follow this [link](https://www.accenture.com/de-de/services/digital-engineering-manufacturing-index).

21 changes: 21 additions & 0 deletions create_collage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash -e

TARGET_RESOLUTION_PER_SINGLE_PHOTO="60x60"

cd static/team-photos

ALL_PNGS=$(ls *.png | sort -n)

# Resize all images to target resolution TARGET_RESOLUTION_PER_SINGLE_PHOTO
for png in $ALL_PNGS
do
echo "resizing $png to $TARGET_RESOLUTION_PER_SINGLE_PHOTO"
convert $png -resize $TARGET_RESOLUTION_PER_SINGLE_PHOTO $png
done

# Now we create the collage
echo "creating collage"
montage -geometry +0+0 -tile 11x $ALL_PNGS ../team.png

# Optional: monochrome
#convert ../team.png -colorspace Gray -brightness-contrast 10x5 ../team.png
Binary file added static/esr_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon.ico
Binary file not shown.
Binary file added static/team-photos/05.droid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/105.Android_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/110.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/15.Android_Lollipop_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/35.Android_Nougat_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/45.Android_Oreo_8.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/55.Android_9_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/65.android-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/75.Android-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/85.Android_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team-photos/95.andorid-13-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/team.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba739fd

Please sign in to comment.