diff --git a/src/app/landing-page/landing-page.component.html b/src/app/landing-page/landing-page.component.html index 30b7d329..bede94c7 100644 --- a/src/app/landing-page/landing-page.component.html +++ b/src/app/landing-page/landing-page.component.html @@ -339,7 +339,6 @@
Are you new to the job market? Or maybe looking for a new chall -

@@ -405,7 +404,7 @@

About
city of Portugal, Lisbon. We had a record breaking attendance of participants last year, achievement we hope - to repeat next year, from the 15th to the 19th of April 2024. + to repeat this year, from the 15th to the 19th of April 2024.

@@ -444,7 +443,7 @@
Vision
Science and IT play fundamental - roles. For the last 29 editions SINFO has been the bridge between that world and the student + roles. For the last 30 editions SINFO has been the bridge between that world and the student community. Every single one of them sums up several months of dedication and hard work laid out by its members, who @@ -531,11 +530,10 @@

Frequently Asked Questions

{{panel2.expanded ? 'keyboard_arrow_up' : 'keyboard_arrow_down'}} - How can I attend SINFO 31? + Where is SINFO 31 taking place? -

We're back to our venue! From the 15th to the 19th of April, 2024, pay a visit to the - Alameda Campus of Instituto Superior Técnico, in Lisbon, and you'll surely spot our venue! +

Our venue changed place this year. Visit us at Técnico Innovation Center, in Lisbon, from the 15th to the 19th of April, 2024!

