@@ -11,7 +11,7 @@ class Welcome extends React.Component {
1111 < section className = "hero is-fullheight" id = "intro" >
1212 < div className = "hero-body" >
1313 < div className = "columns is-vcentered" >
14- < div className = "column is-6" >
14+ < div className = "column is-6 left-welcome " >
1515 < img src = "/images/aboutme.png" alt = "portfolio-img" > </ img >
1616 < div
1717 className = "buttons is-centered wow animate__animated animate__fadeInDown"
@@ -37,27 +37,23 @@ class Welcome extends React.Component {
3737 < fieldset disabled >
3838 < div className = "field" >
3939 < label className = "label" > Glimpses</ label >
40- < div class = "control " >
41- < textarea class = "textarea" readonly >
40+ < article class = "message is-dark " >
41+ < div class = "message-body" >
4242 A passionate individual who entered the arena of
4343 Computer Science by waving at Hello World programs and
4444 still survives with the help of strong Technical
4545 skillsets in Full Stack Web and Mobile Development
46- </ textarea >
47- </ div >
46+ </ div >
47+ </ article >
4848 </ div >
4949 < div className = "field" >
5050 < label className = "label" > Position</ label >
51- < div className = "control" >
52- < input
53- className = "input"
54- type = "text"
55- value = "SDE Intern at Flipkart"
56- />
57- </ div >
51+ < article class = "message is-dark" >
52+ < div class = "message-body" > SDE Intern at Flipkart</ div >
53+ </ article >
5854 </ div >
59- < div className = "field" >
60- < label className = "label" > Connect Me </ label >
55+ < div className = "field social-icon-div " >
56+ { /* <label className="label">Social </label> */ }
6157 < SocialIcon
6258 className = "socialicon"
6359 url = "mailto:capturesmk@gmail.com"
0 commit comments