-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (44 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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="https://safetydan.github.io/AI-exploration/entries/2023/2023-11-10-entry.html" alt="November 10, 2023 entry">November 10, 2023 entry</a></li>
<li>Check for more later!</li>
</main>
<footer>
<p>Copyright 2023 Danielle Bárcena</p>
</footer>
</body>
</html>