diff --git a/src/app/landing-page/partners/partners.component.css b/src/app/landing-page/partners/partners.component.css index 446962ee..7ce56a8a 100644 --- a/src/app/landing-page/partners/partners.component.css +++ b/src/app/landing-page/partners/partners.component.css @@ -81,12 +81,6 @@ div.sponsors.silver div.sponsor { } } -h1, -h2 { - margin: 0px; -} - - .wrapper { margin: 10dvh 5dvh @@ -115,26 +109,6 @@ div.sponsors { margin-bottom: 5%; } -@media (max-width: 767px) { - - .chev-open, - .chev-close { - font-size: 9vw; - } - - -} - -@media (max-width: 480px) { - - .chev-open, - .chev-close { - font-size: 9vw; - } - - -} - h1, h2 { margin: 0px; @@ -227,13 +201,12 @@ h2 { align-items: center; } -@media (max-width: 925px) { - +@media (max-width: 767px){ .chev-open, .chev-close { - font-size: 9vw; + font-size: 31.5px; } -} + } *:not(mat-icon) { font-family: 'Montserrat' !important; diff --git a/src/app/landing-page/schedule/schedule.component.html b/src/app/landing-page/schedule/schedule.component.html index 59f7f3a9..8835a697 100644 --- a/src/app/landing-page/schedule/schedule.component.html +++ b/src/app/landing-page/schedule/schedule.component.html @@ -4,23 +4,21 @@
-

Schedule - TBA

- All times displayed in the schedule are relative to Lisbon's timezone, GMT+00:00 +

Schedule

+ All times displayed in the schedule are relative to Lisbon's timezone, GMT+01:00

- - + - -
+
@@ -31,7 +29,7 @@

Schedule - TBA

{{day.theme}}
- {{day.date | date:'dd-MM-yyyy':'+0000'}} + {{day.date | date:'dd-MM-yyyy':'+0100'}}
@@ -54,7 +52,7 @@
Presentations
- {{presentation.date | date:'shortTime':'+0000'}} + {{presentation.date | date:'shortTime':'+0100'}} {{presentation.place}} @@ -90,7 +88,7 @@
Keynotes
- {{session.date | date:'shortTime':'+0000'}} + {{session.date | date:'shortTime':'+0100'}} {{session.place}} @@ -134,7 +132,7 @@
Workshops
- {{workshop.date | date:'shortTime':'+0000'}} + {{workshop.date | date:'shortTime':'+0100'}} {{workshop.place}} @@ -159,13 +157,13 @@
{{workshop.name}}
-
diff --git a/src/app/partials/footer/footer.component.html b/src/app/partials/footer/footer.component.html index d2b5aed3..9764d43b 100644 --- a/src/app/partials/footer/footer.component.html +++ b/src/app/partials/footer/footer.component.html @@ -51,7 +51,7 @@
  • - IST, Lisbon + Técnico Innovation Center, Lisbon
  • diff --git a/src/app/session/session.component.css b/src/app/session/session.component.css index e7f19294..b148c460 100644 --- a/src/app/session/session.component.css +++ b/src/app/session/session.component.css @@ -19,7 +19,8 @@ p { } .speaker-img { - border-radius: 50%; + border-radius: 15px; + max-height: 300px; } .session-details h5 { diff --git a/src/app/session/session.component.html b/src/app/session/session.component.html index c7d2051f..4536e3eb 100644 --- a/src/app/session/session.component.html +++ b/src/app/session/session.component.html @@ -110,10 +110,10 @@

    {{session.kind}}

    {{session.name}}

    -

    {{session.date | date:'fullDate':'+0000'}}

    +

    {{session.date | date:'fullDate':'+0100'}}

    -

    {{session.date | date:'shortTime':'+0000'}}

    +

    {{session.date | date:'shortTime':'+0100'}}

    {{session.place}}

    diff --git a/src/app/speakers/speaker/speaker.component.html b/src/app/speakers/speaker/speaker.component.html index edc7051f..6e341e21 100644 --- a/src/app/speakers/speaker/speaker.component.html +++ b/src/app/speakers/speaker/speaker.component.html @@ -89,10 +89,10 @@

    {{session.kind}}

    {{session.name}}

    -

    {{session.date | date:'fullDate':'+0000'}}

    +

    {{session.date | date:'fullDate':'+0100'}}

    -

    {{session.date | date:'shortTime':'+0000'}}

    +

    {{session.date | date:'shortTime':'+0100'}}

    {{session.place}}

    diff --git a/src/app/speakers/speakers.component.css b/src/app/speakers/speakers.component.css index ab51f625..eef3efc5 100644 --- a/src/app/speakers/speakers.component.css +++ b/src/app/speakers/speakers.component.css @@ -8,32 +8,6 @@ object-fit: cover; } - -.chev-open { - position: absolute; - line-height: 1.2; - font-size: 50px; - width: auto; - height: auto; - transition: 0.3s transform ease-in-out; - transform: rotate(180deg); -} - -.h3 { - display: flex; - justify-content: center; -} - -.chev-close { - line-height: 1.2; - position: absolute; - font-size: 50px; - width: auto; - height: auto; - transition: 0.3s transform ease-in-out; - transform: rotate(0); -} - .collapse:not(.show) { transition: all 0.3s ease-out; display: block !important; @@ -57,15 +31,7 @@ /*any number which is lager than a height of any of your elements*/ } - @media (max-width: 925px) { - - - .chev-open, - .chev-close { - font-size: 9vw; - } - .speaker img { width: 10dvh ; @@ -118,15 +84,11 @@ transform: rotate(0); } -@media (max-width: 925px) { - - +@media (max-width: 767px){ .chev-open, .chev-close { - font-size: 9vw; + font-size: 31.5px; } - - } @media screen and (min-width: 768px) and (max-width: 992px) { @@ -135,11 +97,6 @@ position: absolute; } - .chev-open, - .chev-close { - font-size: 9vw; - } - .member { height: 120px; } @@ -151,14 +108,8 @@ position: absolute; } - .chev-open, - .chev-close { - font-size: 9vw; - } - .member { height: 160px; - } } @@ -171,8 +122,6 @@ .member { height: 190px; } - - } .name { diff --git a/src/app/sponsor/sponsor.component.css b/src/app/sponsor/sponsor.component.css index a4a77f1f..15c9907b 100644 --- a/src/app/sponsor/sponsor.component.css +++ b/src/app/sponsor/sponsor.component.css @@ -34,7 +34,10 @@ p { } .speaker-section img { - border-radius: 50%; + width: 100%; + height: 100%; + max-width: 250px; + max-height: 250px; } .speaker-section h5 { diff --git a/src/app/sponsor/sponsor.component.html b/src/app/sponsor/sponsor.component.html index e25481a5..f6dde994 100644 --- a/src/app/sponsor/sponsor.component.html +++ b/src/app/sponsor/sponsor.component.html @@ -56,16 +56,12 @@
    - - - +
    - -
    {{sponsor.name}}
    -
    +
    {{sponsor.name}}
    @@ -82,10 +78,10 @@

    {{session.kind}}

    {{session.name}}

    -

    {{session.date | date:'fullDate':'+0000'}}

    +

    {{session.date | date:'fullDate':'+0100'}}

    -

    {{session.date | date:'shortTime':'+0000'}}

    +

    {{session.date | date:'shortTime':'+0100'}}

    {{session.place}}

    diff --git a/src/app/team/team.component.css b/src/app/team/team.component.css index b49abd88..a494fcc7 100644 --- a/src/app/team/team.component.css +++ b/src/app/team/team.component.css @@ -40,28 +40,12 @@ transform: rotate(0); } -@media (max-width: 925px) { - - - .chev-open, - .chev-close { - font-size: 9vw; - } - - -} - @media screen and (min-width: 768px) and (max-width: 992px) { .speaker-socials { top: 20% !important; position: absolute; } - .chev-open, - .chev-close { - font-size: 9vw; - } - .member { height: 120px; } @@ -73,11 +57,6 @@ position: absolute; } - .chev-open, - .chev-close { - font-size: 9vw; - } - .member { height: 160px; @@ -93,8 +72,6 @@ .member { height: 190px; } - - } .name { @@ -170,6 +147,13 @@ img .speaker-socials { } } +@media (max-width: 767px){ + .chev-open, + .chev-close { + font-size: 31.5px; + } +} + *:not(mat-icon, .icon) { font-family: 'Montserrat' !important; } \ No newline at end of file diff --git a/src/app/user/card/card.component.html b/src/app/user/card/card.component.html index a6beaace..8096398f 100644 --- a/src/app/user/card/card.component.html +++ b/src/app/user/card/card.component.html @@ -3,7 +3,7 @@

    Recent Signatures. diff --git a/src/app/user/checkin/checkin.component.html b/src/app/user/checkin/checkin.component.html index 1f8c98be..a0bc9792 100644 --- a/src/app/user/checkin/checkin.component.html +++ b/src/app/user/checkin/checkin.component.html @@ -48,13 +48,13 @@

    Occupancy: {{session.total}}

    - {{session.begin | date:'fullDate':'+0000'}} + {{session.begin | date:'fullDate':'+0100'}}

    - {{session.begin | date:'shortTime':'+0000'}} - - {{session.end | date:'shortTime':'+0000'}} + {{session.begin | date:'shortTime':'+0100'}} - + {{session.end | date:'shortTime':'+0100'}}

    diff --git a/src/app/user/cv/cv.component.html b/src/app/user/cv/cv.component.html index 094f1188..3b73cc7a 100644 --- a/src/app/user/cv/cv.component.html +++ b/src/app/user/cv/cv.component.html @@ -31,7 +31,7 @@
    Last upload:
  • {{ myCv.name }}
  • -
  • ({{ myCv.updated | date : "dd/MM/yyyy" : "+0000" }})
  • +
  • ({{ myCv.updated | date : "dd/MM/yyyy" : "+0100" }})
diff --git a/src/app/user/downloads/downloads-status/downloads-status.component.html b/src/app/user/downloads/downloads-status/downloads-status.component.html index 57d8d8cf..6b55bee6 100644 --- a/src/app/user/downloads/downloads-status/downloads-status.component.html +++ b/src/app/user/downloads/downloads-status/downloads-status.component.html @@ -38,9 +38,9 @@
validity

- From: {{endpoint.validity.from | date:'fullDate':'+0000'}} + From: {{endpoint.validity.from | date:'fullDate':'+0100'}}
- To: {{endpoint.validity.to | date:'fullDate':'+0000'}} + To: {{endpoint.validity.to | date:'fullDate':'+0100'}}