Skip to content
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
43 changes: 21 additions & 22 deletions cafe-with-a-vue/index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
<!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 class="app">
<h1>French Bakery</h1>
<p class="description">
Welcome to French Bakery! 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>
<footer class="footer">
<p>Copyright French Bakery 2019</p>
</footer>
</div>
</body>
<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 class="app">
<h1>La belle vue</h1>
<p class="description">
Bienvenue dans notre café la belle vue ! 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>
<footer class="footer">
<p>Copyright La belle vue 2020</p>
</footer>
</div>
</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.

31 changes: 0 additions & 31 deletions part-2/src/App.vue

This file was deleted.

Binary file removed part-2/src/assets/logo.png
Binary file not shown.
Loading