Skip to content

Commit

Permalink
Adding Virtual Scrapbook - Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahCapone committed Jul 31, 2024
1 parent c294d2f commit fa84360
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3858,7 +3858,7 @@ input, select, textarea {

#main > .posts > article {
border-color: #f55142;
border-left-width: 2px;
border-right-width: 2px;
border-style: solid;
border-top-width: 2px;
text-align: center;
Expand Down
41 changes: 32 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ <h2><a href="about.html">Local Coffee Shop Webpage</a></h2>

<!-- Posts -->
<section class="posts">
<!-- VIRTUAL SCRAPBOOK -->
<article>
<header>
<h2><a href="#">Virtual Scrapbook<br />
Expand All @@ -71,15 +72,9 @@ <h2><a href="#">Virtual Scrapbook<br />
<ul class="actions special">
<li><a href="https://timely-croissant-816b25.netlify.app/" class="button">Check it out!</a></li>
</ul>
<header>
<h2><a href="#">Hometeq<br />
Web Application</a></h2>
</header>
<a href="https://github.com/hannahCapone/HomTeq" class="image fit"><img src="images/HomTeq.png" alt="" /></a>
<p>This is an ecommerce web application that I created using <b>PHP, MySQl, CSS, and HTML </b>as a semester-long project while studying Server Side Web Development at the University of Westminster in London.</p>
<ul class="actions special">
<li><a href="https://github.com/hannahCapone/HomTeq" class="button">Check it out!</a></li>
</ul>
</article>
<!-- HOMTEQ -->
<article>
<header>
<h2><a href="#">Hometeq<br />
Web Application</a></h2>
Expand All @@ -90,6 +85,7 @@ <h2><a href="#">Hometeq<br />
<li><a href="https://github.com/hannahCapone/HomTeq" class="button">Check it out!</a></li>
</ul>
</article>
<!-- TO-DO LIST -->
<article>
<header>
<h2><a href="#">To-Do List<br />
Expand All @@ -101,6 +97,7 @@ <h2><a href="#">To-Do List<br />
<li><a href="https://github.com/hannahCapone/ToDoList" class="button">Check it out!</a></li>
</ul>
</article>
<!-- REKORD STORE -->
<article>
<header>
<h2><a href="#">Rekord Store<br />
Expand All @@ -112,6 +109,7 @@ <h2><a href="#">Rekord Store<br />
<li><a href="https://github.com/hannahCapone/RekordStore.github.io" class="button">Check it out!</a></li>
</ul>
</article>
<!-- DICE GAME -->
<article>
<header>
<h2><a href="#">Dice Game<br />
Expand All @@ -123,6 +121,31 @@ <h2><a href="#">Dice Game<br />
<li><a href="videos/DiceGame.mp4" class="button">Check it out!</a></li>
</ul>
</article>
<!-- C++ WORK -->
<article>
<header>
<h2><a href="#">C++<br />
Projects</a></h2>
</header>
<a href="https://github.com/hannahCapone/Projects" class="image fit"><img src="images/pic01.jpg" alt="" /></a>
<p>A repository containing many <b>C++</b> academic projects completed while studying at Fordham.</p>
<ul class="actions special">
<li><a href="https://github.com/hannahCapone/Projects" class="button">Check it out!</a></li>
</ul>
</article>
<!-- JAVA WORK -->
<article>
<header>
<h2><a href="#">Java<br />
Projects</a></h2>
</header>
<a href="https://github.com/hannahCapone/Projects-Java-" class="image fit"><img src="images/pic02.jpg" alt="" /></a>
<p>A repository containing many <b>Java</b> academic projects completed while studying at Fordham.</p>
<ul class="actions special">
<li><a href="https://github.com/hannahCapone/Projects-Java-" class="button">Check it out!</a></li>
</ul>
</article>
<article></article>
</section>
</div>

Expand Down

0 comments on commit fa84360

Please sign in to comment.