Skip to content

Commit 1a80c1e

Browse files
committed
update docs with selenium social connect links [deploy site]
1 parent 6a00376 commit 1a80c1e

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-8
lines changed

Diff for: website_and_docs/content/events/_index.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ <h2 class="card-title">Selenium Meetups</h2>
4545
<div class="card-body">
4646
<h2 class="card-title">Selenium Conference</h2>
4747
<p class="card-text pt-4">
48-
The next flagship Selenium conference will be an in-person event held in Chicago, IL on March 28-30, 2023 The SeConf brings
49-
together Selenium developers & enthusiasts from around the world to share ideas,
50-
socialize, and work together on advancing the present and future success of the project.
48+
The next flagship Selenium conference will be held together
49+
with Appium conference. It will be an in-person event
50+
held in Valencia, Spain on March 26-28, 2025. The Selenium Conference
51+
and Appium Conference brings together Selenium and Appium developers & enthusiasts
52+
from around the world to share ideas, socialize, and work together on
53+
advancing the present and future success of the project.
5154
</p>
5255
</div>
5356
<div class="card-footer bg-transparent border-0">

Diff for: website_and_docs/hugo.toml

+29-5
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,40 @@ enable = false
206206

207207
[params.links]
208208
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
209+
[[params.links.user]]
210+
name = "Selenium Linkedin"
211+
url = "https://www.linkedin.com/company/4826427/"
212+
icon = "fab fa-linkedin-in"
213+
desc = "Check all the Community talks!"
214+
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
215+
[[params.links.user]]
216+
name ="Selenium X"
217+
url = "https://x.com/SeleniumHQ"
218+
icon = "fab fa-twitter"
219+
desc = "Follow us on X to get the latest news!"
220+
[[params.links.user]]
221+
name = "Selenium Community YouTube Channel"
222+
url = "https://www.youtube.com/@SeleniumHQProject/streams"
223+
icon = "fab fa-youtube"
224+
desc = "Check all the Community talks!"
225+
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
226+
[[params.links.user]]
227+
name = "Selenium Mastodon"
228+
url = "https://mastodon.social/@[email protected]"
229+
icon = "fab fa-mastodon"
230+
desc = "Selenium mastodon!"
231+
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
232+
[[params.links.user]]
233+
name = "Selenium BlueSky"
234+
url = "https://bsky.app/profile/seleniumconf.bsky.social"
235+
icon = "fab fa-bluesky"
236+
desc = "Selenium BlueSky!"
237+
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
209238
[[params.links.user]]
210239
name = "User mailing list"
211240
url = "https://groups.google.com/group/selenium-users"
212241
icon = "fas fa-mail-bulk"
213242
desc = "Discussion and help from your fellow users"
214-
[[params.links.user]]
215-
name ="Selenium in Twitter"
216-
url = "https://twitter.com/SeleniumHQ"
217-
icon = "fab fa-twitter"
218-
desc = "Follow us on Twitter to get the latest news!"
219243
[[params.links.user]]
220244
name = "SeleniumConf YouTube Channel"
221245
url = "https://www.youtube.com/channel/UCbDlgX_613xNMrDqCe3QNEw"

0 commit comments

Comments
 (0)