renamed: theme.js -> .fuse_hidden00011c5c00000027

new file:   Countries/ad/index.html
	new file:   Countries/af/index.html
	new file:   Countries/al/index.html
	new file:   Countries/dz/index.html
	new file:   Countries/index.html
	new file:   Countries/style.css
	modified:   index.html
main
anthony 3 weeks ago
parent 45e143f784
commit c2487a3678

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Afghanistan</title>
</head>
<body>
The Country of Afghanistan
</body>
</html>

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Afghanistan</title>
</head>
<body>
The Country of Afghanistan
</body>
</html>

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Afghanistan</title>
</head>
<body>
The Country of Afghanistan
</body>
</html>

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Afghanistan</title>
</head>
<body>
The Country of Afghanistan
</body>
</html>

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html>
<head>
<title>CiF Political DB</title>
<link href="../style.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<script src="theme.js"></script>
</head>
<body>
<h1>Political Tendencies of Countries</h1>
<p>Choose a Countrie to proceed, or view the complete List here</p>
<p class="disclaimer">⚠ DISCLAIMER ⚠</p>
<p class="disclaimer">For now this List only consists of UN recognised countries, even though we might add more later.</p>
<!--Afghanistan-->
<a href="./af/index.html" alt="Afghanistan">
<div class="card">
<div class="wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_the_Taliban.svg" class="cover-image" />
</div>
<h2 class="title">Afghanistan</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d8/Arms_of_the_Islamic_Emirate_of_Afghanistan.svg" class="character" />
</div>
</a>
<!--Albania-->
<a href="./al/index.html" alt="Albania">
<div class="card">
<div class="wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/36/Flag_of_Albania.svg" class="cover-image" />
</div>
<h2 class="title">Albania</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6e/Coat_of_arms_of_Albania.svg" class="character" />
</div>
</a>
<!--Algeria-->
<a href="./al/index.html" alt="Albania">
<div class="card">
<div class="wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/7/77/Flag_of_Algeria.svg" class="cover-image" />
</div>
<h2 class="title">Algeria</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a4/%D8%B4%D8%B9%D8%A7%D8%B1_%D8%A7%D9%84%D9%86%D8%A8%D8%A7%D9%84%D8%A9_%28%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1%29.svg" class="character" />
</div>
</a>
<!--Andorra-->
<a href="./al/index.html" alt="Andorra">
<div class="card">
<div class="wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/7/77/Flag_of_Algeria.svg" class="cover-image" />
</div>
<h2 class="title">Andorra</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a4/%D8%B4%D8%B9%D8%A7%D8%B1_%D8%A7%D9%84%D9%86%D8%A8%D8%A7%D9%84%D8%A9_%28%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1%29.svg" class="character" />
</div>
</a>
</body>
</html>

@ -0,0 +1,84 @@
:root {
--card-height: 300px;
--card-width: calc(var(--card-height) / 1.5);
}
* {
box-sizing: border-box;
}
.card {
width: var(--card-width);
height: var(--card-height);
position: relative;
display: flex;
justify-content: center;
align-items: flex-end;
padding: 0 36px;
perspective: 2500px;
margin: 0 50px;
}
.cover-image {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.wrapper {
transition: all 0.5s;
position: absolute;
width: 100%;
z-index: -1;
}
.card:hover .wrapper {
transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}
.wrapper::before,
.wrapper::after {
content: "";
opacity: 0;
width: 100%;
height: 80px;
transition: all 0.5s;
position: absolute;
left: 0;
}
.card:hover .wrapper::before,
.wrapper::after {
opacity: 1;
}
.card:hover .wrapper::after {
height: 120px;
}
.title {
width: 100%;
transition: transform 0.5s;
color: white;
-webkit-text-stroke: 2px black;
}
.card:hover .title {
transform: translate3d(0%, -50px, 100px);
}
.character {
width: 75%;
opacity: 0;
transition: all 0.5s;
position: absolute;
z-index: -1;
}
.card:hover .character {
opacity: 1;
transform: translate3d(0%, -30%, 100px);
}

@ -11,5 +11,8 @@
<p>On this Site we try our best go give a netral and simple, yet comprehensive overview of the Ideologies and Goverments all around the World. </p>
<h2 class="disclaimer">⚠ DISCLAIMER ⚠</h2>
<p class="disclaimer">This Site is still heavily under construction, and in this point in time not a reliable source of Information</p>
<h2>Political Tendencies of Countries</h2>
<p>Press <a href="./Countries/index.html">here</a> to view our analysis of political tendencies of goverments around the World</p>
</body>
</html>
Loading…
Cancel
Save