Skip to content

Commit c46c944

Browse files
(Template dependencies) Added all template dependencies
* Font Awesome, Animate Css, A font named Cookie, aos.css * All these are temporary
1 parent 3780c75 commit c46c944

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

nuxt.config.js

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,27 @@ export default {
1919
content: process.env.npm_package_description || ''
2020
}
2121
],
22-
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
23-
{ rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css' }]
22+
link: [
23+
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
24+
{
25+
rel: 'stylesheet',
26+
href: 'https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css'
27+
},
28+
{
29+
rel: 'stylesheet',
30+
href:
31+
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'
32+
},
33+
{
34+
rel: 'stylesheet',
35+
href: 'https://fonts.googleapis.com/css?family=Cookie'
36+
},
37+
{
38+
rel: 'stylesheet',
39+
href:
40+
'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'
41+
}
42+
]
2443
},
2544
/*
2645
** Customize the progress-bar color

pages/index.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
<div class="intro">
77
<h2 class="text-center">About us</h2>
88
<p class="text-center">
9-
Nunc luctus in metus eget fringilla. Aliquam sed justo ligula.
10-
Vestibulum nibh erat, pellentesque ut laoreet vitae.
9+
We are about the Kenyan techie interested in contributing to
10+
opensource and other projects. We give you a chance to increase your
11+
collaboration skills.
1112
</p>
1213
</div>
1314
<!-- End: Intro -->

0 commit comments

Comments
 (0)