diff --git a/src/app/pages/dashboard/_commonheader.scss b/src/app/pages/dashboard/_commonheader.scss
index 0123dac..59eab3f 100644
--- a/src/app/pages/dashboard/_commonheader.scss
+++ b/src/app/pages/dashboard/_commonheader.scss
@@ -27,7 +27,7 @@ header {
color: $white;
font-family: "Poppins", sans-serif;
font-size: 12px;
- font-weight:500;
+ font-weight: 500;
}
}
@@ -42,7 +42,19 @@ header {
}
img {
width: 30px;
- // padding-left: 10px;
}
}
}
+
+.footer-btn {
+ border-radius: 25px;
+ height: 45px;
+ font-size: 14px;
+ font-family: "Poppins", sans-serif;
+ border: none;
+ margin: 5px 0;
+ font-weight: 600;
+ width: 100%;
+ background-color: $green;
+ color: $white;
+}
diff --git a/src/app/pages/dashboard/skillinformation/skillinformation.component.html b/src/app/pages/dashboard/skillinformation/skillinformation.component.html
index c1907de..1e8af21 100644
--- a/src/app/pages/dashboard/skillinformation/skillinformation.component.html
+++ b/src/app/pages/dashboard/skillinformation/skillinformation.component.html
@@ -1,17 +1,81 @@
-
+
What are we good at?
Please note that you should have knowledge of at least 1 tech stack in each category & must know the basics of
- HTML/CSS/JS, Git.
+ HTML/CSS/JS, Git.
+
+
+
+ Front-end:
+
+ -
+
+ Angular8+
+
+ -
+
+ ReactJS/ ReactTS+
+
+ -
+
+ Ionic Frameword
+
+ -
+
+ React Native
+
+ -
+
+ VueJS+
+
+
+
+
+
+
+ Back-End:
+
+ -
+
+ NodeJS
+
+ -
+
+ ExpressJS
+
+ -
+
+ Django Framework
+
+
+
+
+
+
+ Beneficial:
+
+ -
+
+ Firebase
+
+ -
+
+ DevOps
(Docker/
Kubernetes)
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/pages/dashboard/skillinformation/skillinformation.component.scss b/src/app/pages/dashboard/skillinformation/skillinformation.component.scss
index 48f676e..094972b 100644
--- a/src/app/pages/dashboard/skillinformation/skillinformation.component.scss
+++ b/src/app/pages/dashboard/skillinformation/skillinformation.component.scss
@@ -1,2 +1,58 @@
-@import '../commonheader';
-@import '../../../../theme';
\ No newline at end of file
+@import "../commonheader";
+@import "../../../../theme";
+
+.upfold {
+ padding: 30px 25px 0px;
+ h3 {
+ font-size: 21px;
+ color: lighten($color: $heading-color, $amount: 20%);
+ text-align: center;
+ font-weight: 300;
+ padding-top: 10px;
+ }
+ p {
+ color: $content-color;
+ text-align: center;
+ font-size: 12.5px;
+ line-height: 25px;
+ font-weight: 500;
+ padding: 15px 0;
+ font-weight: 300;
+ }
+}
+
+section {
+ padding: 0 20px;
+
+ h3 {
+ text-align: center;
+ color: lighten($color: $heading-color, $amount: 0%);
+ padding-bottom: 10px;
+ font-size: 16px;
+ font-weight: 300;
+ padding: 10px 0;
+ }
+
+ ul {
+ display: grid;
+ grid-template-columns: repeat(2, 2fr);
+ padding: 15px 0;
+ li {
+ margin: 5px;
+ display: flex;
+ align-items: center;
+ list-style: none;
+ box-shadow: 0px 0px 3px 0px $button-color;
+ border-radius: 10px;
+
+ span {
+ color: $content-color;
+ font-size: 11.5px;
+ }
+ img {
+ padding: 12px;
+ width: 60px;
+ }
+ }
+ }
+}
diff --git a/src/app/pages/onboarding/_commonheader.scss b/src/app/pages/onboarding/_commonheader.scss
index 9636619..40f592e 100644
--- a/src/app/pages/onboarding/_commonheader.scss
+++ b/src/app/pages/onboarding/_commonheader.scss
@@ -53,7 +53,6 @@ header {
h3 {
text-align: center;
color: $white;
- font-family: "Oswald", sans-serif;
font-weight: 200;
font-size: 27px;
letter-spacing: 1px;
@@ -64,7 +63,6 @@ header {
text-align: center;
color: $text-color;
font-size: 13px;
- font-family: "Poppins", sans-serif;
opacity: 70%;
padding: 0 10px;
line-height: 30px;
@@ -95,7 +93,6 @@ button {
::-webkit-input-placeholder {
padding-left: 10px;
- font-family: "Poppins", sans-serif;
color: $text-color;
font-size: 12px;
background-repeat: no-repeat;
@@ -104,7 +101,6 @@ button {
}
label {
- font-family: "Poppins", sans-serif;
color: $label-color;
font-size: 10px;
font-weight: 600;
diff --git a/src/assets/Angular8.png b/src/assets/Angular8.png
new file mode 100644
index 0000000..cb5666f
Binary files /dev/null and b/src/assets/Angular8.png differ
diff --git a/src/assets/DevOps.png b/src/assets/DevOps.png
new file mode 100644
index 0000000..a8c1890
Binary files /dev/null and b/src/assets/DevOps.png differ
diff --git a/src/assets/Django Framework.png b/src/assets/Django Framework.png
new file mode 100644
index 0000000..4202055
Binary files /dev/null and b/src/assets/Django Framework.png differ
diff --git a/src/assets/ExpressJS.png b/src/assets/ExpressJS.png
new file mode 100644
index 0000000..71dc9a0
Binary files /dev/null and b/src/assets/ExpressJS.png differ
diff --git a/src/assets/Firebase.png b/src/assets/Firebase.png
new file mode 100644
index 0000000..62e619a
Binary files /dev/null and b/src/assets/Firebase.png differ
diff --git a/src/assets/Ionic Framework.png b/src/assets/Ionic Framework.png
new file mode 100644
index 0000000..9c393c1
Binary files /dev/null and b/src/assets/Ionic Framework.png differ
diff --git a/src/assets/Mongo.png b/src/assets/Mongo.png
new file mode 100644
index 0000000..a16cfa9
Binary files /dev/null and b/src/assets/Mongo.png differ
diff --git a/src/assets/NodeJS.png b/src/assets/NodeJS.png
new file mode 100644
index 0000000..c497671
Binary files /dev/null and b/src/assets/NodeJS.png differ
diff --git a/src/assets/PostgreSQL.png b/src/assets/PostgreSQL.png
new file mode 100644
index 0000000..7c9ea43
Binary files /dev/null and b/src/assets/PostgreSQL.png differ
diff --git a/src/assets/React Native.png b/src/assets/React Native.png
new file mode 100644
index 0000000..22223f5
Binary files /dev/null and b/src/assets/React Native.png differ
diff --git a/src/assets/ReactJS ReactTS.png b/src/assets/ReactJS ReactTS.png
new file mode 100644
index 0000000..e48882f
Binary files /dev/null and b/src/assets/ReactJS ReactTS.png differ
diff --git a/src/assets/VueJS.png b/src/assets/VueJS.png
new file mode 100644
index 0000000..a30107a
Binary files /dev/null and b/src/assets/VueJS.png differ
diff --git a/src/styles.scss b/src/styles.scss
index f5c4636..b16b5ac 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -2,12 +2,27 @@
@import "./theme";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@100;200;300;400&display=swap");
-@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
+@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
// background-color: $background-color;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-family: "Oswald", sans-serif;
+}
+span,
+p,
+button,
+label {
+ font-family: "Poppins", sans-serif;
}