mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 21:55:50 +00:00
Articles updated
This commit is contained in:
@@ -12,6 +12,8 @@ import tele from "../../assets/images/tele.png";
|
||||
import reddit from "../../assets/images/reddit.png";
|
||||
import fb from "../../assets/images/fb.png";
|
||||
|
||||
import profile from "../../assets/images/profile.png";
|
||||
|
||||
const ArticleInternalOne = () => {
|
||||
useEffect(() => {
|
||||
window.scrollTo(0, 0);
|
||||
@@ -51,11 +53,7 @@ const ArticleInternalOne = () => {
|
||||
</Text>
|
||||
|
||||
<Box display={"flex"} gap={3} textAlign={"center"}>
|
||||
<Avatar
|
||||
size="lg"
|
||||
name="Dan Abrahmov"
|
||||
src="https://bit.ly/dan-abramov"
|
||||
/>
|
||||
<Avatar size="lg" name="Dan Abrahmov" src={profile} />
|
||||
|
||||
<Box
|
||||
textAlign={"start"}
|
||||
@@ -65,8 +63,8 @@ const ArticleInternalOne = () => {
|
||||
justifyContent={"center"}
|
||||
className="rubix-text-xsmall rubix-fw-500"
|
||||
>
|
||||
<Text>Pooja Patade</Text>
|
||||
<Text>Technical content writer</Text>
|
||||
<Text>Gokul P S</Text>
|
||||
<Text>Core Blockchain Developer</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
@@ -12,6 +12,7 @@ import github from "../../assets/images/github.png";
|
||||
import tele from "../../assets/images/tele.png";
|
||||
import reddit from "../../assets/images/reddit.png";
|
||||
import fb from "../../assets/images/fb.png";
|
||||
import profile from "../../assets/images/profile.png";
|
||||
|
||||
const ArticleInternalThree = () => {
|
||||
useEffect(() => {
|
||||
@@ -52,11 +53,7 @@ const ArticleInternalThree = () => {
|
||||
</Text>
|
||||
|
||||
<Box display={"flex"} gap={3} textAlign={"center"}>
|
||||
<Avatar
|
||||
size="lg"
|
||||
name="Dan Abrahmov"
|
||||
src="https://bit.ly/dan-abramov"
|
||||
/>
|
||||
<Avatar size="lg" name="Dan Abrahmov" src={profile} />
|
||||
|
||||
<Box
|
||||
textAlign={"start"}
|
||||
@@ -66,8 +63,8 @@ const ArticleInternalThree = () => {
|
||||
justifyContent={"center"}
|
||||
className="rubix-text-xsmall rubix-fw-500"
|
||||
>
|
||||
<Text>Pooja Patade</Text>
|
||||
<Text>Technical content writer</Text>
|
||||
<Text>Gokul P S</Text>
|
||||
<Text>Core Blockchain Developer</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
@@ -12,6 +12,7 @@ import github from "../../assets/images/github.png";
|
||||
import tele from "../../assets/images/tele.png";
|
||||
import reddit from "../../assets/images/reddit.png";
|
||||
import fb from "../../assets/images/fb.png";
|
||||
import profile from "../../assets/images/profile.png";
|
||||
|
||||
const ArticleInternalTwo = () => {
|
||||
useEffect(() => {
|
||||
@@ -52,11 +53,7 @@ const ArticleInternalTwo = () => {
|
||||
</Text>
|
||||
|
||||
<Box display={"flex"} gap={3} textAlign={"center"}>
|
||||
<Avatar
|
||||
size="lg"
|
||||
name="Dan Abrahmov"
|
||||
src="https://bit.ly/dan-abramov"
|
||||
/>
|
||||
<Avatar size="lg" name="Dan Abrahmov" src={profile} />
|
||||
|
||||
<Box
|
||||
textAlign={"start"}
|
||||
@@ -66,8 +63,8 @@ const ArticleInternalTwo = () => {
|
||||
justifyContent={"center"}
|
||||
className="rubix-text-xsmall rubix-fw-500"
|
||||
>
|
||||
<Text>Pooja Patade</Text>
|
||||
<Text>Technical content writer</Text>
|
||||
<Text>Gokul P S</Text>
|
||||
<Text>Core Blockchain Developer</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user