Skip to content

Commit

Permalink
Merge pull request #89 from LauraJStevenson/update/credits-page
Browse files Browse the repository at this point in the history
Update/credits page
  • Loading branch information
LauraJStevenson authored Mar 15, 2024
2 parents fc8c692 + 3c9bdd3 commit c8f8930
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
Binary file added public/images/architectural-diagram-img.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 public/images/samantha-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 20 additions & 4 deletions src/views/BehindTheScenesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
Spring Boot, PostgreSQL, and Vue3 with Typescript. Laura took ownership of the CI/CD
pipeline and configured our repositories and images with test coverage.
</p>
<section class="diagram-container">
<img class="diagram-img" src="../../public/images/architectural-diagram-img.png" />
</section>
<p>
Once we had our pipeline running, we divided our resources and skills into front-end and
back-end teams. Yagmur and Kimlyn took ownership of the back-end development, including user
Expand Down Expand Up @@ -91,15 +94,18 @@
-PostgreSQL database accessed via JPA in Spring Boot <br />
-Amazing graphics & color schemes <br />
-Every functioning page you see on this site <br />
-Increasing our testing <br />
-Implementing compiler logic to connect to the ScriptEditor Page <br />
-Building the game engine <br />



</ul>
</p>
<p>We are currently working on:
<ul>
-Building the game engine <br />
-Increasing our testing <br />
-Implementing a Content Management System for this page <br />
-Implementing compiler logic to connect to the ScriptEditor Page <br />
-Building the game!<br />
-Making functional gameplay!<br />
-More robust error handling <br />

</ul>
Expand Down Expand Up @@ -140,6 +146,16 @@ p {
flex-wrap: wrap;
justify-content: space-around;
}
.diagram-container {
display: flex;
justify-content: center;
}
.diagram-img {
border: 2px solid black;
padding: 4px;
}
.blog-images {
border: 2px solid black;
border-radius: 4px;
Expand Down
24 changes: 24 additions & 0 deletions src/views/CreditsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,30 @@
</li>
</ul>
</div>

<div class="individual-card">
<img class="card-photo" src="../../public/images/samantha-img.jpg" />
<h1>Samantha Butterfield</h1>
<h3>Full Stack Developer</h3>
<ul>
FrontEnd, Architectural Diagram
</ul>
<ul>
<li>
<a class="contact-link" href="hhttps://www.linkedin.com/in/samanthabutterfield/"
>LinkedIn</a
>
</li>
<li><a class="contact-link" href="https://github.com/sbutterfield5">GitHub</a></li>
<li>
<a
class="contact-link"
href="https://docs.google.com/document/d/1Ea12FlXnIRZx0vSCerngSS-pdmWiwDBlF98lTXoKL5M/edit?usp=sharing"
>Resume</a
>
</li>
</ul>
</div>
</div>
</div>
</template>
Expand Down

0 comments on commit c8f8930

Please sign in to comment.