Skip to content
Open
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
35 changes: 18 additions & 17 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes FR"
position = "France"
social = [
["fa-twitter", "https://twitter.com/socrates_fr"],
["fab fa-linkedin", "http://linkedin.com/company/socratesfr"],
["fa-link", "https://socrates-fr.github.io"]
]

Expand All @@ -194,7 +194,8 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes"
position = "Germany"
social = [
["fa-twitter", "https://twitter.com/SoCraTes_Conf"],
["fab fa-mastodon", "https://mastodon.social/@SoCraTes_Conf"],
["fab fa-linkedin", "https://www.linkedin.com/company/socrates-conference/"],
["fa-link", "https://www.socrates-conference.de"]
]

Expand All @@ -203,7 +204,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes UK"
position = "United Kingdom"
social = [
["fa-twitter", "https://twitter.com/SoCraTes_UK"],
["fab fa-mastodon", "https://discuss.systems/@SoCraTes_UK"],
["fa-link", "http://socratesuk.org"]
]

Expand All @@ -212,7 +213,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes Canaries"
position = "Spain"
social = [
["fa-twitter", "https://twitter.com/socracan"],
["fab fa-twitter", "https://twitter.com/socracan"],
["fa-link", "https://www.socracan.org/"]
]

Expand All @@ -221,7 +222,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes Conf Switzerland"
position = "Switzerland"
social = [
["fa-twitter", "https://twitter.com/SoCraTes_CH"],
["fab fa-mastodon", "https://tooting.ch/@socrates_ch"],
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that this is the link used in the official SoCraTes CH website, but i have a not found page

["fa-link", "http://socrates-ch.org"]
]

Expand All @@ -230,7 +231,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes Day Switzerland"
position = "Switzerland"
social = [
["fa-twitter", "https://twitter.com/SoCraTesDay_CH"],
["fab fa-twitter", "https://twitter.com/SoCraTesDay_CH"],
["fa-link", "http://socrates-day.ch"]
]

Expand All @@ -239,7 +240,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes BE"
position = "Belgium"
social = [
["fa-twitter", "https://twitter.com/SoCraTes_BE"],
["fab fa-twitter", "https://twitter.com/SoCraTes_BE"],
["fa-link", "http://socratesbe.org"]
]

Expand All @@ -248,7 +249,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes IT"
position = "Italy"
social = [
["fa-twitter", "https://twitter.com/SoCraTes_Italy"],
["fab fa-twitter", "https://twitter.com/SoCraTes_Italy"],
["fa-link", "http://www.socrates-conference.it"]
]

Expand All @@ -257,7 +258,7 @@ googleAnalytics = "UA-60791139-1"
name = "CodeFreeze"
position = "Finland"
social = [
["fa-twitter", "https://discuss.systems/@codefreeze"],
["fab fa-mastodon", "https://discuss.systems/@codefreeze"],
["fa-link", "http://www.codefreeze.fi"]
]

Expand All @@ -266,7 +267,7 @@ googleAnalytics = "UA-60791139-1"
name = "I T.A.K.E. Unconference"
position = "Romania"
social = [
["fa-twitter", "https://twitter.com/itakeunconf"],
["fab fa-twitter", "https://twitter.com/itakeunconf"],
["fa-link", "http://itakeunconf.com"]
]

Expand All @@ -275,7 +276,7 @@ googleAnalytics = "UA-60791139-1"
name = "AgileCrete Unconference"
position = "Crete, Greece"
social = [
["fa-twitter", "https://twitter.com/AgileCrete"],
["fab fa-twitter", "https://twitter.com/AgileCrete"],
["fa-link", "https://agilecrete.org"]
]

Expand All @@ -284,7 +285,7 @@ googleAnalytics = "UA-60791139-1"
name = "Friends of Good Software"
position = "online from The Netherlands"
social = [
["fa-linkedin", "https://www.linkedin.com/company/frogsconf/"],
["fab fa-linkedin", "https://www.linkedin.com/company/frogsconf/"],
["fa-link", "https://frogsconf.nl/"]
]

Expand Down Expand Up @@ -452,7 +453,7 @@ googleAnalytics = "UA-60791139-1"
name = "SoCraTes-FR Rennes"
position = "Rennes"
social = [
["fa-twitter", "https://twitter.com/socratesday_fr"],
["fab fa-twitter", "https://twitter.com/socratesday_fr"],
["fa-link", "https://socrates-rennes.github.io"]
]

Expand All @@ -461,7 +462,7 @@ googleAnalytics = "UA-60791139-1"
name = "AlpesCraft | SoCraTes-FR Grenoble"
position = "Grenoble"
social = [
["fa-twitter", "https://twitter.com/AlpesCraft"],
["fab fa-mastodon", "https://mastodon.social/@AlpesCraft"],
["fa-link", "https://www.alpescraft.fr/"]
]

Expand All @@ -470,7 +471,7 @@ googleAnalytics = "UA-60791139-1"
name = "Hello World Nantes"
position = "Nantes"
social = [
["fa-twitter", "https://twitter.com/helloworldconf"],
["fab fa-twitter", "https://twitter.com/helloworldconf"],
["fa-link", "https://www.hello-world.events/"]
]

Expand All @@ -489,5 +490,5 @@ googleAnalytics = "UA-60791139-1"
copyright = "Published under the Apache License 2.0."

[[params.footer.social]]
icon = "fa-twitter"
link = "https://twitter.com/SoCraTes_FR/"
icon = "fab fa-linkedin"
link = "http://linkedin.com/company/socratesfr"
2 changes: 1 addition & 1 deletion themes/hugo-agency-theme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="col-md-4">
<ul class="list-inline social-buttons">
{{ range .Site.Params.footer.social }}
<li><a href="{{ .link }}"><i class="fa {{ .icon }}"></i></a></li>
<li><a href="{{ .link }}"><i class="fab {{ .icon }}"></i></a></li>
{{ end }}
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-agency-theme/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ "<!-- Custom CSS -->" | safeHTML }}
<link href="{{ .Site.BaseURL }}css/agency.css" rel="stylesheet">
{{ "<!-- Custom Fonts -->" | safeHTML }}
<link href="{{ .Site.BaseURL }}font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="{{ .Site.BaseURL }}font-awesome/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-agency-theme/layouts/partials/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3 class="section-subheading text-muted">{{ with .Site.Params.services.subtitle
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa {{ .icon }} fa-stack-1x fa-inverse"></i>
<i class="fa-solid {{ .icon }} fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">{{ .title | markdownify }}</h4>
<p class="text-muted">{{ .description | markdownify }}</p>
Expand Down
9 changes: 9 additions & 0 deletions themes/hugo-agency-theme/static/font-awesome/css/all.min.css

Large diffs are not rendered by default.

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading