changed font awesome package link
This commit is contained in:
parent
e0fc82fa28
commit
3212a81a58
@ -7,11 +7,11 @@ import { BlogComponent } from './blog/blog.component';
|
|||||||
import { ContactComponent } from './contact/contact.component';
|
import { ContactComponent } from './contact/contact.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{ path: '', component: AboutComponent, title: "Bangara Raju" },
|
{ path: '', component: AboutComponent, title: "Bangara Raju Kottedi" },
|
||||||
{ path: 'resume', component: ResumeComponent, title: "Bangara Raju - Resume" },
|
{ path: 'resume', component: ResumeComponent, title: "Bangara Raju Kottedi - Resume" },
|
||||||
{ path: 'projects', component: ProjectsComponent, title: "Bangara Raju - Projects" },
|
{ path: 'projects', component: ProjectsComponent, title: "Bangara Raju Kottedi - Projects" },
|
||||||
{ path: 'weblog', component: BlogComponent, title: "Bangara Raju - Posts" },
|
{ path: 'weblog', component: BlogComponent, title: "Bangara Raju Kottedi - Posts" },
|
||||||
{ path: 'contact', component: ContactComponent, title: "Bangara Raju - Contact" },
|
{ path: 'contact', component: ContactComponent, title: "Bangara Raju Kottedi - Contact" },
|
||||||
{ path: '**', redirectTo: '/'}
|
{ path: '**', redirectTo: '/'}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -42,6 +42,8 @@
|
|||||||
<!--
|
<!--
|
||||||
- Font Awesome Pack
|
- Font Awesome Pack
|
||||||
-->
|
-->
|
||||||
<link href="https://cdn.jsdelivr.net/gh/eliyantosarage/font-awesome-pro@main/fontawesome-pro-6.5.1-web/css/all.min.css" rel="stylesheet">
|
<link href="https://github.com/eliyantosarage/font-awesome-pro/tree/main/fontawesome-pro-6.5.1-web/css/all.min.css" rel="stylesheet">
|
||||||
|
<!-- <link href="https://cdn.jsdelivr.net/gh/eliyantosarage/font-awesome-pro@main/fontawesome-pro-6.5.1-web/css/all.min.css" rel="stylesheet"> -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user