11import React from "react" ;
22import { Container , Row , Col } from "react-bootstrap" ;
3- import myImg from "../../Assets/avatar.svg" ;
43import Student from "../../Assets/home-main.svg"
54import Tilt from "react-parallax-tilt" ;
65import carl from "../../Assets/carl.svg"
76import simone from "../../Assets/simone.svg"
7+
88import {
9- AiFillGithub ,
10- AiOutlineTwitter ,
11- AiFillInstagram ,
12- AiFillDribbbleCircle ,
13- AiFillLinkedin ,
9+ // AiFillGithub,
10+ // AiOutlineTwitter,
11+ // AiFillInstagram,
12+ // AiFillDribbbleCircle,
13+ // AiFillLinkedin,
1414 AiOutlineLinkedin ,
1515 AiOutlineInstagram ,
1616} from "react-icons/ai" ;
17- import { FaLinkedinIn } from "react-icons/fa" ;
17+ // import { FaLinkedinIn } from "react-icons/fa";
18+ // import myImg from "../../Assets/avatar.svg";
1819
1920function Home2 ( ) {
2021 return (
@@ -125,7 +126,7 @@ function Home2() {
125126 </ h1 >
126127 < p className = "home-about-body" style = { { width : "500px" , textAlign : "left" , fontSize : "2.2em" } } >
127128 < br />
128- < br /> Meet < b > < a target = "_blank" href = "https://www.linkedin.com/in/carl-morgan-7066863b/" style = { { textDecoration :"none" , color :"white" } } className = "purple" > Carl, </ a > </ b >
129+ < br /> Meet < b > < a target = "_blank" rel = "noreferrer" href = "https://www.linkedin.com/in/carl-morgan-7066863b/" style = { { textDecoration :"none" , color :"white" } } className = "purple" > Carl, </ a > </ b >
129130 < i >
130131 Associate Lecturer at University of Newcastle & Co - Founder of Zookraft and Studio Zed .
131132 </ i >
@@ -154,7 +155,7 @@ function Home2() {
154155 < Col md = { 4 } className = "myAvtar" >
155156 < Tilt >
156157 < img src = { carl } className = "img-fluid" alt = "avatar" style = { { minHeight : "450px" } } />
157- < a target = "_blank" href = "https://www.linkedin.com/in/carl-morgan-7066863b/" > < figcaption style = { { paddingRight :"40px" , color :"black" , textDecoration :"none" } } > @Carl Morgan</ figcaption > </ a >
158+ < a target = "_blank" rel = "noreferrer" href = "https://www.linkedin.com/in/carl-morgan-7066863b/" > < figcaption style = { { paddingRight :"40px" , color :"black" , textDecoration :"none" } } > @Carl Morgan</ figcaption > </ a >
158159 </ Tilt >
159160 </ Col >
160161 </ Row >
@@ -168,7 +169,7 @@ function Home2() {
168169 < Col md = { 8 } className = "home-about-description2" >
169170 < p className = "home-about-body" style = { { width : "500px" , textAlign : "left" , fontSize : "2.2em" } } >
170171 < br />
171- < br /> Meet < b > < a target = "_blank" href = "https://www.linkedin.com/in/simoneo/" style = { { textDecoration :"none" , color :"white" } } className = "purple" > Simone, </ a > </ b >
172+ < br /> Meet < b > < a target = "_blank" rel = "noreferrer" href = "https://www.linkedin.com/in/simoneo/" style = { { textDecoration :"none" , color :"white" } } className = "purple" > Simone, </ a > </ b >
172173 Deputy Head of Research Training, School of Humanities, Creative Industries, Social Sciences at University of Newcastle and founder at Studio Zed.
173174 { /* <br />
174175 {/* <br /> */ }
@@ -195,7 +196,7 @@ function Home2() {
195196 < Col md = { 4 } className = "myAvtar2" >
196197 < Tilt >
197198 < img src = { simone } className = "img-fluid" alt = "avatar" style = { { minHeight : "450px" } } />
198- < a target = "_blank" href = "https://www.linkedin.com/in/simoneo/" > < figcaption style = { { color :"black" , textDecoration :"none" } } > @Simone O'Callaghan</ figcaption > </ a >
199+ < a target = "_blank" rel = "noreferrer" href = "https://www.linkedin.com/in/simoneo/" > < figcaption style = { { color :"black" , textDecoration :"none" } } > @Simone O'Callaghan</ figcaption > </ a >
199200 </ Tilt >
200201 </ Col >
201202 </ Row >
0 commit comments