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

Code Cleanup #376

Merged
merged 27 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b9cccc0
update styles (#349) (#350)
UsiDiamond Jul 30, 2023
1a1e15c
fix angular routing (#351)
UsiDiamond Jul 31, 2023
3d8206e
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
85a070f
Bugfix/routing (#353)
UsiDiamond Jul 31, 2023
db3e647
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
3fe1dc4
Bugfix/routing (#355)
UsiDiamond Jul 31, 2023
7605f00
formatting and code cleanup
UsiDiamond Jul 31, 2023
0d92f59
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
8ee87cb
adjust text
UsiDiamond Jul 31, 2023
36535d2
remove uneeded test
UsiDiamond Jul 31, 2023
85135b9
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
471f19a
Forms and member signup update (#360)
UsiDiamond Jul 31, 2023
8a20f73
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
2078f1d
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
9bd881e
update style on member signup (#364)
UsiDiamond Jul 31, 2023
bbbcba5
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
08e1761
30K Followers (#366)
UsiDiamond Jul 31, 2023
a9f4f48
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
dcd351a
Feature/30 k followers (#368)
UsiDiamond Jul 31, 2023
1a83c88
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
20ec490
Feature/30 k followers (#370)
UsiDiamond Jul 31, 2023
00f6695
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
840d2d7
Social Media Section in About (#372)
UsiDiamond Jul 31, 2023
bbed04b
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
f26a578
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
5645f34
merge (#375)
UsiDiamond Jul 31, 2023
65806be
Merge branch 'production' into development
UsiDiamond Jul 31, 2023
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: 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 />
Loading