-
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.
refactor(*): font sizing and spacing
- Loading branch information
1 parent
acce36b
commit 198a689
Showing
4 changed files
with
14 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,20 @@ import SocialMediaTags from '../SocialMediaTags/SocialMediaTags'; | |
const Footer = () => { | ||
|
||
const year = new Date().getFullYear() | ||
|
||
return ( | ||
<footer className="footer"> | ||
<div className="container bottom_border"> | ||
<div className="row"> | ||
<div className=" col-sm-4 col-md col-sm-4 col-12 col"> | ||
<h5 className="headin5_amrc col_white_amrc pt2">Find Me</h5> | ||
{/* <!--headin5_amrc--> */} | ||
<h5 className="footer_h5 col_white_amrc pt2">Find Me</h5> | ||
<p className="mb10">HoseaCodes’ mission statement is to build the future while empowering every person and every organization on the planet to achieve more. </p> | ||
<p><i className="fa fa-location-arrow"></i> Houston, TX </p> | ||
<p><i className="fa fa-phone"></i> +1-281-780-8424</p> | ||
<p><i className="fa fa fa-envelope"></i> <a href="mailto:[email protected]"> [email protected] </a> </p> | ||
</div> | ||
<div className=" col-sm-4 col-md col-6 col dompl"> | ||
<h5 className="headin5_amrc col_white_amrc pt2">Built With</h5> | ||
{/* <!--headin5_amrc--> */} | ||
<h5 className="footer_h5 col_white_amrc pt2">Built With</h5> | ||
<ul className="footer_ul_amrc" > | ||
<li> <a href="https://reactjs.org/docs/getting-started.html">React.js</a></li> | ||
<li> <a href="https://nodejs.org/en/docs/guides/getting-started-guide/">Node.js</a></li> | ||
|
@@ -30,22 +28,19 @@ const Footer = () => { | |
<li><a href="https://sass-lang.com/">SCSS</a></li> | ||
<li><a href="https://styled-components.com/">Styled Components</a></li> | ||
</ul> | ||
{/* <!--footer_ul_amrc ends here--> */} | ||
</div> | ||
<div className=" col-sm-4 col-md col-6 col"> | ||
<h5 className="headin5_amrc col_white_amrc pt2">Quick links</h5> | ||
{/* <!--headin5_amrc--> */} | ||
<h5 className="footer_h5 col_white_amrc pt2">Quick links</h5> | ||
<ul className="footer_ul_amrc"> | ||
<li><a href="https://www.remove.bg/upload">Remove Background</a></li> | ||
<li><a href="/client">Client Details</a></li> | ||
<li><a href="/project">Project Details</a></li> | ||
<li><a href="/shop">Hoseacodes Shop</a></li> | ||
<li><a href="http://webenlance.com">Image Cropping</a></li> | ||
</ul> | ||
{/* <!--footer_ul_amrc ends here--> */} | ||
</div> | ||
<div className=" col-sm-4 col-md col-12 col"> | ||
<h5 className="headin5_amrc col_white_amrc pt2">Follow Me On</h5> | ||
<h5 className="footer_h5 col_white_amrc pt2">Follow Me On</h5> | ||
{/* Twitter Profile Tweets */} | ||
<ul className="footer_ul2_amrc"> | ||
<li><a href="/"><i className="fab fa-twitter fleft padding-right"></i> </a><p>Day 56 #100DaysOfCode I added a markdown preview...<a href="https://twitter.com/DominiqueRHosea/status/1382724497954930693">twitter.com/status/Day56</a></p></li> | ||
|
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