Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a53bd1e

Browse files
committed
contact
1 parent af2d12e commit a53bd1e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

src/modules/home/home.module.scss

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
width: 100vw;
66
height: 100vh;
77
background: radial-gradient(50% 50% at 50% 50%, rgb(32 32 32) 20%, rgb(19, 18, 18) 100%);
8+
overflow: auto;
89
}
910

1011
.intro {
12+
position: relative;
1113
text-align: center;
1214
// display: grid;
1315
// grid-template-columns: repeat(2, 1fr);
14-
margin: 1rem 5rem 5rem 5rem;
16+
margin: 0rem 5rem 2rem 5rem;
1517
margin-top: 2rem;
1618
// grid-gap: 1rem;
1719
overflow: auto;
@@ -42,4 +44,21 @@
4244
color: #e63d09;
4345
}
4446
}
47+
48+
.contact {
49+
text-align: center;
50+
// position: absolute;
51+
bottom: 0rem;
52+
// left: 50%;
53+
// left: calc(50% - 13rem);
54+
// display: flex;
55+
// flex-direction: column;
56+
width: 100%;
57+
// justify-content: space-between;
58+
color: grey;
59+
60+
a {
61+
color: grey;
62+
}
63+
}
4564
}

src/modules/home/home.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ const ModuleTwo = () => {
3939
<br />
4040
<br />
4141
Python, Node.js, Java, C++, C, Flutter, and more.
42+
<br />
43+
<br />
44+
</h3>
45+
<h3 className={styles.contact}>
46+
<a href="https://www.github.com/duke79">
47+
<i>Github</i>
48+
</a>
49+
&nbsp;&nbsp;&nbsp;
50+
<a href="https://www.linkedin.com/in/pulkit-singh-16919713/">
51+
<i>LinkedIn</i>
52+
</a>
53+
<br />
54+
4255
</h3>
4356
</div>
4457
</div>

0 commit comments

Comments
 (0)