-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.html
100 lines (87 loc) · 5 KB
/
changelog.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<HTML>
<header>
<link rel="stylesheet" href="index.css">
<div class=row>
<div class=column>
<a class="button" href="index.html">Home</a><a class="button" href="changelog.html">Changelog</a><a class="button" href="todo.html">To Do</a>
<h1>Tyler Rust Portfolio</h1>
<h2><a href = https://github.com/strrules105/HTMLPortfolio>Link to Github Repository</a></h2>
<p>Email: [email protected]</p>
</div>
<div class=column>
<div class="box">
<img src="CowboyTyler1.jpg";>
<p style="font-size: 15px;"><i>Fig 2: </i>A photo of me, Tyler Rust, as a Cowboy.</p>
</div>
</div>
</div>
</header>
<body>
<h1 style="text-align: center";>Change Log</h1>
<p>
<h3>9/11/2021</h3>
<ul>
<li>Site initialized and Home index is the only page. Added some basic CSS styling and side by side panels for header</li>
</ul>
<h3>9/12/2021</h3>
<ul>
<li>Created "Change Log" and "To Do" indexes and set up button links to them. Will not be moving over Change Log from Previous
portfolio because this is a new project. Will be copying over and updating "To Do."</li>
<li>Added new images to Change Log and To Do to give some more life to the pages.</li>
<li>Added some more tabs to the Home page, completed some of the beginner tutorial things/readings and put them on the home page, tried adding nested
collapsible div containers, it isn't working properly.</li>
</ul>
<h3>9/13/2021</h3>
<ul>
<li>I got the nested lists to WORK in Home, very happy. UPDATE - the nested list when expanded hides the items at the bottom of the list...</li>
need to find a fix...
<li>Added a scrolling functionality to see previously obscured content. Not the way I'd like it, but it works for now.</li>
<li>Added Tabs on home page with every single provided resource from Dr. Bart, I will be adding to these with my own sites that I utilize from now on
to document my growth. Put "Complete." or "Incomplete" depending on my current status with that resource.</li>
</ul>
<h3>9/14/2021</h3>
<ul>
<li>Heavily updated To Do with information from past portfolio, added removed data for historical evidence.</li>
<li>Added bulleted unordered lists to Change Log and To Do to organize information</li>
<li>Updated Home page resources with more info, what I learned, how I used it, etc</li>
<li>Added spacing in the change log between dates for readability.</li>
<li>Inserted additional branching links off of some parent links in home</li>
</ul>
<h3>9/16/2021</h3>
<ul>
<li>Added TicTacToe link to personal projects on home page</li>
</ul>
<h3>9/19/2021</h3>
<ul>
<li>Added more links on home page to disambiguate which resources I used. Now adding links/tutorials on todo and home page.</li>
<li>Made my projects into collapsible div content as well, must have missed it before.</li>
<li>Amended my todo with the Pokedex tutorial that I followed the first week.</li>
</ul>
<h3>9/21/2021</h3>
<ul>
<li>Completed some more Git reading and learned how to merge and rebase branches. Added to home page.</li>
<li>Added TrustFlip under "Personal Projects" in home. (It is a skeleton currently) </li>
<li>Updated To Do with plans for this week into 9/23/2021</li>
<li>Updated To Do with progress on React Checkers</li>
</ul>
<h3>9/23/2021</h3>
<ul>
<li>Updated Home with links I used for CI/CD in react/publishing react apps on github</li>
<li>Added another project dropdown to separate unfinished and finished projects. Hopefully makes grading easier. I hope to have no unfinished projects by the end of this.</li>
<li>Updated To Do with plans on finishing up the Portfolio in the next week.</li>
</ul>
<h3>9/27/2021</h3>
<ul>
<li>Updated wrong Checkers repository link in home.</li>
<li>Added repository links directly in my portfolio.</li>
</ul>
<h3>9/30/2021</h3>
<ul>
<li>Finished reading all of the provided links and some extra articles. Added links in home dropdowns.</li>
<li>Been working on TrustFlip trying to display data grabbed from Runescape API, has not been a fun time.</li>
<li>Easily spent like eight hours on 3 different API, all of which I couldn't get to do anything. Absolutely hated trying to work with API.</li>
<li>Updated Password Strength Checker because I got tired of the TrustFlip project, made regular expression more strict for symbols.</li>
</ul>
</body>
</HTML>