|
64 | 64 | <div class="platform-grid"> |
65 | 65 | <article class="platform-card platform-card--github"> |
66 | 66 | <div class="platform-logo" aria-hidden="true"> |
67 | | - <svg viewBox="0 0 64 64" role="img"> |
68 | | - <circle cx="32" cy="32" r="28"></circle> |
69 | | - <text x="32" y="38" text-anchor="middle">GH</text> |
70 | | - </svg> |
| 67 | + <img class="platform-logo__image" src="<%= h app_path(platform_icon_path("github")) %>" alt="" width="64" height="64"> |
71 | 68 | </div> |
72 | 69 | <h3>GitHub</h3> |
73 | | - <p>Publiczne profile, repozytoria, gwiazdki, stargazer history i public activity events.</p> |
74 | 70 | </article> |
75 | 71 | <article class="platform-card platform-card--gitlab"> |
76 | 72 | <div class="platform-logo" aria-hidden="true"> |
77 | | - <svg viewBox="0 0 64 64" role="img"> |
78 | | - <path d="M32 6 56 22 47 54H17L8 22Z"></path> |
79 | | - <text x="32" y="38" text-anchor="middle">GL</text> |
80 | | - </svg> |
| 73 | + <img class="platform-logo__image" src="<%= h app_path(platform_icon_path("gitlab")) %>" alt="" width="64" height="64"> |
81 | 74 | </div> |
82 | 75 | <h3>GitLab</h3> |
83 | | - <p>Publiczne profile, projekty, gwiazdki projektów i publiczne zdarzenia użytkowników.</p> |
84 | 76 | </article> |
85 | 77 | <article class="platform-card platform-card--codeberg"> |
86 | 78 | <div class="platform-logo" aria-hidden="true"> |
87 | | - <svg viewBox="0 0 64 64" role="img"> |
88 | | - <path d="M8 50 28 14l8 14 6-9 14 31Z"></path> |
89 | | - <text x="32" y="54" text-anchor="middle">CB</text> |
90 | | - </svg> |
| 79 | + <img class="platform-logo__image" src="<%= h app_path(platform_icon_path("codeberg")) %>" alt="" width="64" height="64"> |
91 | 80 | </div> |
92 | 81 | <h3>Codeberg</h3> |
93 | | - <p>Publiczne profile, repozytoria, gwiazdki i publiczna aktywność z instancji Codeberg.</p> |
94 | 82 | </article> |
95 | 83 | </div> |
96 | 84 | </div> |
|
0 commit comments