Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

french translation + delete other files #37

Open
wants to merge 1 commit into
base: P1C3-Begin
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 40 additions & 41 deletions cafe-with-a-vue/index.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./styles.css" />
<title>Cafe with a Vue</title>
</head>
<body>
<div id="app" class="app">
<h1>{{ restaurantName }}</h1>
<p class="description">
Welcome to {{ restaurantName }}! We are known for our freshly baked
bread and french pastries! Give you morning a warm start or treat
yourself in the middle of the day. Our butter is imported from local
farmers in France. Once you take your first bite, you will see why
everyone can't get enough!
</p>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./styles.css" />
<title>Cafe with a Vue</title>
</head>
<body>
<div id="app" class="app">
<h1>{{ restaurantName }}</h1>
<p class="description">
Bienvenue dans notre café {{ restaurantName }}! Nous sommes réputés pour
notre pain et nos merveilleuses pâtisseries. Faites vous plaisir dès le
matin ou avec un goûter réconfortant. Mais attention, vous verrez qu'il
est difficile de s'arrêter.
</p>

<h2>Contact Us</h2>
<p>Address: 9274 Beurre Ave, Paris, France</p>
<p>Phone: +08 88 88 88 88 88</p>
<p>Email: hello@cafewithavue.bakery</p>
<p>Hours:</p>
<ul>
<li>M-F: 06:00 to 16:00</li>
<li>Saturday: 07:00 to 14:00</li>
<li>Sunday: 07:00 to 12:00</li>
</ul>
<h2>Contactez nous</h2>
<p>Adresse : 18 avenue du Beurre, Paris, France</p>
<p>Téléphone : 01 88 88 88 88</p>
<p>Email : hello@cafewithavue.bakery</p>
<p>Horaires :</p>
<ul>
<li>L-V: 06:00 à 16:00</li>
<li>Samedi: 07:00 à 14:00</li>
<li>Dimanche: 07:00 à 12:00</li>
</ul>

<footer class="footer">
<p>Copyright {{ restaurantName }} 2019</p>
</footer>
</div>
<footer class="footer">
<p>Copyright {{ restaurantName }} 2019</p>
</footer>
</div>

<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script>
const app = new Vue({
el: '#app',
data: {
restaurantName: 'French Bakery'
}
})
</script>
</body>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script>
const app = new Vue({
el: "#app",
data: {
restaurantName: "La belle vue"
}
})
</script>
</body>
</html>
38 changes: 0 additions & 38 deletions my-first-vue-cli-app/src/components/CustomBanner.vue

This file was deleted.

22 changes: 0 additions & 22 deletions package.json

This file was deleted.

40 changes: 0 additions & 40 deletions part-1/color.html

This file was deleted.

59 changes: 0 additions & 59 deletions part-1/vue-mart.html

This file was deleted.

2 changes: 0 additions & 2 deletions part-2/.browserslistrc

This file was deleted.

17 changes: 0 additions & 17 deletions part-2/.eslintrc.js

This file was deleted.

21 changes: 0 additions & 21 deletions part-2/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions part-2/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions part-2/babel.config.js

This file was deleted.

24 changes: 0 additions & 24 deletions part-2/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions part-2/postcss.config.js

This file was deleted.

Binary file removed part-2/public/favicon.ico
Binary file not shown.
17 changes: 0 additions & 17 deletions part-2/public/index.html

This file was deleted.

Loading