Skip to content

Commit

Permalink
merge (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsiDiamond authored Jul 31, 2023
1 parent f26a578 commit 5645f34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
6 changes: 3 additions & 3 deletions src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h5 class="card-title">Celebrate</h5>
</div>
</div>
</div>
<div class="col">
<div class="col" style="padding-bottom: 20px;">
<div class="card mx-auto">
<div class="card-body" style="text-align: center">
<svg
Expand Down Expand Up @@ -487,10 +487,10 @@ <h3 ngbAccordionHeader>
</li>
<li>
Social - Social responsibility and making an impact in the
community is increasingly critical to a business brand.
community is increasingly critical to a business' brand.
</li>
</ul>
</ng-template>
</ng-template>
</div>
</div>
</div>
Expand Down
26 changes: 9 additions & 17 deletions src/app/member-start/member-start.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
<div class="row">
<h1 id="pageHeader">Membership Zone</h1>
</div>

<div style="text-align: center" class="row mx-auto" >
<p style="font-weight: bold;">Thank you for 30K followers on LinkedIn!</p>
<video height="480" class="videoInsert" autoplay loop muted>
<source
src="../../assets/2023-07-17_NIB_30k_FollowersAnouncement_V2.mp4"
type="video/mp4"
/>
Your browser does not support the video tag.
</video>
</div>
<p>
Neurodiversity in Business (NiB) will recognise three main types of
membership:
Expand Down Expand Up @@ -246,12 +235,15 @@ <h1 id="pageHeader">Corporates</h1>
<div class="row">
<h1 id="pageHeader">Individual Member Signup</h1>
</div>
<p style="font-weight: bold">
Thousands of individual supporters of NiB are already receiving our regular
member newsletter to keep in touch with our latest activities. Join our
mailing list by completing the form below to hear about events, thought
pieces and other relevant content.
</p>
<ngb-alert [type]="'light'" [dismissible]="false">
<p style="font-weight: bold">
Thousands of individual supporters of NiB are already receiving our
regular member newsletter to keep in touch with our latest activities.
Join our mailing list by completing the form below to hear about events,
thought pieces and other relevant content.
</p></ngb-alert
>

<app-individual-form></app-individual-form>
</div>
<br />

0 comments on commit 5645f34

Please sign in to comment.