-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here is the index file for the front page of my cute new journal!
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |