Skip to content

Commit 13112de

Browse files
Merge branch 'release/1.0.0'
2 parents ac8d225 + dcb041f commit 13112de

File tree

5 files changed

+28
-8
lines changed

5 files changed

+28
-8
lines changed

pofology/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ Demo live at: [https://pofology.bdlancers.com/](https://pofology.bdlancers.com/)
1010

1111
- Built on Typescript, NextJS and Tailwindcss
1212
- Light & Dark theme support
13-
- Automatic detect theme from user device preference
1413
- Responsive in Any Device
1514
- Floating Menu on Mobile Devices
1615
- Integrated with React Icons
17-
- React 18.1+
18-
- Tailwindcss 3.x+
1916
- Easily Customizable
2017
- Reusable Components
2118

pofology/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "next-latest",
3-
"version": "0.1.0",
43
"private": true,
54
"scripts": {
65
"dev": "next dev",
@@ -18,6 +17,7 @@
1817
"react-icons": "^4.4.0",
1918
"react-scroll-to-top": "^3.0.0",
2019
"react-slick": "^0.29.0",
20+
"react-typed": "^1.2.0",
2121
"slick-carousel": "^1.8.1"
2222
},
2323
"devDependencies": {

pofology/src/components/partials/HeroSection.tsx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,27 @@ import React from 'react';
44
import { FiDribbble, FiFacebook, FiGithub, FiInstagram, FiTwitter } from 'react-icons/fi';
55
import Button from '@/components/form/Button';
66
import HeroBackground from './HeroBackground';
7+
import Typed from 'react-typed';
78

89
const HeroSection = () => {
910
return (
1011
<div className="hero relative -mt-16 flex items-center justify-center">
1112
<HeroBackground />
1213
<div className="flex flex-col items-center">
1314
<div className="overflow-hidden rounded-full">
14-
<Image src="/images/avatar/man.png" width={150} height={150} alt="avatar" />
15+
<Image src="/images/avatar/man.png" width={180} height={180} alt="avatar" />
1516
</div>
1617
<h1 className="mt-4 text-3xl font-bold ">Mostafizur Rahman</h1>
17-
<div className="mt-2 flex gap-1">I'm a Fullstack Developer</div>
18+
<div className="mt-2 flex gap-1">
19+
{' '}
20+
I'm a{' '}
21+
<Typed
22+
strings={['Fullstack Developer', 'UI/UX Designer', 'Mobile App Developer']}
23+
typeSpeed={60}
24+
backSpeed={30}
25+
loop
26+
/>
27+
</div>
1828
<div className="mt-4 flex gap-5">
1929
<Link href="https://www.instragram.com">
2030
<a className="text-gray-700 transition-colors duration-150 hover:text-primary-500">

pofology/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
"./src/layouts/**/*.{js,ts,jsx,tsx}",
88
"./src/components/**/*.{js,ts,jsx,tsx}",
99
],
10-
darkMode: 'media',
10+
darkMode: 'class', // or 'media'
1111
theme: {
1212
screens: {
1313
'xs': '475px',

pofology/yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ prettier@^2.7.1:
17421742
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
17431743
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
17441744

1745-
prop-types@^15.8.1:
1745+
prop-types@^15.6.0, prop-types@^15.8.1:
17461746
version "15.8.1"
17471747
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
17481748
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -1800,6 +1800,14 @@ react-slick@^0.29.0:
18001800
lodash.debounce "^4.0.8"
18011801
resize-observer-polyfill "^1.5.0"
18021802

1803+
react-typed@^1.2.0:
1804+
version "1.2.0"
1805+
resolved "https://registry.yarnpkg.com/react-typed/-/react-typed-1.2.0.tgz#c5fb0bea4c972545c29fceb9c1d22495b6636b58"
1806+
integrity sha512-aDsaA6zkjAFJs8285APOqE85l/kwJ0/ZJmBhARwUrza4TTttrMM5FcMCGEDdThdfUdHo/0l9WXmxp1m2ik4qdw==
1807+
dependencies:
1808+
prop-types "^15.6.0"
1809+
typed.js "^2.0.6"
1810+
18031811
react@18.2.0:
18041812
version "18.2.0"
18051813
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
@@ -2110,6 +2118,11 @@ type-fest@^0.20.2:
21102118
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
21112119
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
21122120

2121+
typed.js@^2.0.6:
2122+
version "2.0.12"
2123+
resolved "https://registry.yarnpkg.com/typed.js/-/typed.js-2.0.12.tgz#246aff074c8e18d32ec27acb7be15094ac0bc0e1"
2124+
integrity sha512-lyACZh1cu+vpfYY3DG/bvsGLXXbdoDDpWxmqta10IQUdMXisMXOEyl+jos+YT9uBbzK4QaKYBjT3R0kTJO0Slw==
2125+
21132126
typescript@4.8.4:
21142127
version "4.8.4"
21152128
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"

0 commit comments

Comments
 (0)