<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FIAP Portfolio Distinction – PFIAP</title>
<style>
body{
font-family: Arial, Helvetica, sans-serif;
background:#111;
color:white;
text-align:center;
margin:0;
}
.header{
padding:40px;
}
h1{
font-size:40px;
margin-bottom:10px;
}
h2{
color:#ccc;
font-weight:normal;
}
.container{
max-width:900px;
margin:auto;
padding:40px;
}
.year{
background:#1d1d1d;
padding:20px;
margin:20px;
border-radius:8px;
transition:0.3s;
}
.year:hover{
background:#333;
}
a{
text-decoration:none;
color:white;
font-size:22px;
}
.footer{
margin-top:60px;
padding:20px;
color:#777;
font-size:14px;
}
</style>
</head>
<body>
<div class="header">
<h1>FIAP Portfolio Distinction</h1>
<h2>PFIAP Archive</h2>
</div>
<div class="container">
<div class="year">
<a href="2026/">PFIAP 2026</a>
</div>
<div class="year">
<a href="2027/">PFIAP 2027</a>
</div>
</div>
<div class="footer">
FIAP – Fédération Internationale de l'Art Photographique
</div>
</body>
</html>