Skip to content

Commit

Permalink
Polished entry page and hiring post
Browse files Browse the repository at this point in the history
- thx ChatGPT
- neutral background color
  • Loading branch information
Florian Bramer committed Sep 22, 2023
1 parent 396462d commit 5c4f68a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 24 deletions.
2 changes: 1 addition & 1 deletion assets/css/extended/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {

:root {
--secondary: rgb(56, 56, 56);
--code-bg: rgb(248, 248, 180);
--code-bg: rgb(235 235 235)
}

.first-entry {
Expand Down
21 changes: 6 additions & 15 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,15 @@ date: 2023-08-07T13:13:15+02:00
draft: false
---


<p style="font-family: hubot-sans; font-size: 40px;">
Hello,
Servus,
Ciao,
Buna ziua,
Namaste,
Salut,
Olá and
Привет...
</p>

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

Greetings! Whether you say _Hello_, _Servus_, _Ciao_, _Buna ziua_, _Namaste_, _Salut_, _Olá_, or _Привет_
welcome to our virtual bat cave! We are the Android Team at ESR Labs, a diverse and multinational group headquartered in Germany.

...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).
Our collective efforts are dedicated to collaborative projects associated with the Android Open Source Project ([AOSP](https://source.android.com/)).

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).
Our primary focus revolves around the automotive sector, with a special emphasis on infotainment and Android Automotive OS (AAOS).

If you'd like to delve deeper into the world of ESR Labs, a company that became part of the Accenture family in 2020, you can find additional information by following this [link](https://www.accenture.com/de-de/services/digital-engineering-manufacturing-index).

### Blog Posts
### Our Blog Posts
6 changes: 3 additions & 3 deletions content/posts/remove-device-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Some reasons why we wanted to remove them:

In this post, I want to guide you through the steps I took to trim down the list of declared device features.

### What are Device Features
### What are Device Features?

Any android devices declares a list of device features it supports. For example, in the early years of Android, there where phones with and without a built in compass sensor.

Expand All @@ -33,7 +33,7 @@ You could archive that by declaring a dependency onto the corresponding device f

See https://developer.android.com/guide/topics/manifest/uses-feature-element#features-reference for a list of device features.

### Inspect all exposed Device Features
### Inspecting all exposed Device Features

First let's inspect all the device features our device declares. One can do that by using an `adb shell` session and Android's package manager.

Expand Down Expand Up @@ -91,7 +91,7 @@ we can find the file which declares the `android.hardware.bluetooth_le` device f
</permissions>
```

### Remove individual Device Features
### Removing individual Device Features

Now let's imagine we would like to remove `android.hardware.bluetooth_le` from the list of declared device features. An obvious way to do that, would be to find the _android.hardware.bluetooth_le.xml_ file in our source tree and remove (or comment out) the line which defines the feature:

Expand Down
10 changes: 5 additions & 5 deletions content/posts/we-are-hiring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: "We Are Hiring"
date: 2023-09-06T17:49:38+02:00
draft: false
author: "The Android Team"
---

Interested in joining us? We have offices in the southern part of Germany:
![Hello](./hello.gif)

- Munich (HQ)
- Ingolstadt
- Nürnberg
- Kulmbach
Interested in joining ESR Labs's Android Team...where innovation, creativity, and cutting-edge technology converge?

If you're passionate about solving complex problems, pushing the boundaries of technology, and working in a dynamic and collaborative environment, we want to hear from you!

Our open positions can be found on Accenture's Career Portal:

Expand Down
Binary file added content/posts/we-are-hiring/hello.gif
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 5c4f68a

Please sign in to comment.