-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Second Main Commit to push some code in Github woth font-family
- Loading branch information
1 parent
738379f
commit c65e4e2
Showing
9 changed files
with
218 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,38 @@ | ||
import React from 'react'; | ||
import { Container, Row, Col } from 'react-bootstrap'; | ||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' | ||
import { faGithub, faLinkedin, faGoogle, faWhatsapp } from '@fortawesome/free-brands-svg-icons'; | ||
|
||
export default function Introduction() { | ||
return ( | ||
<> | ||
<Container> | ||
<Row> | ||
<Col xs={12} lg={8}> | ||
<div className='intro text-start'> | ||
<h1 className='fw-bold fs-70 cusrive-font'>Hi, I am Saad Ahmed</h1> | ||
<p className='fw-normal fs-1'>Software Engineer</p> | ||
</div> | ||
<div className="mt-3 text-start"> | ||
<a href="#" target="_blank" rel="noopener noreferrer" className="me-3 github"> | ||
<FontAwesomeIcon icon={faGithub} size="2x" /> | ||
</a> | ||
<a href="#" target="_blank" rel="noopener noreferrer" className="me-3 kinkedin"> | ||
<FontAwesomeIcon icon={faLinkedin} size="2x" /> | ||
</a> | ||
<a href="#" target="_blank" rel="noopener noreferrer" className="me-3 gmail"> | ||
<FontAwesomeIcon icon={faGoogle} size="2x" /> | ||
</a> | ||
<a href="#" target="_blank" rel="noopener noreferrer" className="me-3 whatsapp"> | ||
<FontAwesomeIcon icon={faWhatsapp} size="2x" /> | ||
</a> | ||
</div> | ||
</Col> | ||
<Col xs={12} lg={4}> | ||
<img src='' alt='' className='image-fluid'/> | ||
</Col> | ||
</Row> | ||
</Container> | ||
</> | ||
); | ||
} |
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,9 @@ | ||
import React from 'react' | ||
|
||
export default function ReachToMe() { | ||
return ( | ||
<> | ||
<div className="container"></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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:[email protected]&display=swap'); | ||
|
||
/* Apply the font to specific elements */ | ||
|
||
.cusrive-font{ | ||
font-family: 'Dancing Script', cursive; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.