Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
NonaAnona committed Mar 12, 2024
1 parent 8afd274 commit 6ed4f9c
Show file tree
Hide file tree
Showing 7 changed files with 1,109 additions and 995 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
43 changes: 32 additions & 11 deletions assets/css/newstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ nav > div {
mask-image: initial;
}

h2 {
transition: 0.3s ease;
}

.active > .cont {
background-color: white;
z-index: 1000;
Expand All @@ -98,6 +102,9 @@ nav > div {
.active > .cont > h2 {
/* height: 1.25rem; */
background-color: #ffffff;
text-indent: 6rem;

height: 6rem;
}

nav > div > .cont {
Expand Down Expand Up @@ -142,9 +149,9 @@ nav > div > .cont > article {
text-transform: none;
}

.title-grid1 {
.title-grid2 {
/* font-weight: 600; */
/* padding-left: 0.5rem; */
margin-left: -0.3rem;
}

.poem {
Expand All @@ -161,21 +168,26 @@ ol {
margin-left: 1.7rem;
/* margin-left: 6rem; */
list-style: decimal;
margin-top: 6rem;
}
li {
padding-left: 1.2rem;
padding-left: 4rem;
}
h2 {
/* margin-left: 8rem; */
/* text-indent: 6rem; */
text-transform: uppercase;
}

.block-title {
width: 100%;
}

.intro {
}

p {
margin-bottom: 0.5rem;
/* text-indent: 6rem; */
/* margin-bottom: 0.5rem; */
text-indent: 6rem;
}

figcaption {
Expand Down Expand Up @@ -211,13 +223,15 @@ main.part0-container {
}

.part0-block:nth-of-type(3) {
margin-top: 15rem;
margin-top: 6rem;
text-transform: uppercase;
margin-bottom: 0.5rem;
text-indent: 6rem;
}
.part0-block:nth-of-type(4) {
width: 100%;
margin-bottom: 100%;
margin-top: -0.5rem;
margin-bottom: 40vh;
margin-top: 8rem;
font-size: 2.3rem;
letter-spacing: -0.02rem;
line-height: 2.2rem;
Expand All @@ -226,6 +240,7 @@ main.part0-container {
}
.part0-block:nth-of-type(1) {
width: 50%;

/* margin-top: 12rem; */

/* color: blueviolet; */
Expand All @@ -235,7 +250,6 @@ main.part0-container {
width: 50%;
/* margin-top: 12rem; */

/* color: blueviolet; */
/* margin-top: -2rem; */
}
/* 1 /////INtroduction/// */
Expand Down Expand Up @@ -275,6 +289,7 @@ main.part2-container {
counter-reset: footnotes;
font-size: 1.2rem;
margin-top: 18rem;
/* margin-bottom: 6rem; */
}

.part2-block {
Expand Down Expand Up @@ -302,6 +317,7 @@ main.part3-container {
padding-right: 0.5rem;
margin-top: 18rem;
padding-right: 0.5rem;
margin-bottom: 6rem;
}

.part3-block {
Expand All @@ -327,9 +343,9 @@ main.part4-container {
height: auto;
box-sizing: border-box;
font-size: 1.2rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-top: 18rem;
margin-bottom: 6rem;
}

.part4-block {
Expand Down Expand Up @@ -364,6 +380,7 @@ main.part5-container {
font-size: 1.2rem;
margin-top: 18rem;
font-size: 1.2rem;
margin-bottom: 6rem;
}

.part5-block {
Expand All @@ -386,6 +403,7 @@ main.part6-container {
font-size: 1.2rem;
margin-top: 18rem;
font-size: 1.2rem;
margin-bottom: 6rem;
}

.part6-block {
Expand All @@ -408,6 +426,7 @@ main.part7-container {
font-size: 1.2rem;
margin-top: 18rem;
font-size: 1.2rem;
margin-bottom: 6rem;
}

.part7-block {
Expand All @@ -420,6 +439,8 @@ main.part7-container {
}

.part7-block:nth-of-type(2) {
margin-top: 6rem;
text-indent: 6rem;
font-size: 1rem;
text-transform: uppercase;
}
Expand Down
Binary file added assets/images/arhiva nationala.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/dz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $(document).ready(function () {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "2.5fr 1fr 1fr 1fr");
$("nav div").removeClass("active");
$(".block-title").css("background", "#fff");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
}
Expand All @@ -29,6 +30,7 @@ $(document).ready(function () {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "1fr 1.5fr 1fr 1fr");
$("nav div").removeClass("active");
$(".block-title").css("background", "#fff");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
}
Expand All @@ -39,6 +41,7 @@ $(document).ready(function () {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "1fr 1fr 1.5fr 1fr");
$("nav div").removeClass("active");
$(".block-title").css("background", "#fff");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
}
Expand All @@ -49,6 +52,7 @@ $(document).ready(function () {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1.5fr");
$("nav div").removeClass("active");
$(".block-title").css("background", "#fff");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
}
Expand All @@ -59,6 +63,10 @@ $(document).ready(function () {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "1.5fr 1fr 1fr 1fr");
$("nav div").removeClass("active");
$(".block-title").css("background", "#fff");
$(".intro .block-title").css("background", "rgba(0,0,0, 0.1)");
$(".title-grid2").css("display", "none");
$(".title-grid").css("grid-template-columns", "1fr");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
}
Expand All @@ -68,6 +76,10 @@ $(document).ready(function () {
$(".part5").on("click", (event) => {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "1fr 1.5fr 1fr 1fr");
$(".block-title").css("background", "#fff");
$(".part1 .block-title").css("background", "rgba(0,0,0, 0.1)");
$(".title-grid2").css("display", "block");
$(".title-grid").css("grid-template-columns", "1fr 1fr");
$("nav div").removeClass("active");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
Expand All @@ -79,6 +91,10 @@ $(document).ready(function () {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "1fr 1fr 1.5fr 1fr");
$("nav div").removeClass("active");
$(".block-title").css("background", "#fff");
$(".part2 .block-title").css("background", "rgba(0,0,0, 0.1)");
$(".title-grid2").css("display", "block");
$(".title-grid").css("grid-template-columns", "1fr 1fr");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
}
Expand All @@ -89,6 +105,10 @@ $(document).ready(function () {
if (!event.currentTarget.classList.contains("active")) {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1.5fr");
$("nav div").removeClass("active");
$(".block-title").css("background", "#fff");
$(".part3 .block-title").css("background", "rgba(0,0,0, 0.1)");
$(".title-grid2").css("display", "block");
$(".title-grid").css("grid-template-columns", "1fr 1fr");
} else {
$("nav").css("gridTemplateColumns", "1fr 1fr 1fr 1fr");
}
Expand Down
Loading

0 comments on commit 6ed4f9c

Please sign in to comment.