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
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.96.0'
hugo-version: '0.147.2'
extended: true

- name: Build
Expand Down
7 changes: 5 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ theme = "hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "monokai"

paginate = 10
[pagination]
pagerSize = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.

Expand Down Expand Up @@ -135,7 +136,7 @@ disableHugoGeneratorInject = false
# logoCursorAnimate = "2s"

# Commento is more than just a comments widget you can embed —
# its a return to the roots of the internet.
# it's a return to the roots of the internet.
# An internet without the tracking and invasions of privacy.
# An internet that is simple and lightweight.
# An internet that is focused on interesting discussions, not ads.
Expand Down Expand Up @@ -165,6 +166,8 @@ disableHugoGeneratorInject = false
name = "reddit"
url = "https://www.reddit.com/r/dogecoindev"

googleAnalytics = ""

[languages]

##############################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,6 @@ figcaption {
}

.modal {
margin: auto;
padding: var(--_measurements---section-padding-y) var(--_measurements---section-padding-x);
grid-column-gap: 3rem;
grid-row-gap: 3rem;
Expand Down Expand Up @@ -2080,6 +2079,7 @@ figcaption {
color: var(--base-color-brand--blue);
transform: rotate(-7deg);
}

@media screen and (min-width: 1280px) {
.button {
padding-top: .75rem;
Expand Down Expand Up @@ -2153,10 +2153,11 @@ figcaption {
.hero-heading {
font-size: 4rem;
}

.activities {
grid-column-gap: 3rem;
grid-row-gap: 2rem;
}
}
}

@media screen and (max-width: 991px) {
Expand Down Expand Up @@ -2461,7 +2462,7 @@ figcaption {
}

.section-backround-skew {
/*width: 800px;*/
width: 100%;
top: 5rem;
}

Expand Down Expand Up @@ -2606,9 +2607,10 @@ figcaption {
.modal {
border-radius: 1.5rem;
}

.activities {
font-size: 1.5rem;
}
}
}

@media screen and (max-width: 767px) {
Expand Down Expand Up @@ -3112,11 +3114,6 @@ figcaption {
.qr-code {
width: 30%;
}

.list-cards, .list-cards{
display: block;
}
.card-border, .card-calendar, .card-guest, .card-accomodation{ margin: 5px;}
}

@media screen and (max-width: 479px) {
Expand Down Expand Up @@ -3436,11 +3433,12 @@ figcaption {
width: auto;
height: 8rem;
}

.activities {
grid-column-gap: 1rem;
grid-row-gap: .5rem;
font-size: 1.25rem;
}
}
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed5-5d943133 {
Expand Down
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/assets/scss/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
}

@media screen and (max-width: 1200px) {
@media screen and (max-width: 1440px) {
.footer-column1 {
padding-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/assets/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
justify-content: space-between;
margin: 0 auto;
width: 100%;
max-width: 1200px;
max-width: 1440px;
}

&.minimize {
Expand Down
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/assets/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ hr {
/* override default max-width */
@media (min-width: 1400px) {
.container {
max-width: 1200px !important;
max-width: 1440px !important;
}
}

Expand Down
5 changes: 4 additions & 1 deletion themes/hello-friend-ng/assets/scss/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@
display: inline-block;
margin-right: 15px;
text-decoration: none;
font-weight: bold;
color: white;
font-size: 1rem !important;

&:hover {
text-decoration: underline;
text-decoration: none;
}

&:last-of-type {
Expand Down
24 changes: 19 additions & 5 deletions themes/hello-friend-ng/layouts/dogeathon-2025/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/dogeathon-2015.webflow.css" rel="stylesheet" type="text/css">
<link href="css/dogeathon-2025.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
Expand All @@ -19,11 +19,17 @@
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<style>

body {
background: var(--background-color--background-primary) !important;
}

.main-wrapper {
margin-top: 50px;
}
.container {
text-align: left !important;
padding: 0 !important;
}
h3 {
max-height: none !important;
Expand All @@ -44,6 +50,8 @@
padding: .75rem 1.5rem !important;
font-weight: 600 !important;
transition: opacity .2s ease-out !important;
max-width: 100% !important;

}
select {
appearance: none !important;
Expand Down Expand Up @@ -989,12 +997,18 @@ <h2 class="heading-container">Attend hackathon</h2>
<option value="Women2XL">Women&#x27;s 2XL (W 60cm, L 75cm)</option>
<option value="Women3XL">Women&#x27;s 3XL (W 62.5cm, L 76cm)</option>
</select><img src="images/chevron-down.svg" loading="lazy" alt="" class="dropdown-chev"></div>
<div><label class="w-checkbox checkbox-field"><input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input"><span class="w-form-label" for="checkbox">I accept the 2025 Hackathon <a href="https://github.com/dogecoinfoundation/policy/blob/main/policy_02_conduct.md" target="_blank">Code of Conduct</a></span></label></div><input type="submit" data-wait="Please wait..." class="button is-large margin-top margin-small w-button" value="Register">
<div>
<label class="w-checkbox checkbox-field">
<input type="checkbox" id="checkbox" name="checkbox" data-name="Checkbox" class="w-checkbox-input">
<span class="w-form-label" for="checkbox">I accept the 2025 Hackathon <a href="https://github.com/dogecoinfoundation/policy/blob/main/policy_02_conduct.md" target="_blank">Code of Conduct</a></span>
</label>
</div>
<input type="submit" data-wait="Please wait..." class="button is-large margin-top margin-small w-button max-w-full" value="Register">
</form>
<div class="w-form-done">
<div class="w-form-done margin-top margin-xsmall text-center">
<div>Thank you! Your submission has been received!</div>
</div>
<div class="w-form-error">
<div class="w-form-error margin-top margin-xsmall text-center">
<div>Oops! Something went wrong while submitting the form.</div>
</div>
</div>
Expand All @@ -1004,7 +1018,7 @@ <h2 class="heading-container">Attend hackathon</h2>
</section>
<section class="section-padding clear-padding-bottom">
<div class="container">
<div class="footer">
<div class="footer border-0">
<div class="footer-description"><img src="images/LogoDogecoin.png" loading="lazy" width="256" sizes="(max-width: 479px) 100vw, 256px" alt="Dogecoin logo" srcset="images/9021dcfa75324ea0c00c52cdc160251a_LogoDogecoin-p-500.png 500w, images/9021dcfa75324ea0c00c52cdc160251a_LogoDogecoin-p-800.png 800w, images/9021dcfa75324ea0c00c52cdc160251a_LogoDogecoin-p-1080.png 1080w, images/9021dcfa75324ea0c00c52cdc160251a_LogoDogecoin-p-1600.png 1600w, images/LogoDogecoin.png 1746w" class="footer-logo">
<p class="text-size-ty">The Shiba Inu is a Japanese breed of dog that was popularized as an online meme and represents Dogecoin. Dogecoin was created by Jackson Palmer &amp; Shibetoshi Nakamoto.</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions themes/hello-friend-ng/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/v/dt/dt-1.10.18/r-2.2.2/rg-1.0.3/datatables.min.css" type="text/css" />
{{ end }}
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }}
{{ $style := resources.Get "scss/main.scss" | css.Sass $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">

{{ range $val := $.Site.Params.customCSS }}
Expand Down Expand Up @@ -85,6 +85,6 @@
{{- end }}

<!-- Google Analytics internal template -->
{{- if .Site.GoogleAnalytics }}
{{- if site.Params.googleAnalytics }}
{{ template "_internal/google_analytics.html" . }}
{{- end}}