Skip to content

Commit

Permalink
Lagt til eksempler på andre skilttyper
Browse files Browse the repository at this point in the history
  • Loading branch information
storbukas authored Feb 20, 2021
1 parent 6edb14b commit 3321134
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,50 @@ Du kan også bruke vanlige kjennemerker
<img src="https://personlig-bilskilt.storbukas.no/PR12345">
</a>

### Andre skilttyper

Du kan også generere andre skilttyper

#### SVART FLAGGBÅND

```html
<img src="https://personlig-bilskilt.storbukas.no/svart/RÅNER">
```

<a href="https://fiy.no/svv" target="_blank">
<img src="https://personlig-bilskilt.storbukas.no/svart/RÅNER">
</a>

#### VAREBIL

```html
<img src="https://personlig-bilskilt.storbukas.no/varebil/SNEKKER">
```

<a href="https://fiy.no/svv" target="_blank">
<img src="https://personlig-bilskilt.storbukas.no/varebil/SNEKKER">
</a>

#### SVALBARD

```html
<img src="https://personlig-bilskilt.storbukas.no/svalbard/SNØ">
```

<a href="https://fiy.no/svv" target="_blank">
<img src="https://personlig-bilskilt.storbukas.no/svalbard/SNØ">
</a>

#### AMBASSADE

```html
<img src="https://personlig-bilskilt.storbukas.no/ambassade/USA">
```

<a href="https://fiy.no/svv" target="_blank">
<img src="https://personlig-bilskilt.storbukas.no/ambassade/USA">
</a>

## Deploy på GCP (Google Cloud Platform)

> *Forutsetter at du allerede har [satt opp et prosjekt på Google Cloud](https://cloud.google.com/ai-platform/notebooks/docs/before-you-begin)*.
Expand Down

0 comments on commit 3321134

Please sign in to comment.