Skip to content

Commit

Permalink
Add new project
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahCapone committed Jul 30, 2024
1 parent f1f4dc2 commit 99e625a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions assets/css/noscript.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@import url(font-awesome.min.css);

/*
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
/*
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Wrapper */

#wrapper {
background-color: #212931;
background-image: url("../../images/overlay.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/bg.jpg");
background-image: url("../../images/overlay.png"), linear-gradient(0deg, rgba(111, 4, 4, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/bg.jpg");
background-size: auto, auto, 100% auto;
background-position: center, center, top center;
background-repeat: repeat, no-repeat, no-repeat;
Expand Down
25 changes: 17 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ <h1>HANNAH CAPONE</h1>
<header class="major">
<h2><a href="about.html">Local Coffee Shop Webpage</a></h2>
</header>
<a href="#" class="image main"><img src="images/BookDepot.png" alt="" /></a>
<a href="https://hannahcapone.github.io/winthropbookdepot.github.io/" class="image main"><img src="images/BookDepot.png" alt="" /></a>
<p>I built this interactive website for my favorite coffee shop/book store in Winthrop, Massachusetts using <b> HTML, CSS, and some JavaScript </b> as a personal project.</p>
<ul class="actions special">
<li><a href="https://github.com/hannahCapone/winthropbookdepot.github.io" class="button large">Check it out</a></li>
</ul>
Expand All @@ -62,31 +63,28 @@ <h2><a href="about.html">Local Coffee Shop Webpage</a></h2>
<section class="posts">
<article>
<header>
<span class="date">Spring 2023</span>
<h2><a href="#">Hometeq<br />
Web Application</a></h2>
</header>
<a href="#" class="image fit"><img src="images/HomTeq.png" alt="" /></a>
<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/hometeq.github.io" class="button">Check it out!</a></li>
<li><a href="https://github.com/hannahCapone/HomTeq" class="button">Check it out!</a></li>
</ul>
</article>
<article>
<header>
<span class="date">Spring 2023</span>
<h2><a href="#">To-Do List<br />
Web Application</a></h2>
</header>
<a href="#" class="image fit"><img src="images/ToDoList.png" alt="" /></a>
<a href="https://github.com/hannahCapone/ToDoList" class="image fit"><img src="images/ToDoList.png" alt="" /></a>
<p>This is a simple web application that I created using <b>Node.js, Express, MongoDB, and CSS </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="#" class="button">Check it out!</a></li>
<li><a href="https://github.com/hannahCapone/ToDoList" class="button">Check it out!</a></li>
</ul>
</article>
<article>
<header>
<span class="date">Spring 2023</span>
<h2><a href="#">Rekord Store<br />
Web Application</a></h2>
</header>
Expand All @@ -96,6 +94,17 @@ <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>
<article>
<header>
<h2><a href="#">Dice Game<br />
Android Application</a></h2>
</header>
<a href="#" class="image fit"><img src="images/DiceGame.png" alt="" /></a>
<p>This is a simple Android application that I created using <b>Kotlin & Android Studio</b> to simulative an interactive human vs. computer dice game.</p>
<ul class="actions special">
<li><a href="videos/DiceGame.mp4" class="button">Check it out!</a></li>
</ul>
</article>
</section>
</div>

Expand Down

0 comments on commit 99e625a

Please sign in to comment.