Finalize theme
This commit is contained in:
parent
91286e6577
commit
07e816219f
18 changed files with 109 additions and 64 deletions
|
@ -44,17 +44,20 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row text-left">
|
<div class="row text-left">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
Theme:
|
<a id="theme" href="https://github.com/hossainemruz/toha" target="#">
|
||||||
<a id="theme" href="https://github.com/hossainemruz/toha" target="#">Toha</a>
|
<img src="/assets/images/logos/logo-inverted.png">
|
||||||
|
Toha
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">© 2019 Copyright.</div>
|
<div class="col-md-4">© 2019 Copyright.</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
Powered by <a href="https://gohugo.io/">Hugo</a>
|
Powered by <a href="https://gohugo.io/">Hugo
|
||||||
<img
|
<img
|
||||||
src="/assets/images/logos/hugo-logo-wide.svg"
|
src="/assets/images/logos/hugo-logo-wide.svg"
|
||||||
alt="Hugo Logo"
|
alt="Hugo Logo"
|
||||||
height="18"
|
height="18"
|
||||||
/>
|
/>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -12,5 +12,5 @@
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
|
||||||
|
|
||||||
<!--================= fab-icon =========================-->
|
<!--================= fab-icon =========================-->
|
||||||
<link rel="icon" type="image/png" href="{{ .Site.Params.logo }}" />
|
<link rel="icon" type="image/png" href="/assets/images/logos/favicon.png" />
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
<nav class="navbar navbar-expand-xs top-navbar final-navbar shadow">
|
<nav class="navbar navbar-expand-lg top-navbar final-navbar shadow">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="{{ .baseURL }}">{{ .title }}</a>
|
<a class="navbar-brand" href="{{ .baseURL }}">
|
||||||
|
<img src="/assets/images/logos/logo.png">
|
||||||
|
{{- .title -}}
|
||||||
|
</a>
|
||||||
<button class="navbar-toggler navbar-light" type="button" {{ if .hasToggleButton }}onclick="toggleSidebar()"{{ end }}>
|
<button class="navbar-toggler navbar-light" type="button" {{ if .hasToggleButton }}onclick="toggleSidebar()"{{ end }}>
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
<nav class="navbar navbar-expand-lg top-navbar initial-navbar" id="top-navbar">
|
<nav class="navbar navbar-expand-lg top-navbar initial-navbar" id="top-navbar">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="{{ .Site.BaseURL }}">{{- .Site.Title -}}</a>
|
<a class="navbar-brand" href="{{ .Site.BaseURL }}">
|
||||||
|
<img src="/assets/images/logos/logo-inverted.png" id="logo">
|
||||||
|
{{- .Site.Title -}}
|
||||||
|
</a>
|
||||||
<button
|
<button
|
||||||
class="navbar-toggler navbar-dark"
|
class="navbar-toggler navbar-dark"
|
||||||
id="navbar-toggler"
|
id="navbar-toggler"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.achievements .container{
|
.achievements .container {
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gallery .achievement-entry:hover {
|
#gallery .achievement-entry:hover {
|
||||||
|
@ -22,6 +23,7 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
z-index: 20000;
|
z-index: 20000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +32,9 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
|
-webkit-transition: none !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
|
-webkit-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gallery .img-type-1 {
|
#gallery .img-type-1 {
|
||||||
|
@ -67,6 +71,7 @@
|
||||||
.achievement-details.img-type-2 i {
|
.achievement-details.img-type-2 i {
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
|
-webkit-transition: none !important;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,6 +91,7 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
transition: bottom 0.3s ease-out;
|
transition: bottom 0.3s ease-out;
|
||||||
|
-webkit-transition: bottom 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gallery .caption {
|
#gallery .caption {
|
||||||
|
@ -96,6 +102,7 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gallery .caption h4 {
|
#gallery .caption h4 {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experiences .timeline{
|
.experiences .timeline {
|
||||||
margin-top: 1.5rem!important;
|
margin-top: 1.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
|
-webkit-transform: scale(1.1);
|
||||||
filter: blur(3px);
|
filter: blur(3px);
|
||||||
-webkit-filter: blur(3px);
|
-webkit-filter: blur(3px);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -109,7 +110,7 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home .greeting{
|
.home .greeting {
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,12 +12,14 @@
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
transition: all ease-out 0.3s;
|
transition: all ease-out 0.3s;
|
||||||
|
-webkit-transition: all ease-out 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar.hide {
|
.sidebar.hide {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 0;
|
width: 0;
|
||||||
transition: all ease-out 0.3s;
|
transition: all ease-out 0.3s;
|
||||||
|
-webkit-transition: all ease-out 0.3s;
|
||||||
z-index: -1001;
|
z-index: -1001;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,6 +31,7 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #e5e9f2;
|
background-color: #e5e9f2;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
border: 1px solid #c0ccda;
|
border: 1px solid #c0ccda;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,8 +46,8 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#list-heading{
|
#list-heading {
|
||||||
padding-left: 0px!important;
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree,
|
.tree,
|
||||||
|
@ -75,11 +78,11 @@
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtree{
|
.subtree {
|
||||||
padding-left: 0.7rem;
|
padding-left: 0.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtree:before{
|
.subtree:before {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
@ -122,11 +125,13 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #131313;
|
color: #131313;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
.tree li a:hover {
|
.tree li a:hover {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
color: #2098d1;
|
color: #2098d1;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree i {
|
.tree i {
|
||||||
|
@ -230,7 +235,6 @@ a.focused {
|
||||||
.content.overley {
|
.content.overley {
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
/* margin-left: -50vw; */
|
|
||||||
}
|
}
|
||||||
.navbar-toggler {
|
.navbar-toggler {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -242,6 +246,7 @@ a.focused {
|
||||||
.sidebar nav {
|
.sidebar nav {
|
||||||
display: none;
|
display: none;
|
||||||
transition: all ease-out 0.3s;
|
transition: all ease-out 0.3s;
|
||||||
|
-webkit-transition: all ease-out 0.3s;
|
||||||
}
|
}
|
||||||
.sidebar.hide {
|
.sidebar.hide {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -252,9 +257,10 @@ a.focused {
|
||||||
.sidebar-tree {
|
.sidebar-tree {
|
||||||
margin-left: -20rem;
|
margin-left: -20rem;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar.hide .sidebar-tree{
|
.sidebar.hide .sidebar-tree {
|
||||||
margin-left: 1.5rem;
|
margin-left: 1.5rem;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
@ -319,6 +325,7 @@ a.focused {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all ease-out 0.5s;
|
transition: all ease-out 0.5s;
|
||||||
|
-webkit-transition: all ease-out 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-tree {
|
.sidebar-tree {
|
||||||
|
@ -332,38 +339,44 @@ a.focused {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all ease-out 0.5s;
|
transition: all ease-out 0.5s;
|
||||||
|
-webkit-transition: all ease-out 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-tree{
|
.sidebar-tree {
|
||||||
margin-left: 1.5rem;
|
margin-left: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar.hide .sidebar-tree{
|
.sidebar.hide .sidebar-tree {
|
||||||
margin-left: 1.5rem;
|
margin-left: 1.5rem;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-cards {
|
.content-cards {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
transition: all ease-out 0.5s;
|
transition: all ease-out 0.5s;
|
||||||
|
-webkit-transition: all ease-out 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content.overley .content-cards {
|
.content.overley .content-cards {
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
transition: all ease-out 0.5s;
|
transition: all ease-out 0.5s;
|
||||||
|
-webkit-transition: all ease-out 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-cards {
|
.post-cards {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
transition: all ease-out 0.5s;
|
transition: all ease-out 0.5s;
|
||||||
|
-webkit-transition: all ease-out 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content.overley .post-cards {
|
.content.overley .post-cards {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
transition: all ease-out 0.5s;
|
transition: all ease-out 0.5s;
|
||||||
|
-webkit-transition: all ease-out 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-cards .filtr-item {
|
.post-cards .filtr-item {
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
-webkit-transition: all 0.4s ease-out;
|
|
||||||
transition: all 0.4s ease-out;
|
transition: all 0.4s ease-out;
|
||||||
|
-webkit-transition: all 0.4s ease-out;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 0.1rem;
|
padding-top: 0.1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
/* --- initial state start ------ */
|
/* --- initial state start ------ */
|
||||||
|
|
||||||
.initial-navbar {
|
.initial-navbar {
|
||||||
background-color: none;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.initial-navbar .navbar-brand {
|
.initial-navbar .navbar-brand {
|
||||||
|
@ -30,8 +30,12 @@
|
||||||
.initial-navbar .navbar-nav .active,
|
.initial-navbar .navbar-nav .active,
|
||||||
.initial-navbar li a:hover {
|
.initial-navbar li a:hover {
|
||||||
color: #f9fafc;
|
color: #f9fafc;
|
||||||
-webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-collapse {
|
||||||
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-collapse.show,
|
.navbar-collapse.show,
|
||||||
|
@ -47,8 +51,8 @@
|
||||||
.final-navbar {
|
.final-navbar {
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
color: #1c2d41;
|
color: #1c2d41;
|
||||||
-webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.final-navbar .navbar-brand {
|
.final-navbar .navbar-brand {
|
||||||
|
@ -59,16 +63,16 @@
|
||||||
.final-navbar li a {
|
.final-navbar li a {
|
||||||
color: #1c2d41;
|
color: #1c2d41;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
-webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
border-bottom: 2px solid#F9FAFC;
|
border-bottom: 2px solid#F9FAFC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.final-navbar .navbar-nav .active,
|
.final-navbar .navbar-nav .active,
|
||||||
.final-navbar li a:hover {
|
.final-navbar li a:hover {
|
||||||
color: #2098d1;
|
color: #2098d1;
|
||||||
-webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
border-bottom: 2px solid #2098d1;
|
border-bottom: 2px solid #2098d1;
|
||||||
background: rgb(2, 0, 36);
|
background: rgb(2, 0, 36);
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
|
@ -82,15 +86,13 @@
|
||||||
.navbar-collapse.collapsing li a {
|
.navbar-collapse.collapsing li a {
|
||||||
color: #1c2d41;
|
color: #1c2d41;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
-webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-collapse.show .navbar-nav .active,
|
.navbar-collapse.show .navbar-nav .active,
|
||||||
.navbar-collapse.show .navbar-nav a:hover {
|
.navbar-collapse.show .navbar-nav a:hover {
|
||||||
color: #2098d1;
|
color: #2098d1;
|
||||||
/* -webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-navbar-divider {
|
#top-navbar-divider {
|
||||||
|
@ -113,29 +115,11 @@
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
}
|
}
|
||||||
/*------ navbar on blog page start ----*/
|
|
||||||
|
|
||||||
.final-navbar .navbar-toggler {
|
.navbar-brand img {
|
||||||
padding: 2px !important;
|
width: 42px;
|
||||||
}
|
padding: 5px;
|
||||||
|
margin-left: -10px;
|
||||||
.blog-navbar .navbar-brand {
|
|
||||||
color: #1c2d41;
|
|
||||||
font-weight: 800;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-navbar li a {
|
|
||||||
color: #1c2d41;
|
|
||||||
font-weight: 500;
|
|
||||||
-webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-navbar .navbar-nav .active,
|
|
||||||
.blog-navbar li a:hover {
|
|
||||||
color: #2098d1;
|
|
||||||
/* -webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============= Device specific fixes ======= */
|
/* ============= Device specific fixes ======= */
|
||||||
|
@ -160,18 +144,23 @@
|
||||||
/* Medium devices (tablets, 768px and up) */
|
/* Medium devices (tablets, 768px and up) */
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
|
.top-navbar .container {
|
||||||
|
max-width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.initial-navbar .navbar-nav .active,
|
.initial-navbar .navbar-nav .active,
|
||||||
.initial-navbar li a:hover {
|
.initial-navbar li a:hover {
|
||||||
color: #2098d1;
|
color: #2098d1;
|
||||||
-webkit-transition: all 0.3s ease-out;
|
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.final-navbar .navbar-nav .active,
|
.final-navbar .navbar-nav .active,
|
||||||
.final-navbar li a:hover {
|
.final-navbar li a:hover {
|
||||||
color: #2098d1;
|
color: #2098d1;
|
||||||
-webkit-transition: none;
|
|
||||||
transition: none;
|
transition: none;
|
||||||
|
-webkit-transition: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -183,6 +172,7 @@
|
||||||
.final-navbar .navbar-collapse.show {
|
.final-navbar .navbar-collapse.show {
|
||||||
box-shadow: 5px 10px 10px rgba(192, 204, 218, 0.3);
|
box-shadow: 5px 10px 10px rgba(192, 204, 218, 0.3);
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-divider {
|
.dropdown-divider {
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
/* Small devices (landscape phones, 576px and up) */
|
/* Small devices (landscape phones, 576px and up) */
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
.projects .btn{
|
.projects .btn {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
body{
|
body {
|
||||||
background-color: #e5e9f2;
|
background-color: #e5e9f2;
|
||||||
}
|
}
|
||||||
.read-area {
|
.read-area {
|
||||||
|
@ -10,7 +10,7 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-area {
|
.hero-area {
|
||||||
margin-top: 3.5rem;
|
margin-top: 3rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -160,11 +160,13 @@ mark {
|
||||||
.next-prev-navigator a {
|
.next-prev-navigator a {
|
||||||
color: #2098d1;
|
color: #2098d1;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-prev-navigator a:hover {
|
.next-prev-navigator a:hover {
|
||||||
color: #3c4858;
|
color: #3c4858;
|
||||||
transition: all 0.3 ease-out;
|
transition: all 0.3 ease-out;
|
||||||
|
-webkit-transition: all 0.3 ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-prev-navigator .next-article {
|
.next-prev-navigator .next-article {
|
||||||
|
@ -173,10 +175,12 @@ mark {
|
||||||
|
|
||||||
.next-prev-navigator .next-article a {
|
.next-prev-navigator .next-article a {
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-prev-navigator .previous-article a {
|
.next-prev-navigator .previous-article a {
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-prev-navigator .btn-outline-info {
|
.next-prev-navigator .btn-outline-info {
|
||||||
|
@ -184,12 +188,14 @@ mark {
|
||||||
border-color: #e5e9f2 !important;
|
border-color: #e5e9f2 !important;
|
||||||
background-color: #248aaa !important;
|
background-color: #248aaa !important;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-prev-navigator .btn-outline-info:hover {
|
.next-prev-navigator .btn-outline-info:hover {
|
||||||
color: #3c4858 !important;
|
color: #3c4858 !important;
|
||||||
background-color: #e5e9f2 !important;
|
background-color: #e5e9f2 !important;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disquss {
|
.disquss {
|
||||||
|
@ -205,9 +211,6 @@ mark {
|
||||||
.container {
|
.container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.container {
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
@ -240,4 +243,9 @@ mark {
|
||||||
.next-article a {
|
.next-article a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#disqus_thread,
|
||||||
|
.dsq-brlink {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ a:hover {
|
||||||
border-color: #3c4858;
|
border-color: #3c4858;
|
||||||
color: #e5e9f2;
|
color: #e5e9f2;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
transition: all 0.3s ease-out;
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-dark:hover,
|
.btn-dark:hover,
|
||||||
|
@ -51,7 +51,7 @@ a:hover {
|
||||||
background-color: #248aaa;
|
background-color: #248aaa;
|
||||||
border-color: #248aaa;
|
border-color: #248aaa;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
transition: all 0.3s ease-out;
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-info {
|
.btn-outline-info {
|
||||||
|
@ -89,6 +89,7 @@ a:hover {
|
||||||
.card {
|
.card {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -107,6 +108,7 @@ a:hover {
|
||||||
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
|
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .card-head {
|
.card .card-head {
|
||||||
|
@ -116,13 +118,16 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
transition: all 0.3s ease-out!important;
|
transition: all 0.3s ease-out !important;
|
||||||
|
-webkit-transition: all 0.3s ease-out !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:hover .card-head .card-img-top,
|
.card:hover .card-head .card-img-top,
|
||||||
.card:focus .card-head .card-img-top {
|
.card:focus .card-head .card-img-top {
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
transform: scale(1.2);
|
transform: scale(1.2);
|
||||||
|
-webkit-transform: scale(1.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-title {
|
.card-title {
|
||||||
|
@ -153,13 +158,13 @@ a:hover {
|
||||||
.footer a {
|
.footer a {
|
||||||
color: #8392a5;
|
color: #8392a5;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
transition: all 0.3s ease-out;
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a:hover {
|
.footer a:hover {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
transition: all 0.3s ease-out;
|
-webkit-transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer ul {
|
.footer ul {
|
||||||
|
@ -191,6 +196,10 @@ a:hover {
|
||||||
color: #c0ccda;
|
color: #c0ccda;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer #theme img {
|
||||||
|
width: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- FOOTER END ---- */
|
/* --- FOOTER END ---- */
|
||||||
|
|
||||||
/* ============= Device specific fixes ======= */
|
/* ============= Device specific fixes ======= */
|
||||||
|
@ -220,7 +229,11 @@ a:hover {
|
||||||
/* Small devices (landscape phones, 576px and up) */
|
/* Small devices (landscape phones, 576px and up) */
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
.container-fluid.about, .container-fluid.skills, .container-fluid.projects, .container-fluid.recent-posts, .container-fluid.achievements{
|
.container-fluid.about,
|
||||||
|
.container-fluid.skills,
|
||||||
|
.container-fluid.projects,
|
||||||
|
.container-fluid.recent-posts,
|
||||||
|
.container-fluid.achievements {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 109 KiB |
BIN
static/assets/images/logos/favicon.png
Normal file
BIN
static/assets/images/logos/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 33 KiB |
BIN
static/assets/images/logos/logo-inverted.png
Normal file
BIN
static/assets/images/logos/logo-inverted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
static/assets/images/logos/logo.png
Normal file
BIN
static/assets/images/logos/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -14,12 +14,16 @@
|
||||||
|
|
||||||
$('#navbar-toggler').removeClass('navbar-dark');
|
$('#navbar-toggler').removeClass('navbar-dark');
|
||||||
$('#navbar-toggler').addClass('navbar-light');
|
$('#navbar-toggler').addClass('navbar-light');
|
||||||
|
|
||||||
|
$('#logo').attr("src","/assets/images/logos/logo.png");
|
||||||
} else {
|
} else {
|
||||||
$('#top-navbar').removeClass('final-navbar shadow');
|
$('#top-navbar').removeClass('final-navbar shadow');
|
||||||
$('#top-navbar').addClass('initial-navbar');
|
$('#top-navbar').addClass('initial-navbar');
|
||||||
|
|
||||||
$('#navbar-toggler').removeClass('navbar-light');
|
$('#navbar-toggler').removeClass('navbar-light');
|
||||||
$('#navbar-toggler').addClass('navbar-dark');
|
$('#navbar-toggler').addClass('navbar-dark');
|
||||||
|
|
||||||
|
$('#logo').attr("src","/assets/images/logos/logo-inverted.png");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue