Skip to content

Commit

Permalink
bugfix on video (#369)
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]>

---------

Signed-off-by: usiiasirrush <[email protected]>
  • Loading branch information
UsiDiamond authored Jul 31, 2023
1 parent b66a50e commit 115c008
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<div class="row">
<h1 id="pageHeader">Neurodiversity in Business (NiB)</h1>
</div>
<div tabindex="-1" style="text-align: center;" class="row mx-auto">
<video width="70vh" autoplay >
<div style="text-align: center;" class="row mx-auto">
<p>Thank you for 30K followers on LinkedIn!</p>
<video tabindex="-1" width="480" height="640" autoplay >
<source src="../../assets/2023-07-17_NIB_30k_FollowersAnouncement_V2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -28,13 +29,13 @@ <h1 id="pageHeader">Neurodiversity in Business (NiB)</h1>
<br />
<div class="container-fluid">
<div class="row">
<div class="col carousel-column">
<div class="col carousel-column" tabindex="-1">
<h3>A small selection of our corporate members.</h3>
<app-organization-carousel
[carouselDataObservable]="companyCarouselDataObservable"
></app-organization-carousel>
</div>
<div class="col carousel-column">
<div class="col carousel-column" tabindex="-1">
<h3>NiB's Community Partners.</h3>
<app-organization-carousel
[carouselDataObservable]="partnerCarouselDataObservable"
Expand Down

0 comments on commit 115c008

Please sign in to comment.