+
{{ range .Site.Data.about.softSkills }}
{{ partial "progress/soft-skills" . }}
diff --git a/layouts/partials/home.html b/layouts/partials/home.html
index fb58a5e..9a18ac7 100644
--- a/layouts/partials/home.html
+++ b/layouts/partials/home.html
@@ -1,4 +1,3 @@
-
-
diff --git a/layouts/partials/skills.html b/layouts/partials/skills.html
index dd7f456..45b0c4f 100644
--- a/layouts/partials/skills.html
+++ b/layouts/partials/skills.html
@@ -1,4 +1,3 @@
-
Skills
@@ -10,4 +9,3 @@
-
diff --git a/static/assets/css/404.css b/static/assets/css/404.css
index 77156e7..591341b 100644
--- a/static/assets/css/404.css
+++ b/static/assets/css/404.css
@@ -22,3 +22,48 @@
top: 40%;
left: 30%;
}
+
+/* ============= Device specific fixes ======= */
+
+/* Extra small devices (portrait phones, less than 576px) */
+
+/* No media query for `xs` since this is the default in Bootstrap */
+
+/* Extra large devices (large desktops, 1200px and up) */
+
+@media (max-width: 1400px) {
+}
+
+@media (max-width: 1200px) {
+}
+
+/* Large devices (desktops, 992px and up) */
+
+@media (max-width: 992px) {
+ .notFound .message {
+ top: 46%;
+ left: 25%;
+ }
+}
+
+/* Medium devices (tablets, 768px and up) */
+
+@media only screen and (max-width: 768px) {
+ .notFound .message {
+ top: 50%;
+ left: 10%;
+ }
+}
+
+/* Small devices (landscape phones, 576px and up) */
+
+@media only screen and (max-width: 576px) {
+ .notFound img {
+ height: 500px;
+ }
+
+ .notFound .message {
+ top: 50%;
+ left: 5%;
+ }
+}
diff --git a/static/assets/css/achievements.css b/static/assets/css/achievements.css
index 3679f16..3d57a41 100644
--- a/static/assets/css/achievements.css
+++ b/static/assets/css/achievements.css
@@ -1,3 +1,7 @@
+.achievements .container{
+ padding-top: 0.5rem;
+}
+
#gallery .achievement-entry {
cursor: pointer;
margin-top: 5px;
diff --git a/static/assets/css/experiences.css b/static/assets/css/experiences.css
index af42c71..7c55947 100644
--- a/static/assets/css/experiences.css
+++ b/static/assets/css/experiences.css
@@ -3,7 +3,7 @@
}
.experiences .timeline{
- margin-top: 2rem!important;
+ margin-top: 1.5rem!important;
}
.text-muted {
diff --git a/static/assets/css/recent-posts.css b/static/assets/css/recent-posts.css
index 50aeedc..7e54f9c 100644
--- a/static/assets/css/recent-posts.css
+++ b/static/assets/css/recent-posts.css
@@ -1,3 +1,7 @@
+.recent-posts .container{
+ padding-top: 1rem;
+}
+
.recent-posts .card .card-footer span {
font-size: 10pt;
color: #6c757d !important;
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index 037ac34..477f757 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -83,7 +83,7 @@ a:hover {
}
.anchor {
- padding-top: 3rem;
+ padding-top: 2rem;
}
.card {