Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Here is the index file for the front page of my cute new journal!
  • Loading branch information
SafetyDan authored Nov 11, 2023
1 parent aa5516b commit 4b7ebd9
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<!--Let's see how it goes!-->
<html lang = "en">
<title>Artificial Intelligence (AI) Exploration Journal</title>

<head>
<meta charset = "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>

h1{
font-family:arial;
color:black;
background-color:#33FF8A}

h2{
font-family:arial;
color:black;
background-color:#EC33FF}

p{
font-family:courier;
color:white}

a{
font-family:courier;
color:#33FF8A}

ul{
font-family:courier;
color:white}

</style>
</head>

<body>
<main>
<body style="background-color:#525252;">
<h1 style="b;style="color:white;"">SafetyDan Artificial Intelligence (AI) Exploration Journal</h1>
<p>Welcome to the SafetyDan Artificial Intelligence (AI) Exploration Journal! This is where you can explore my research notes experimenting with AI.<br><br>You can explore this and my other projects on my <a href="https://github.com/SafetyDan" alt="SafetyDan GitHub"> SafetyDan GitHub!</a>

<h2>Journal Entries</h2>
<p>This is where you can navigate to my journal entries.</p>

<ul>
<li>
<a href="2023-11-10-entry.html" alt="November 10, 2023">November 10, 2023</a></li>
<li>Check for more later!</li>
</main>

<footer>
<p>Copyright 2023 Danielle Bárcena</p>
</footer>
</body>
</html>

0 comments on commit 4b7ebd9

Please sign in to comment.