-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oscar dev #1
base: master
Are you sure you want to change the base?
Oscar dev #1
Conversation
} | ||
|
||
.pulse { | ||
-webkit-animation-name: pulse; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code should not delete
@@ -6,7 +6,6 @@ | |||
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"> | |||
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css"> | |||
<link rel="stylesheet" type="text/css" href="css/style.css"> | |||
<link rel="stylesheet" type="text/css" href="css/animate.css"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code should not be remove.
@@ -7,9 +7,9 @@ import Footer from '../../components/footer' | |||
|
|||
const Privacy = () => <div className="privacy container"> | |||
<Navigation isColorWhite={false} /> | |||
<SectionTitle extraCls="wow fadeInLeft" header="Privacy Statement for Credit Academy" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code should not be remove.
{ACC_DATA.map( (item, idx) => ( | ||
<div className="accordion-item primary-border wow fadeInDown" key={idx} data-wow-delay={idx*0.1 + "s"}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code should not be remove.
@@ -1,2744 +0,0 @@ | |||
@charset "UTF-8"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code should not be remove.
No description provided.