10000 Removing markdown within HTML and other minor work · vuejsadmin/30-days-of-vue@e90fd7e · GitHub
[go: up one dir, main page]

Skip to content

Commit e90fd7e

Browse files
djirdehhdjirdehh
authored andcommitted
Removing markdown within HTML and other minor work
1 parent eba22ca commit e90fd7e

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
30 Days of Vue
66
</h1>
77
<p align="center">
8-
<img src="./images/30-days-of-vue-hardcover.jpg"/>
8+
<img src="./images/30-days-of-vue-hardcover.jpg"/>
99
</p>
1010
<h2 align="center">
1111
✨ An Introduction to Vue - <b>in 30 Bite-Size Morsels</b> ✨
@@ -14,9 +14,9 @@
1414
Written by the authors of <a href="https://fullstack.io/vue">Fullstack Vue</a></a>
1515
</p>
1616
<p align="center">
17-
<a href="https://app.monstercampaigns.com/c/opsh28ygz42xhvtlq4vd/">
18-
<img src="./images/readme/download-button.png" width="484" height="83" />
19-
</a>
17+
<a href="https://app.monstercampaigns.com/c/opsh28ygz42xhvtlq4vd/">
18+
<img src="./images/readme/download-button.png" width="484" height="83" />
19+
</a>
2020
</p>
2121
<hr />
2222

day-16/day-16.cq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ let renderComponent = {
136136

137137
Thankfully, the child `header` element is to contain no child elements of its own and instead simply display the value of the `message` prop. To have the `header` element display the `message` prop as its child content we’ll declare `this.message` in the third argument of the nested `createElement` function. `this.message` will reference the message property available in the component as props:
138138

139-
140139
```javascript
141140
let renderComponent = {
142141
render(createElement) {

day-30/day-30.cq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> We've made it! Day 30. Congrats! Now you have enough information to create Vue applications with the __Vue CLI__, integrated with data with __Vuex__, client-side routed with __Vue Router__, and even tested with the __Vue Test Utils__ library.
44
5-
<p align="center">
6-
![](./public/assets/carpe-diem.png)
7-
Photo by the talented [@ianjamesstauffer](https://www.instagram.com/ianjamesstauffer/)
5+
<p align="center">
6+
<img src="./public/assets/carpe-diem.png" />
7+
<span>Photo by the talented <a href="https://www.instagram.com/ianjamesstauffer/" target="_blank">@ianjamesstauffer</a></span>
88
</p>
99

1010
We've covered a lot of material in the past 30 days. Some of the high-level topics we discussed are:
@@ -58,8 +58,8 @@ and...
5858

5959
### Fullstack Vue
6060

61-
<p align="center">
62-
![](./public/assets/fullstack-vue-cover.png)
61+
<p align="center">
62+
<img src="./public/assets/fullstack-vue-cover.png" />
6363
</p>
6464

6565
Did you happen to enjoy this course and are interested in going deeper with Vue, with us? Check out [Fullstack Vue](https://www.fullstack.io/vue)! Not only do we cover __in-depth__ the topics we briefly introduced in this 30 days, we go into plenty of other content, including (but not limited to):

day-30/day-30.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> We've made it! Day 30. Congrats! Now you have enough information to create Vue applications with the **Vue CLI**, integrated with data with **Vuex**, client-side routed with **Vue Router**, and even tested with the **Vue Test Utils** library.
44
5-
<p align="center">
6-
![](./public/assets/carpe-diem.png)
7-
Photo by the talented [@ianjamesstauffer](https://www.instagram.com/ianjamesstauffer/)
5+
<p align="center">
6+
<img src="./public/assets/carpe-diem.png" />
7+
<span>Photo by the talented <a href="https://www.instagram.com/ianjamesstauffer/" target="_blank">@ianjamesstauffer</a></span>
88
</p>
99

1010
We've covered a lot of material in the past 30 days. Some of the high-level topics we discussed are:
@@ -26,7 +26,7 @@ Although we covered a lot of topics in our first 30 days, there is so much more!
2626

2727
Link: <https://vuejs.org/v2/guide/>
2828

29-
The Vue core documentation have a reputation for being one of the best-written technical documentations out there… and for very good reason! Translated in seven languages, the Vue docs explains all the nifty details in a simple and clean manner.
29+
The Vue core documentation has a reputation for being one of the best-written technical documentations out there… and for very good reason! Translated in seven languages, the Vue docs explains all the nifty details in a simple and clean manner.
3030

3131
### The Vue Style Guide
3232

@@ -58,8 +58,8 @@ and...
5858

5959
### Fullstack Vue
6060

61-
<p align="center">
62-
![](./public/assets/fullstack-vue-cover.png)
61+
<p align="center">
62+
<img src="./public/assets/fullstack-vue-cover.png" />
6363
</p>
6464

6565
Did you happen to enjoy this course and are interested in going deeper with Vue, with us? Check out [Fullstack Vue](https://www.fullstack.io/vue)! Not only do we cover **in-depth** the topics we briefly introduced in this 30 days, we go into plenty of other content, including (but not limited to):
@@ -72,6 +72,6 @@ Did you happen to enjoy this course and are interested in going deeper with Vue,
7272
- For the full package - access to a series of videos, almost 2hrs in length, to _set up_, _build_, and _deploy_ an **entire Vue.js application** from scratch - [check out the app here](http://simplecoincap.com/)!
7373
- And much much more.
7474

75-
All the above are all done within the context of building **much larger applications** as well. Check out the book page at [www.fullstack.io/vue](https://www.fullstack.io/vue) for more details.
75+
All the above are all done within the context of building **much larger applications** as well. Check out the book page at [www.fullstack.io/vue](https://www.fullstack.io/vue) for all the juicy details.
7676

77-
With that said, congrats on making it to day 30! We look forward to see what you accomplish with Vue 🎉.
77+
With that said, congrats on making it to day 30! We look forward to seeing what you accomplish with Vue 🎉.

0 commit comments

Comments
 (0)
0