mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
- add sitemap.xml
- reduce screenshot sizes
This commit is contained in:
@ -11,7 +11,7 @@ const Screenshots = () => {
|
||||
fluid(maxWidth: 800) {
|
||||
...GatsbyImageSharpFluid
|
||||
}
|
||||
fixed(width: 360) {
|
||||
fixed(width: 300) {
|
||||
...GatsbyImageSharpFixed
|
||||
}
|
||||
}
|
||||
@ -21,7 +21,7 @@ const Screenshots = () => {
|
||||
fluid(maxWidth: 800) {
|
||||
...GatsbyImageSharpFluid
|
||||
}
|
||||
fixed(width: 360) {
|
||||
fixed(width: 300) {
|
||||
...GatsbyImageSharpFixed
|
||||
}
|
||||
}
|
||||
@ -31,7 +31,7 @@ const Screenshots = () => {
|
||||
fluid(maxWidth: 800) {
|
||||
...GatsbyImageSharpFluid
|
||||
}
|
||||
fixed(width: 360) {
|
||||
fixed(width: 300) {
|
||||
...GatsbyImageSharpFixed
|
||||
}
|
||||
}
|
||||
@ -41,7 +41,7 @@ const Screenshots = () => {
|
||||
fluid(maxWidth: 800) {
|
||||
...GatsbyImageSharpFluid
|
||||
}
|
||||
fixed(width: 360) {
|
||||
fixed(width: 300) {
|
||||
...GatsbyImageSharpFixed
|
||||
}
|
||||
}
|
||||
@ -51,7 +51,7 @@ const Screenshots = () => {
|
||||
fluid(maxWidth: 800) {
|
||||
...GatsbyImageSharpFluid
|
||||
}
|
||||
fixed(width: 360) {
|
||||
fixed(width: 300) {
|
||||
...GatsbyImageSharpFixed
|
||||
}
|
||||
}
|
||||
@ -61,7 +61,7 @@ const Screenshots = () => {
|
||||
fluid(maxWidth: 800) {
|
||||
...GatsbyImageSharpFluid
|
||||
}
|
||||
fixed(width: 360) {
|
||||
fixed(width: 300) {
|
||||
...GatsbyImageSharpFixed
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,7 +16,6 @@ const languages = [
|
||||
i18n.use(initReactI18next).init({
|
||||
resources,
|
||||
lng: 'en',
|
||||
debug: true,
|
||||
fallbackLng: 'en',
|
||||
});
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ const Home = () => {
|
||||
<div className="container mt-24">
|
||||
<Hero />
|
||||
|
||||
<p className="leading-loose text-xl mt-16">
|
||||
<p className="leading-loose text-lg mt-16">
|
||||
Reactive Resume is a free and open source resume builder that’s built
|
||||
to make the mundane tasks of creating, updating and sharing your
|
||||
resume as easy as 1, 2, 3. With this app, you can create multiple
|
||||
|
||||
Reference in New Issue
Block a user