Skip to content

Commit

Permalink
Merge pull request #1 from m-eg/update-title-and-color
Browse files Browse the repository at this point in the history
Update title and color
  • Loading branch information
m-eg authored Jun 13, 2023
2 parents c94b07c + 9e3360b commit c811bef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div id="top"></div>
<div id="bottom"></div>
<b-navbar-item id="fontnavbar" class="title is-2">
Milligram
Milligram2
</b-navbar-item>
</template>
</b-navbar>
Expand Down
5 changes: 4 additions & 1 deletion instructions/day1/ApplicationPart1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,17 @@ Now run first `git add .` what will add all changed files to the staging area. A

## Open a pull request and merge it

Now go back into your GitHub repository. You should see a message that you have pushed your branch. Click on the **Compare & pull request** button to open a new pull request.
Now go back into your GitHub repository. You should see a message that you have pushed your branch. Click on the **Compare & pull request** button to open a new pull request.

![Compare & pull request](./images/compare-pull-request.png)

A new window will open. Here you can see your last commit message as a title and have the possibilty to insert a description. Check that you have chosen your own repositories main branch for the merge.

Click on the **Create pull request** button on the lower left to create a new pull request.

> **Note**
> Please check that you open the pull request against the main branch of your own repository as shown in the screenshot below!
![Open pull request](./images/open-pull-request.png)

Another window opens. Here you can review your changes again. Click on **Files changed**. You can see the changes we have made in the **Home.vue** file.
Expand Down
5 changes: 3 additions & 2 deletions instructions/day2/Vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ In this challenge you will learn how to:
## Getting started

- Navigate to your **Resource Group** we created on Day 1 during the previous challenges.
- Create a new **Resource** and search for **Vision**.
- Create a new **Resource** and search for **Cognitive Services**.

![Screenshot of how to create a resource](./images/createresource.png)

## Create Computer Vision Cognitive Service

- Select **Cognitive Service** and hit **Create**.
- Select **Cognitive Services** and hit **Create**.
- Your subscription and resource group should already be set. Select **westeurope** as region and **Standard S0**.
⚠️ Attention: westeurope is hardcoded - so make sure to have this resource in westeurope
- Give the resource a unique name.
Expand Down
Binary file modified instructions/day2/Vision/images/createresource.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 c811bef

Please sign in to comment.