Untitled

 avatar
unknown
plain_text
a year ago
2.1 kB
3
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Daily Challenge</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <h1>Beau Currier</h1>
    <h2>Aspiring Programmer</h2>
    <p>Hi! My name is Beau and im currently living in Port Orchard at the Peninsula work release. I'm not originally from Wa; however, I have lived here since 1990.</p>
    <p>Ive always loved computers and videogames, and the idea of being able code a computer and have the computer do what you say is fascinating. I jumped at the opportunity to take a digital design class from WWCC while I was at the camp at Walla Walla. That class not only taught graphic design, but also gave me my first taste of coding. Coding is all about reps. We are learning a new language and how to think. Its important to keep practicing it. I'm here to practice and learn.</p>
    <details>
    <summary>Hobbies</summary>
    <ul>
        <li>reading <div class="hobbies">sci-fi, fantasy, cyberpunk, history, and coding books</div></li>   
        <li>table top games<div class="hobbies">rpg, board, strategy, and card</div></li>
        <li>exercising<div class="hobbies">crossfit, sports</div></li>
        <li>learning new things<div class="hobbies">coding</div></li>
        <li>video games<div class="hobbies">rpg, rts, fps</div></li>
    </ul>
    </details>
    <p>Unfortunately I haven't been able to do very many of those things since I've been here. I look forward to trying out new things and maybe aquiring new hobbies. So, if anyone has any suggestions I'd like to hear them.😊</p>
    <a href="mailto:beaucurrier01@gmail.com?subject=Suggested Hobbies">feel free to email me your suggestions</a>
</body>
</html>

<!-- h1{
    background-color:#0001 ;
    color:#ffffff;
    height: 55px;
    font-family:'Helvetica';
    text-align: center;
}
body{
    background-color:rgb(237, 229, 245);
}
.hobbies{
    display: none;
}
li:hover .hobbies{
    display:block;

}

li{
    list-style-type: none;
}
a{
    text-decoration: none;
} -->
Editor is loading...
Leave a Comment