Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
org
website
Commits
bbb24b77
Commit
bbb24b77
authored
Feb 23, 2021
by
danterolle
Browse files
Fix htb icon on download page + update jquery
parent
62ed06cb
Pipeline
#2070
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
layouts/partials/community.html
View file @
bbb24b77
...
...
@@ -10,7 +10,7 @@
<div
class=
"col-lg-4 text-center d-flex flex-column mt-4 mt-lg-0"
>
{{ with .Site.Params.community.pwnboxTitle}}
<h2
style=
"color:#fff"
>
{{ . }}
</h2>
{{ end }}
{{ with .Site.Params.community.pwnboxContent }}
<p
style=
"color:#fff"
>
{{ . }}
</p>
{{ end }}
<a
href=
"{{ .Site.Params.community.pwnboxURL }}"
class=
"btn btn-main mt-auto d-flex justify-content-center"
id=
"htb"
><img
src=
"{{ .Site.Params.community.htbLogoURL}}"
height=
"16px"
width=
"14px"
class=
"align-self-center mr-2"
></img>
{{ with .Site.Params.community.pwnboxbtnText }} {{ . }} {{end}}
</a>
<a
href=
"{{ .Site.Params.community.pwnboxURL }}"
class=
"btn btn-main mt-auto d-flex justify-content-center"
id=
"htb"
><img
src=
"
../
{{ .Site.Params.community.htbLogoURL}}"
height=
"16px"
width=
"14px"
class=
"align-self-center mr-2"
></img>
{{ with .Site.Params.community.pwnboxbtnText }} {{ . }} {{end}}
</a>
</div>
<div
class=
"col-lg-4 text-center d-flex flex-column mt-4 mt-lg-0"
>
{{ with .Site.Params.community.portalsTitle}}
<h2
style=
"color:#fff"
>
{{ . }}
</h2>
{{ end }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment