My personal website
at main 67 lines 3.5 kB view raw
1include include/link 2doctype html 3html(lang="en") 4 head 5 meta(charset="utf-8") 6 title Scrumplex · A passionate developer 7 link(rel="stylesheet", href="scss/application.scss") 8 include include/head 9 meta(name="page-topic" content="Scrumplex") 10 body.scroll 11 include include/noscript 12 13 div.container.wrapper#wrapper 14 div.sheet.sheet-splash.wavy#main 15 div.row 16 div.col-med-5.text-center.flex.flex-column.flex-justify-between 17 div.row 18 div.col 19 img.scrumplex-logo(src="img/scrumplex.svg", alt="Scrumplex Logo", title="Scrumplex", height=200, width=200) 20 h1 Scrumplex 21 strong he/him, they/them 22 div.row 23 div.col-med-6 24 h2 Development 25 +icon-link("codeberg", "Codeberg", "https://codeberg.org/Scrumplex") 26 +icon-link("github", "GitHub", "https://github.com/Scrumplex") 27 +icon-link("gitlab", "GitLab.com", "https://gitlab.com/Scrumplex") 28 div.col-med-6 29 h2 Donate 30 +icon-link("github_sponsors", "GitHub Sponsors", "https://github.com/sponsors/Scrumplex") 31 +icon-link("liberapay", "Liberapay", "https://liberapay.com/Scrumplex/donate") 32 +icon-link("paypal", "PayPal", "https://www.paypal.me/Scrumplex") 33 +icon-link("ko-fi", "Ko-Fi", "https://ko-fi.com/scrumplex") 34 div.col-med-7 35 blockquote.text-right 36 | Converting coffee to code... 37 | 38 span.text-spinner#text-spinner(hidden) | 39 include include/main 40 41 div.row 42 include include/footer 43 44 div.sheet.wavy#projects(hidden) 45 include include/projects 46 47 div.sheet.wavy#contact(hidden) 48 include include/contact 49 50 div.sheet.wavy#privacy(hidden) 51 div.row: div.col 52 h1 Privacy Policy 53 p. 54 Privacy information for services hosted on #[code scrumplex.net], #[code sefa.cloud] and #[code duckhub.io] (and all subdomains) 55 56 div.row: div.col: p. 57 Every service collects log-data. This includes IP addresses, browser user-agents and visited sites. 58 These are not used to track the user, but are only collected for operation purposes. #[br] 59 Some services may require you to enter some kind of username or email-address to access them. 60 These services can not operate without this information. 61 You may choose to use anonymous or pseudonymous usernames or email addresses. 62 All personal data (such as, but not limited to names, addresses or telephone numbers) shall always be in line with the General Data Protection Regulation. #[br] 63 No data is ever processed to track user activity. 64 65 div.scroll-indicator 66 h1.text-center ▾ 67 script(type="module", src="js/application.js")