update
All checks were successful
Deploy / deploy (push) Successful in 11s

This commit is contained in:
2026-04-22 09:02:23 +03:00
parent 77165a7999
commit 40407fcabc
35 changed files with 636 additions and 44 deletions

View File

@@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link fetchpriority="low" href="/site.webmanifest" rel="manifest" />
<title>Summing Up CodeJava</title>
<meta name="description" content="" /><link rel="canonical" href="http://localhost:1313/courses/prog-intro/homeworks/sum/conclusion/" itemprop="url" />
<meta name="description" content="Here I just wanted to apply some of the best practises to improve our code a little better." /><link rel="canonical" href="http://localhost:1313/courses/prog-intro/homeworks/sum/conclusion/" itemprop="url" />
<meta property="og:title" content="Summing Up">
<meta
@@ -28,10 +28,11 @@
<meta itemprop="name" content="Summing Up">
<meta itemprop="description" content="Learn Java programming">
<meta itemprop="description" content="Here I just wanted to apply some of the best practises to improve our code a little better.">
<meta itemprop="wordCount" content="18">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Summing Up">
<meta name="twitter:description" content="Learn Java programming">
<meta name="twitter:description" content="Here I just wanted to apply some of the best practises to improve our code a little better.">
<link href="/css/compiled/main.css" rel="stylesheet" />
<link href="/css/variables.css" rel="stylesheet" />
<link href="/css/custom.css" rel="stylesheet" />
@@ -262,7 +263,7 @@
<ul class='hx:relative hx:flex hx:flex-col hx:gap-1 hx:before:absolute hx:before:inset-y-1 hx:before:w-px hx:before:bg-gray-200 hx:before:content-[""] hx:ltr:ml-3 hx:ltr:pl-3 hx:ltr:before:left-0 hx:rtl:mr-3 hx:rtl:pr-3 hx:rtl:before:right-0 hx:dark:before:bg-neutral-800'><li class="hx:flex hx:flex-col "><a
class="hx:flex hx:items-center hx:justify-between hx:gap-2 hx:cursor-pointer hx:rounded-sm hx:px-2 hx:py-1.5 hx:text-sm hx:transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
hx:text-gray-500 hx:hover:bg-gray-100 hx:hover:text-gray-900 hx:contrast-more:border hx:contrast-more:border-transparent hx:contrast-more:text-gray-900 hx:contrast-more:hover:border-gray-900 hx:dark:text-neutral-400 hx:dark:hover:bg-primary-100/5 hx:dark:hover:text-gray-50 hx:contrast-more:dark:text-gray-50 hx:contrast-more:dark:hover:border-gray-50"
href="/courses/prog-intro/lectures/intro/"
href="/courses/prog-intro/lectures/intro/intro/"
>Lecture 1. Introduction
</a>
@@ -390,7 +391,7 @@
<ul class='hx:relative hx:flex hx:flex-col hx:gap-1 hx:before:absolute hx:before:inset-y-1 hx:before:w-px hx:before:bg-gray-200 hx:before:content-[""] hx:ltr:ml-3 hx:ltr:pl-3 hx:ltr:before:left-0 hx:rtl:mr-3 hx:rtl:pr-3 hx:rtl:before:right-0 hx:dark:before:bg-neutral-800'><li class="hx:flex hx:flex-col "><a
class="hx:flex hx:items-center hx:justify-between hx:gap-2 hx:cursor-pointer hx:rounded-sm hx:px-2 hx:py-1.5 hx:text-sm hx:transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
hx:text-gray-500 hx:hover:bg-gray-100 hx:hover:text-gray-900 hx:contrast-more:border hx:contrast-more:border-transparent hx:contrast-more:text-gray-900 hx:contrast-more:hover:border-gray-900 hx:dark:text-neutral-400 hx:dark:hover:bg-primary-100/5 hx:dark:hover:text-gray-50 hx:contrast-more:dark:text-gray-50 hx:contrast-more:dark:hover:border-gray-50"
href="/courses/prog-intro/lectures/intro/"
href="/courses/prog-intro/lectures/intro/intro/"
>Lecture 1. Introduction
</a>
@@ -479,7 +480,8 @@
<div class="content">
<h1>Summing Up</h1>
<p>Here I just wanted to apply some of the best practises to improve our code a little better.</p>
</div>
<div class="hx:mt-16"></div>
<div class="hx:mt-16"></div>