V2.00 upgrade

This commit is contained in:
gurusabarish
2020-10-16 23:47:58 +05:30
parent ca269b37bf
commit fb55563b33
41 changed files with 305 additions and 873 deletions
+28 -3
View File
@@ -3,7 +3,32 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="{{ .Site.Params.favicon | default "/images/favicon.png"}}" type="image/gif">
<!-- Header and Footer -->
<link rel="stylesheet" href="/css/head_foot.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
<style>
/*footer*/
.footer {
background: #f2f2f2;
}
.navbar-text {
font-size: 17px;
}
.footer-site {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
/*navbar*/
.navbar-color {
color: #101820ff;
}
.navbar-brand {
font-size: 22px;
}
.nav-link {
color: #101820ff !important;
font-size: 18px;
}
</style>