mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-29 01:25:51 +00:00
Resources updated with articles links
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import React from "react";
|
||||
import { Box, Text ,Image} from "@chakra-ui/react";
|
||||
import React, { useEffect } from "react";
|
||||
import { Box, Text, Image } from "@chakra-ui/react";
|
||||
import { Avatar, AvatarBadge, AvatarGroup } from "@chakra-ui/react";
|
||||
import banner from "../../assets/images/articleInternalbanner.png";
|
||||
import Chip from "../Chip/Chip";
|
||||
@@ -14,6 +14,9 @@ import reddit from "../../assets/images/reddit.png";
|
||||
import fb from "../../assets/images/fb.png";
|
||||
|
||||
const ArticleInternalThree = () => {
|
||||
useEffect(() => {
|
||||
window.scrollTo(0, 0);
|
||||
}, []);
|
||||
return (
|
||||
<>
|
||||
<Box
|
||||
@@ -101,21 +104,21 @@ const ArticleInternalThree = () => {
|
||||
position={"relative"}
|
||||
>
|
||||
<Box
|
||||
position={"absolute"}
|
||||
top={0}
|
||||
left={0}
|
||||
display={"flex"}
|
||||
flexDirection={"column"}
|
||||
alignItems={"center"}
|
||||
gap={2}
|
||||
>
|
||||
<Text className="rubix-text-xsmall" >Share</Text>
|
||||
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={tele} />
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={x} />
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={fb} />
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={linked} />
|
||||
</Box>
|
||||
position={"absolute"}
|
||||
top={0}
|
||||
left={0}
|
||||
display={"flex"}
|
||||
flexDirection={"column"}
|
||||
alignItems={"center"}
|
||||
gap={2}
|
||||
>
|
||||
<Text className="rubix-text-xsmall">Share</Text>
|
||||
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={tele} />
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={x} />
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={fb} />
|
||||
<Image cursor={"pointer"} mb={4} w={6} h={6} src={linked} />
|
||||
</Box>
|
||||
<Box
|
||||
bg="#000000"
|
||||
width={"68vw"}
|
||||
@@ -131,8 +134,6 @@ const ArticleInternalThree = () => {
|
||||
<Chip title="BLOCKSPACE" />
|
||||
</Box>
|
||||
|
||||
|
||||
|
||||
<Box pt={5} pb={5}>
|
||||
<Text pb={5} fontSize="xl">
|
||||
To mine Rubix Tokens, you must first download the blockchain
|
||||
|
||||
Reference in New Issue
Block a user