Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tuvovan committed Nov 26, 2024
1 parent d410f39 commit 24eee2e
Showing 1 changed file with 8 additions and 56 deletions.
64 changes: 8 additions & 56 deletions src/components/footer.jsx
Original file line number Diff line number Diff line change
@@ -1,50 +1,3 @@
// import React from 'react';
// import { render } from 'react-dom';
// import { FaCreativeCommons } from 'react-icons/fa';

// export default class Footer extends React.Component {
// constructor(props) {
// super(props);
// }
// render() {
// return (
// <div className="uk-text-center uk-text-small">
// {/* <span>
// This template is provided under the
// <a
// href="https://creativecommons.org/licenses/by-sa/4.0/"
// target="_blank"
// >
// {' '}
// Attribution-ShareAlike 4.0 International (CC BY-SA 4.0){' '}
// </a>
// license.
// </span>
// <br /> */}
// <span>
// &copy; Copyright 2024{' '}
// <a
// href="https://www.kc-ml2.com/en"
// target="_blank"
// >
// KC Machine Learning Lab
// </a>{' '}
// </span>

// <p>
// Powered by <FaCreativeCommons />{' '}
// <a
// href="https://github.com/denkiwakame/academic-project-template"
// target="_blank"
// >
// {' '}
// Academic Project Page Template{' '}
// </a>
// </p>
// </div>
// );
// }
// }
import React from 'react';
import { render } from 'react-dom';
import { FaCreativeCommons } from 'react-icons/fa';
Expand All @@ -56,7 +9,7 @@ export default class Footer extends React.Component {
render() {
return (
<div className="uk-text-center uk-text-small">
<span>
{/* <span>
This template is provided under the
<a
href="https://creativecommons.org/licenses/by-sa/4.0/"
Expand All @@ -67,20 +20,19 @@ export default class Footer extends React.Component {
</a>
license.
</span>
<br />
<br /> */}
<span>
You are free to use and modify the code in your project as long as you
include a link to this{' '}
&copy; Copyright 2024{' '}
<a
href="https://github.com/denkiwakame/academic-project-template"
href="https://www.kc-ml2.com/en"
target="_blank"
>
GitHub repository
KC Machine Learning Lab
</a>{' '}
in your footer.
</span>

<p>
powered by <FaCreativeCommons />{' '}
Powered by <FaCreativeCommons />{' '}
<a
href="https://github.com/denkiwakame/academic-project-template"
target="_blank"
Expand All @@ -92,4 +44,4 @@ export default class Footer extends React.Component {
</div>
);
}
}
}

0 comments on commit 24eee2e

Please sign in to comment.