Skip to content

Commit 1c70445

Browse files
committed
Modified Hatchways link to redirect to deployed project
1 parent 13302e9 commit 1c70445

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

projects.html

+10-7
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,21 @@ <h1 class="display-4"><strong>Projects</strong></h1>
6363

6464
<div class="container">
6565
<div class="container border border-dark rounded list-box">
66-
<a class="centered nav-link" href="https://github.com/hatchways/team-hazelnut">
66+
<a class="centered nav-link" href="https://lovingsitter.herokuapp.com/">
6767
<h3>Hatchway Pet Sitter Web App</h3>
6868
</a>
69-
<p class="lead story">This is a pet sitter app that I made with a team during a course with Hatchways. It uses
69+
<p class="lead story">This is a pet sitter app that I made with a team during a course with Hatchways. It
70+
uses
7071
Express, React, and MongoDB, and allows users to create a account, and find and requests other pet
7172
sitters that have created a profile on the site to take care of their pets while they are away. This one
72-
was tough, implementing Express to deal with routing, and figuring out how to make post requests through MongoDB was not
73-
easy, but we made it through and got it working!
73+
was tough, implementing Express to deal with routing, and figuring out how to make post requests through
74+
MongoDB was not easy, but we made it through and got it working!
7475
</p>
75-
<a class="centered nav-link" href="https://github.com/hatchways/team-hazelnut">Check the code here
76-
<img src="Images/Hatchway_Web_App_Screenshot1.JPG" class="img-fluid list-box-picture border border-dark"
77-
alt="DnD screenshot 1"></a>
76+
<a class="centered nav-link" href="https://github.com/hatchways/team-hazelnut">Check the code here</a>
77+
<a class="centered nav-link" href="https://lovingsitter.herokuapp.com/"><img
78+
src="Images/Hatchway_Web_App_Screenshot1.JPG" class="img-fluid list-box-picture border border-dark"
79+
alt="DnD screenshot 1">
80+
</a>
7881
</div>
7982
</div>
8083

0 commit comments

Comments
 (0)