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

Commit b287736

Browse files
committed
fix: change SINFO 31 by SINFO 32
1 parent d301244 commit b287736

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/app/landing-page/landing-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h6 class="thin base-font align-center">
203203
<div class="page-title">
204204
<h2 class="text-center">The Event</h2>
205205
<p class="wh">
206-
Not sure why you should attend SINFO 31? We'll give you <b>six
206+
Not sure why you should attend SINFO 32? We'll give you <b>six
207207
great reasons</b> to not miss out on the biggest free tech
208208
conference in Portugal:
209209
</p>

src/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<title>SINFO 31</title>
6+
<title>SINFO 32</title>
77
<base href="/" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99

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

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

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

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

0 commit comments

Comments
 (0)