+
{
loading ? renderSkeleton() : (
config.skills.map((skill, index) => (
diff --git a/src/config.js b/src/config.js
index a20c84f..c0b9257 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,12 +1,20 @@
module.exports = {
githubUsername: 'arifszn', // required
- email: 'contact@arifszn.com', // optional
- linkedinUsername: 'ariful-alam', // optional
- dribbbleUsername: '', // optional
blog: {
source: 'dev.to', // medium | dev.to
username: 'arifszn',
},
+ social: {
+ linkedin: 'ariful-alam',
+ twitter: 'arif_swozon',
+ facebook: '',
+ dribbble: '',
+ behance: '',
+ medium: '',
+ devto: '',
+ website: 'https://www.arifszn.com',
+ email: 'contact@arifszn.com'
+ },
skills: [
'PHP',
'Laravel',
@@ -65,7 +73,7 @@ module.exports = {
// using user system preferences, instead of the hardcoded default
respectPrefersColorScheme: true,
- // Available themes
+ // Available themes. To remove any theme, exclude from here.
themes: [
'light',
'dark',
diff --git a/src/index.scss b/src/index.scss
index e0a261a..d2fe776 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -58,17 +58,6 @@ svg {
transform: scale(1.03) !important;
}
-.section-title {
- font-weight: 700;
- font-size: .75rem;
- line-height: 1rem;
- padding-top: .25rem;
- padding-bottom: .25rem;
- // text-transform: uppercase;
- --tw-text-opacity: 0.6;
- color: hsla(var(--bc)/var(--tw-text-opacity,1)) !important;
-}
-
.d-unset {
display: unset !important;
}