FINAL Home
FINAL Home
FINAL Home
DOCTYPE html>
<title>E-Portfolio ICT_GOMEZ_FAIRNESS</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #699294;
background-image: url(snow.jpeg);
background-size: cover;
background-position: center;
color: #275e61;
}
.nav-list {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
gap: 30px;
}
.nav-list li {
display: inline;
}
.nav-list a {
text-decoration: none;
font-size: 25px;
font-weight: bold;
color: #17a7b0;
padding: 10px 15px;
}
.nav-list a:hover {
background-color: #2e8b57;
color: white;
border-radius: 5px;
}
table {
background-color: #D0EBF0;
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
}
td {
text-align: center;
padding: 15px;
}
td a {
font-size: 18px;
color: #333;
}
td a:hover {
color: #2e8b57;
}
.header, .footer {
text-align: center;
padding: 10px;
background-color: rgba(0, 0, 255, 0.1);
}
table.main-table {
width: 100%;
max-width: 1100px;
margin: 30px auto;
border: 3px solid #333;
border-collapse: collapse;
th, td {
padding: 25px;
text-align: center;
font-size: 20px;
border: 1px solid #ddd;
}
th {
background-color: #a8d0e6;
font-weight: bold;
}
td {
background-color: #e0f7fa;
}
tr:nth-child(even) td {
background-color: #b2ebf2;
}
tr:hover {
background-color: #a0c4d9;
}
h1 {
font-size: 30px;
color: #2e8b57;
}
.audio-placeholder {
position: fixed;
bottom: 20px;
right: 20px;
text-align: center;
}
.audio-placeholder audio {
width: 300px;
margin-top: 10px;
}
.image-placeholder {
position: fixed;
bottom: 20px;
left: 20px;
text-align: center;
}
.image-placeholder img {
max-width: 300px;
border-radius: 10px;
}
</style>
</head>
<body>
<div class="header">
<nav>
<ul class="nav-list">
<li><a href="#">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="activities.html"> Activities</a></li>
<li><a href="reflection.html">Reflection</a></li>
</ul>
</nav>
</div>
<div align="center">
<font size="5" family="algerian" bgcolor="lightblue">
Hi and welcome to my website. Here you'll get to know me more. You'll get to
know things about me and my experiences. This website is a showcase of my skills
and talent about coding and the lessons I’ve learned along the way.
</font>
</div>
<div class="audio-placeholder">
<audio controls>
<source src="WinterWonderland.mp3" type="audio/mp3">
</audio>
</div>
<div class="image-placeholder">
<img src="snowman.jpeg" alt="picture of snowman">
</div>