-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
229 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,54 @@ | ||
|
||
|
||
.transfinitte-footer{ | ||
width : 20vw; | ||
display : inline-block; | ||
text-align : right; | ||
} | ||
|
||
.footer-d1{ | ||
width: 30vw; | ||
display: inline-block; | ||
} | ||
|
||
.footer-d2{ | ||
width: 30vw; | ||
display: inline-block; | ||
} | ||
|
||
.mainc{ | ||
width : 80vw; | ||
margin-left : auto; | ||
margin-right : auto; | ||
padding : 0rem 6rem; | ||
} | ||
|
||
@media only screen and (max-width: 600px) { | ||
.mainc{ | ||
text-align: center; | ||
text-align: left; | ||
line-height: 2; | ||
padding : 1rem; | ||
} | ||
.footer-d1{ | ||
width: 50%; | ||
display: inline-block; | ||
} | ||
|
||
.footer-d2{ | ||
width: 50%; | ||
display: inline-block; | ||
} | ||
.transfinitte-footer{ | ||
margin-top: 3rem; | ||
width: 100%; | ||
display: block; | ||
text-align: center; | ||
} | ||
} | ||
} | ||
|
||
.mainc a{ | ||
color: white; | ||
} | ||
.mainc a:hover{ | ||
color: #f5bffb; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,28 +6,28 @@ const Contact = () => { | |
|
||
return ( | ||
<> | ||
<section id="footer" style={{background : "linear-gradient(180deg, rgb(11, 2, 33) 0%, rgb(11, 1, 33) 100%)", padding : "2rem", lineHeight : 1.5,}}> | ||
<div style={{ width : "fit-content", marginLeft : "auto", marginRight : "auto"}} className="mainc"> | ||
<div style={{width : "15rem", display : "inline-block"}}> | ||
<section id="contact" style={{background : "linear-gradient(180deg, rgb(11, 2, 33) 0%, rgb(11, 1, 33) 100%)", padding : "2rem", lineHeight : 1.5,}}> | ||
<div className="mainc"> | ||
<div className="footer-d1"> | ||
<h3 style={{marginBottom : "0.5rem", marginTop : "0.5rem"}}>Contact</h3> | ||
<p>Phone No : 123456789</p> | ||
<p>Email : [email protected]</p> | ||
<h3 style={{marginBottom : "0.5rem", marginTop : "0.5rem"}}>Problem Statements</h3> | ||
<a style={{color : "white", cursor : "pointer"}}>2022 archive</a> <br/> | ||
<a style={{color : "white", cursor : "pointer"}}>2021 archive</a> <br/> | ||
<a style={{color : "white", cursor : "pointer"}}>2020 archive</a> | ||
<a style={{cursor : "pointer"}}>2022 archive</a> <br/> | ||
<a style={{cursor : "pointer"}}>2021 archive</a> <br/> | ||
<a style={{cursor : "pointer"}}>2020 archive</a> | ||
</div> | ||
<div style={{width : "15rem", display : "inline-block"}}> | ||
<div className="footer-d2"> | ||
<h3 style={{marginBottom : "0.5rem", marginTop : "0.5rem"}}>Address</h3> | ||
<p>Orion, Lecture Hall</p> | ||
<p>NIT Trichy</p> | ||
<h3 style={{marginBottom : "0.5rem", marginTop : "0.5rem"}}>Social</h3> | ||
<a style={{color : "white", cursor : "pointer"}}>Twitter</a> <br/> | ||
<a style={{color : "white", cursor : "pointer"}}>Instagram</a> <br/> | ||
<a style={{color : "white", cursor : "pointer"}}>LinkedIn</a> <br/> | ||
<a style={{ cursor : "pointer"}}>Twitter</a> <br/> | ||
<a style={{ cursor : "pointer"}}>Instagram</a> <br/> | ||
<a style={{ cursor : "pointer"}}>LinkedIn</a> <br/> | ||
|
||
</div> | ||
<div style={{width : "10rem", display : "inline-block"}}> | ||
<div className="transfinitte-footer"> | ||
<img src = {logo} /> | ||
TRANSFINITTE | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,6 +110,7 @@ | |
background-repeat: no-repeat; | ||
background-position: center; | ||
height: 90vh; | ||
|
||
} | ||
|
||
#regbtn { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
|
||
.bg{ | ||
background: linear-gradient(180deg, #0b0221 0%, #0b0121 100%); | ||
|
||
} | ||
|
||
.vertical-timeline::before{ | ||
background: #f5bffb; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.