Skip to content
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

[FEAT] Add a new page for the 'Model Generation Application' #509

Merged
merged 23 commits into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
403172d
[FEAT] Add a new page for the 'Model Generation Application'
csouchet May 4, 2022
ae805ea
Change the title of the page
tbouffard May 20, 2022
16957c4
remove commented code for the large image in Landing.tsx
tbouffard May 20, 2022
6d9a18e
rename field
tbouffard May 20, 2022
206789b
constants: improve doc
tbouffard May 20, 2022
56ecf3f
rename the Features component
tbouffard May 20, 2022
9955b22
bump gatsby plugins and only allow patch autoupdate for more reproduc…
tbouffard May 20, 2022
eff8173
Add anchor for the 'form'
tbouffard May 20, 2022
df0bb51
terms: improve JOTForm information
tbouffard May 20, 2022
f9d7e0c
Split condition usage in another page
csouchet May 23, 2022
a97585b
Add a margin bottom on the landing section of the home page
csouchet May 23, 2022
b126c97
Avoid duplication
csouchet May 23, 2022
fd5d42b
Fix padding & margin
csouchet May 23, 2022
3cbed7a
Merge branch 'main' into feat/add_model_generation_app_page
csouchet May 23, 2022
175e5ff
update format of adress
csouchet May 23, 2022
b4c1627
Fix mobile margin
csouchet May 23, 2022
5005178
Change icon
csouchet May 23, 2022
d93e26d
Replace the border of the gif by a shadow
csouchet May 23, 2022
a3381d1
Fix the design on mobile & tablet for the 'Need a tool to generate pr…
csouchet May 23, 2022
58c4e23
integrate feedback: improve wording
tbouffard May 27, 2022
55cf221
Merge branch 'main' into feat/add_model_generation_app_page
tbouffard May 31, 2022
c43013c
Terms of use improvements
tbouffard May 31, 2022
4232c5b
features: update title
tbouffard May 31, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,11 @@ module.exports = {
timeout: 3500, //the amount of time, in milliseconds, that you want to allow mailchimp to respond to your request before timing out. defaults to 3500
},
},
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`gatsby-remark-responsive-iframe`],
},
},
],
};
Loading