Skip to content

Commit 4de69ed

Browse files
author
mathanakumar.s
committed
Minor Welcome Page Fixes
1 parent 432eda9 commit 4de69ed

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

src/App.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@
3333
font-weight: bold;
3434
}
3535

36-
.input,
37-
.textarea {
36+
.message-body {
3837
font-family: Quicksand;
3938
font-weight: bolder;
4039
}
4140

41+
.social-icon-div {
42+
margin-top: 4%;
43+
}
44+
4245
.socialicon {
4346
margin-right: 1%;
4447
}
@@ -168,3 +171,7 @@
168171
font-weight: bold;
169172
}
170173
/* PROJECT PAGE ENDS*/
174+
175+
.wow {
176+
visibility: hidden;
177+
}

src/components/Welcome.js

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)