Skip to content

Commit

Permalink
Merge pull request #323 from xenharmonic-devs/role-credits
Browse files Browse the repository at this point in the history
Give credits based on project roles
  • Loading branch information
frostburn authored Oct 29, 2022
2 parents 1502716 + af22099 commit 50de1f7
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,9 @@
height="100"
/>
<h1>Scale Workshop 2</h1>
<p style="margin-bottom: 2rem">
<p>
<em>Because there are more than 12 notes</em>
</p>
<hr />
<div class="control-group">
<div class="control">
<p>
With contributions from Sevish, Lumi Pakkanen, Lajos Mészáros and
Vincenzo Sicurella
</p>
</div>
</div>
<div class="control-group">
<div class="control">
<a
Expand All @@ -38,6 +29,16 @@
>
</div>
</div>
<hr />
<div id="contributors">
<h2>Contributors</h2>
<p>
Sevish - <i>UI/UX designer</i><br />
Lumi Pakkanen - <i>lead developer</i><br />
Vincenzo Sicurella - <i>developer</i><br />
Lajos Mészáros - <i>developer</i>
</p>
</div>
</div>
</template>

Expand All @@ -57,4 +58,8 @@ hr {
.about > * {
max-width: 30rem;
}
#contributors h2 {
border: unset;
text-align: center;
}
</style>

0 comments on commit 50de1f7

Please sign in to comment.