Skip to content

Commit

Permalink
Code Cleanup (#376)
Browse files Browse the repository at this point in the history
* update styles (#349) (#350)

* config for running int tests on cloud

* Feature/carousels (#340)

* working demo of carousel

* presentable example

* remove unneeded tests

* remove scss file

* presentable with examples

* get rid of 508 bad thingies

* config for running int tests on cloud (#339) (#341)

* fix navigation (#343)

* Delete docker-build.yml



* Update README.md



* fix navigation (#345)

* Dropdown logout (#347)

---------

Signed-off-by: usiiasirrush <[email protected]>

* fix angular routing (#351)

* fix angular routing

* remove remaining navcontents

* uneeded test

* Bugfix/routing (#353)

* fix angular routing

* remove remaining navcontents

* uneeded test

* cleanup and formatting

* resetructure application

---------

Signed-off-by: usiiasirrush <[email protected]>

* Bugfix/routing (#355)

* fix angular routing

* remove remaining navcontents

* uneeded test

* cleanup and formatting

* resetructure application

* wrong route

---------

Signed-off-by: usiiasirrush <[email protected]>

* formatting and code cleanup

* adjust text

* remove uneeded test

* Forms and member signup update (#360)

* update style on member signup (#364)

* 30K Followers (#366)

* Feature/30 k followers (#368)

* 30K Followers

* bugfix on video

---------

Signed-off-by: usiiasirrush <[email protected]>

* Feature/30 k followers (#370)

* 30K Followers

* bugfix on video

* fix and move

---------

Signed-off-by: usiiasirrush <[email protected]>

* Social Media Section in About (#372)

* merge (#375)

---------

Signed-off-by: usiiasirrush <[email protected]>
  • Loading branch information
UsiDiamond authored Jul 31, 2023
1 parent 9695b39 commit 0026d6f
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 0026d6f

Please sign in to comment.