-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (30 loc) · 1.25 KB
/
index.html
File metadata and controls
38 lines (30 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="This is where your description goes">
<meta name="keywords" content="one, two, three">
<title>Update on my progress</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<img class="daily" src="m18.jpg" alt="Picture of graphs- update from May 18th">
<ul>
<li>Tracking time on task for technology, math, and learning languages(idiomas)</li>
<li>Found an image I prefer for pictures on profiles</li>
</ul>
<h3>May 10th</h3>
<img class="daily" src="m10.PNG" alt="picture of graphs- update from May 10th">
<ul>
<li>Increased language study</li>
<li>Tweaking planning routine with Hourstack app</li>
</ul>
<h3>May 9th</h3>
<img src="M9.png" alt="Picture of graphs- update from May 9th">
<ul>
<li>Added a new graph - the circle one with - finally made a useful sunburst graph</li>
<li>Started using Hourstack app to track the duration of learning to increase the accuracy of my daily tracking</li>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>