Skip to content

Commit

Permalink
visual changes and awesome fonts are in
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkan1 committed Dec 10, 2023
1 parent 2726380 commit bcfa827
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 20 deletions.
73 changes: 56 additions & 17 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import linkedinLogo from '../icons/linkedin.png';
import twitterLogo from '../icons/twitter.png';
import { Container } from 'react-bootstrap';
import styled from 'styled-components';
import "../css/fontawesome.all.min.css";

const Styles = styled.div`
.borderer {
Expand Down Expand Up @@ -56,23 +57,32 @@ const Styles = styled.div`
display: flex;
flex-direction: row;
-webkit-box-align: center;
column-gap: 10rem;
padding: 2rem;
column-gap: auto;
padding: 1rem 0px;
justify-content: space-around;
align-items: center;
}
.linkedin {
margin-left: 4rem;
margin-left: inherit;
}
.footer-b {
flex-wrap: wrap;
& > * {
margin-top: 10px;
flex-basis: 30%;
}
}
.mail-me {
flex-wrap: wrap;
& > * {
margin-bottom: 10px;
flex-basis: 50%;
}
}
Expand All @@ -84,7 +94,7 @@ const Styles = styled.div`
.footer-b {
display: flex;
padding: 1rem 25%;
padding: 10px 0px;
margin-bottom: 10px;
& > * {
Expand All @@ -95,12 +105,44 @@ const Styles = styled.div`
filter: invert(100%);
}
}
.mail-me {
display: flex;
direction: row;
gap-column: 5px;
}
@media only screen and (max-width: 700px) {
.footer-b {
padding: 0 20%;
padding: 1rem 25%;
& > * {
margin-top: 10px;
flex-basis: 50%;
}
}
.mail-me {
padding: 0px 1rem;
& > * {
margin-bottom: 10px;
flex-basis: 50%;
}
}
}
@media only screen and (min-width: 1200px) {
.footer-b {
padding: 1rem 25%;
& > * {
margin-top: 10px;
flex-basis: 50%;
}
}
.mail-me {
padding: 0px 1rem;
& > * {
margin-bottom: 10px;
flex-basis: 50%;
}
}
}
`
Expand All @@ -109,24 +151,21 @@ export default function Footer() {
return (
<Styles>
<div className="borderer">
<Container className="footer">
<div className="row1">
<h4>About Me</h4>
<p>I'm Developing, maintaining, and updating software applications.</p>
</div>
<div className="row2">
<p><a href="mailto:[email protected]">Mail me about anything</a></p>
<a className="hvr-underline-from-left" href="/privacy" hidden>Privacy Policy</a>
</div>
</Container>
<div className="copyright-div">
<hr/>
<div className="footer-b">
<a href="https://github.com/mirkan1" target="_blank" rel="noopener noreferrer"><img src={githubLogo} height="32" width="32" alt="media-link"></img>&nbsp;&nbsp;github</a>
<a href="https://twitter.com/mirkanOFmirkan" target="_blank" rel="noopener noreferrer"><img src={twitterLogo} height="32" width="32" alt="media-link"></img>&nbsp;&nbsp;twitter</a>
<a className="linkedin" href="https://linkedin.com/in/raqux/" target="_blank" rel="noopener noreferrer"><img src={linkedinLogo} height="32" width="32" alt="media-link"></img>&nbsp;&nbsp;linkedin</a>
</div>
<hr/>
<div className="mail-me">
<div>
<p><a href="mailto:[email protected]">Mail me <i class="fa fa-mind-share"></i></a></p>
</div>
<div>
<p>Renas Mirkan Kilic © 2024</p>
</div>
</div>
<p>Renas Mirkan Kilic © 2023</p>
</div>
</div>
</Styles>
Expand Down
5 changes: 5 additions & 0 deletions src/css/fontawesome.all.min.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export default function About() {
{ icon: '📱', text: 'React-native' },
{ icon: '🍜', text: 'Node.js' },
{ icon: '🎨', text: 'HTML/CSS/JS' },
{ icon: '🖥', text: 'AWS' },
{ icon: '🖥', text: 'AWS' }
];
const listItems2 = [
{ icon: '🈁', text: 'Heroku' },
{ icon: '💾', text: 'MySQL' },
{ icon: '📊', text: 'GraphQL' },
Expand All @@ -46,6 +48,7 @@ export default function About() {
<h1>Familiar Technologies</h1>
<div className="tech-parent-row">
<ListTable items={listItems} />
<ListTable items={listItems2} />
</div>
</div>
)
Expand Down
5 changes: 3 additions & 2 deletions src/pages/Resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ export default class Resume extends Component {
render() {
return (
<Styles>
<Document
{/* <Document
file={pdf_file}
onLoadSuccess={() => {
console.info("pdf loaded")
}}>
<Page className={["flexPage"]} width={document.querySelector('#root').clientWidth/1.45} height={document.querySelector('#root').clientHeight/1.45} pageNumber={1} />
</Document>
</Document> */}
<a href={pdf_file} download>download as .pdf</a>
</Styles>
)
Expand Down
Binary file added src/webfonts/fa-brands-400.eot
Binary file not shown.
Binary file added src/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file added src/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added src/webfonts/fa-duotone-900.eot
Binary file not shown.
Binary file added src/webfonts/fa-duotone-900.woff
Binary file not shown.
Binary file added src/webfonts/fa-duotone-900.woff2
Binary file not shown.
Binary file added src/webfonts/fa-light-300.eot
Binary file not shown.
Binary file added src/webfonts/fa-light-300.woff
Binary file not shown.
Binary file added src/webfonts/fa-light-300.woff2
Binary file not shown.
Binary file added src/webfonts/fa-regular-400.eot
Binary file not shown.
Binary file added src/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file added src/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added src/webfonts/fa-solid-900.eot
Binary file not shown.
Binary file added src/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file added src/webfonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit bcfa827

Please sign in to comment.