Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Update 2.4.5 #455

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h6 class="thin base-font align-center">
<div class="page-title">
<h2 class="text-center">The Event</h2>
<p class="wh">
Not sure why you should attend SINFO 31? We'll give you <b>six
Not sure why you should attend SINFO 32? We'll give you <b>six
great reasons</b> to not miss out on the biggest free tech
conference in Portugal:
</p>
Expand Down
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8" />
<title>SINFO 31</title>
<title>SINFO 32</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand All @@ -16,25 +16,25 @@
<meta name="image" content="assets/img/PowerOn.png" />

<!-- Schema.org for Google -->
<meta itemprop="name" content="SINFO 31" />
<meta itemprop="name" content="SINFO 32" />
<meta itemprop="description"
content="SINFO is a non-profit college student organization, responsible for organizing one of the biggest Tech conferences in Portugal." />
<meta itemprop="image" content="assets/img/PowerOn.png" />

<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="SINFO 31" />
<meta name="twitter:title" content="SINFO 32" />
<meta name="twitter:description"
content="SINFO is a non-profit college student organization, responsible for organizing one of the biggest Tech conferences in Portugal." />
<meta name="twitter:site" content="@sinfoist" />
<meta name="twitter:image:src" content="assets/img/PowerOn.png" />

<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="SINFO 31" />
<meta name="og:title" content="SINFO 32" />
<meta name="og:description"
content="SINFO is a non-profit college student organization, responsible for organizing one of the biggest Tech conferences in Portugal." />
<meta name="og:url" content="https://app.sinfo.org" />
<meta name="og:site_name" content="SINFO 31" />
<meta name="og:site_name" content="SINFO 32" />
<meta name="og:locale" content="en_US" />
<meta name="fb:admins" content="134758406571284" />
<meta name="og:type" content="website" />
Expand Down
Loading