Skip to content

PSF Contributor Agreement form should be larger #1053

Open
@ghost

Description

Current CLA form is very small. It should be larger for easy access. (I could send PR for review but I don't know the structure of this project)
screenshot 3

From my browser's inspect, I have deleted aside tag (<aside class="left-sidebar" role="secondary">.....) and changed

<section class="main-content with-left-sidebar" role="main">
to
<section class="main-content" role="main">

and

<iframe src="https://secure.na1.echosign.com/public/esignWidget?wid=4QV45G7M576869&amp;hosted=false&amp;token=&amp;firstName=&amp;lastName=&amp;nameEditable=true" width="100%" height="100%" frameborder="0" style="border: 0; overflow: hidden; min-height: 500px; min-width: 600px;"></iframe>
to
<iframe src="https://secure.na1.echosign.com/public/esignWidget?wid=4QV45G7M576869&amp;hosted=false&amp;token=&amp;firstName=&amp;lastName=&amp;nameEditable=true" width="100%" height="100%" frameborder="0" style="border: 0; overflow: hidden; min-height: 1236px; min-width: 600px;"></iframe>

now, it looks like this.
screenshot 5

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentRelates to (un)published content on the sitepsf-reviewThis should be reviewed by a PSF employee/member

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions