<p></p>
<p><b>@nertc</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5439#discussion_r2090571628">app/models/social_link.rb</a>:</p>
<pre style='color:#555'>> +#
+# Indexes
+#
+#  index_social_links_on_user_id  (user_id)
+#
+# Foreign Keys
+#
+#  fk_rails_...  (user_id => users.id)
+#
+
+class SocialLink < ApplicationRecord
+  belongs_to :user
+
+  validates :url, :format => { :with => %r{\Ahttps?://.+\z}, :message => :http_parse_error }
+
+  URL_PATTERNS = {
</pre>
<p dir="auto">Mentioned website URLs were added to the parser.<br>
Neither <code class="notranslate">Bootstrap Icons</code> nor <code class="notranslate">FontAwesome Icons</code> had icons related to the mentioned websites (other than Wikipedia). For <code class="notranslate">OpenGeofiction</code>, <code class="notranslate">Wikipedia</code>, <code class="notranslate">Wikidata</code> and <code class="notranslate">Wikivoyage</code>, I modified their logos SVG files to have one color (for consistent design and visual simplicity).<br>
For <code class="notranslate">OSM Wiki</code> and <code class="notranslate">OpenHistoricalMap</code>, there were no simple SVG logos to modify them to have one color, so I added filter to match similar color palette.<br>
For <code class="notranslate">OSM Community Forum</code>, there was no SVG logo containing "message" icons that is used on the website. I used OSM SVG logo and added filter to it in the same way as to <code class="notranslate">OSM Wiki</code>.</p>
<p dir="auto">Screenshot 1 (<code class="notranslate">OpenHistoricalMap</code>, <code class="notranslate">OSM Community Forum</code>, <code class="notranslate">OSM Wiki</code>):<br>
<a href="https://github.com/user-attachments/assets/f98028e9-a792-42a4-a16b-fe0aa80a4e3d">image.png (view on web)</a></p>
<p dir="auto">Screenshot 2:<br>
<a href="https://github.com/user-attachments/assets/052ba0f5-5586-4862-8770-a80e09f1530b">image.png (view on web)</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5439#discussion_r2090571628">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNIHLOMKSLL5D4TABD26REG3AVCNFSM6AAAAABUCYTSJCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDQNBSG4ZDIMRZG4">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLKAJZCODYWLJWMGKBD26REG3A5CNFSM6AAAAABUCYTSJCWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTVJOCD4S.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5439/review/2842724297</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5439#discussion_r2090571628",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5439#discussion_r2090571628",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>