HR Update

Considering everything that is going on, Heritage Reconstructed has had a productive two weeks. Our site is live! Head on over to https://hreconstructed.github.io/ to check us out. In addition to our website, we are proud of the accounts we have for our project, so far. We are on Gmail – heritagereconstructed@gmail.com, Omeka – https://hreconstructed.omeka.net/, GitHub – https://github.com/hreconstructed, and of course our most public media, Twitter – @HReconstructed. I love our name, and we took hours of discussion and debate on coming up with it together, and the transition to hreconstructed is totally logical. However, that was a side effect that we didn’t necessarily consider initially and due to this, there is not 100% continuity throughout our media names. My initial thought when I noticed this was, “let’s just change our email address to hreconstructed@gmail,” but we have already started outreach. So, that would possibly be counterproductive.

The website is a conglomeration of Ashley and I’s efforts, and we, and the team, are proud of it. The site went through a couple of editions before it became the site that is live today, and through that process, Ashley and I learned, as well as, tightened our HTML/CSS skills. We were also forced to home in on what we wanted to get out of it for the project, which we are for the most part done with.

The website is written in HTML and CSS with a link to our Omeka database. We initially, included the CSS for the page within the HTML code of each of the pages, but this became daunting to change repeatedly for all the pages. So, the CSS was broken into its own page. A major reason for the CSS to have its own page was the lengthy code for our footer.

The pages of the website have a color and font scheme that is meant to replicate that of Omeka’s database. Which is the main portion of our project, with the website acting as a landing page for details of our project. There are plugins for making pages in Omeka, but we are both past and current students of Patrick Smyth. So, to push our knowledge that began in Software Design Lab is a sensible move for us. At times, its been difficult to get parts of the page to work when they would be simply rendered on a pre-built website, but having to work out the code is not only rewarding, it is able to give our page a setting that is one of a kind.

In addition to code learned through Software Design Lab, we utilized https://www.w3schools.com/ and https://webdevtrick.com for the footer. An issue we were having with the footer was that it was not responsive. The menu and body of our pages shifted when the webpage minimalized, but the footer we were initially utilizing did not. When the page is minimalized, the menu starts to stack on top of each other and our Twitter blog on the right side of our page drops below the text of the page. We looked for a footer that did the same and were impressed with the footer by https://webdevtrick.com/. Now the three panels of our footer become a list when the page is collapsed to a certain width.

For the rest of this week, we are working on a draft email that will be sent out for outreach and working on our Omeka database – which we are very excited about.