Skip to content

Commit

Permalink
Added hyperlinks to projects/cup/index.php. Initial file creation for…
Browse files Browse the repository at this point in the history
… a page to host a demo for the control backend. Inclusion of images to use for the front-end description page.
  • Loading branch information
alanmmckay committed Dec 13, 2023
1 parent 60f3018 commit b093159
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 1 deletion.
Binary file added images/cup_story_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cup_story_mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cup_story_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions projects/cup/demo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?php

$normalize = '../../normalize.css';

$style = '../../style.css';

$canonical = 'http://alanmckay.blog/projects/cup/';

$title = 'Alan McKay | Project | Cup of Joe';

$meta['title'] = 'Alan McKay | Cup of Joe';

$meta['description'] = '';

$meta['url'] = 'http://alanmckay.blog/projects/cup/';

include('../../header.php');

?>
<section id='writingsWrapper'>
<section>
<article>
<header>
<h1>Web Development: Cup of Joe</h1>
</header>
<p>

</p>
<!-- https://web.archive.org/web/20181119220446/http://www.cupofjoe-cedarfalls.com/music -->
</article>
<nav>
<a href='../'>Back</a>
</nav>
</section>
</section>
</body>
</html>

8 changes: 7 additions & 1 deletion projects/cup/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<p>
In terms of layout, there were two different types of pages that the Cup of Joe website contained. The main page had a unique layout in the sense that the majority of the display emphasized on a slideshow of images from the shop. The other pages consisted of textual content with an image banner and occasionally information placed as an aside. The responsive redesign would determine both the sizes of these pieces of each page, but also where and if they would be drawn.
</p>
<figure>

<figcaption>

</figcaption>
</figure>
<p>
Once implementing the redesign for the main page and the story page, I showed them to Dawn, the proprietor of Cup of Joe. She was impressed! More importantly, I had good timing. This was due to the fact that her website was built upon a framework that was about to have its support revoked; if I recall correctly, it involved Microsoft's Silverlight. The host of her website did not have the time to redesign and re-implement the website using some other framework.
</p>
Expand All @@ -54,7 +60,7 @@
It's worth reflecting on the work done here. While looking through the archive of this website, I'm drawn to the difference between what was then called the music page and what is currently called the event page. This was a place where I decided to introduce new styling in an attempt to make the website more coherent in style. The new styling bore similarity to how the aside blurbs were displayed within the various pages, providing a more cohesive experience with respect to the aesthetic.
</p>
<p>
The result of my efforts can be viewed on Dawn's domain: cupofjoe-cedarfalls.com. It seems that events are no longer being hosted at the location, thus the events page has been removed altogether. My personal domain is hosting a live demo of the website as well. It can be viewed here. A demo control page can also be viewed here.
The result of my efforts can be viewed on Dawn's domain: <a href='https://www.cupofjoe-cedarfalls.com/'>www.cupofjoe-cedarfalls.com</a>. It seems that events are no longer being hosted at the location, thus the events page has been removed altogether. My personal domain is hosting a live demo of the website as well. It can be viewed <a href='demo/index.php'>here</a>. A demo control page can also be viewed <a href='demo.php'>here</a>.
</p>
<!-- https://web.archive.org/web/20181119220446/http://www.cupofjoe-cedarfalls.com/music -->
</article>
Expand Down

0 comments on commit b093159

Please sign in to comment.