1
0

Organize sections

This commit is contained in:
Serghei Cebotari 2023-12-02 23:16:25 +03:00
parent 91709c3567
commit 0e0251936b
10 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<title>{{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
{{ partial "head/style.html" . }}
{{ partial "style.html" . }}
</head>
<body>

View File

View File

View File

@ -1,9 +1,9 @@
{{ define "main" }}
<page>
{{ partial "body/contacts.html" . }}
{{ partial "body/education.html" . }}
{{ partial "body/experience.html" . }}
{{ partial "body/projects.html" . }}
{{ partial "body/skills.html" . }}
</page>
<section class="page">
{{ partial "sections/contacts.html" . }}
{{ partial "sections/education.html" . }}
{{ partial "sections/experience.html" . }}
{{ partial "sections/projects.html" . }}
{{ partial "sections/skills.html" . }}
</section>
{{ end }}

View File

@ -38,7 +38,7 @@
line-height: 100%;
}
page {
.page {
background: white;
display: block;
margin: 0 auto;
@ -96,7 +96,7 @@
@media print {
body,
page {
.page {
background: white;
margin: 0;
box-shadow: 0 0 0 white;