-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started working on matching algorythm
- Loading branch information
1 parent
524e5a1
commit b1794b6
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bulma-switch.min.css"> | ||
|
||
<script defer src="/profile/client.js"></script> | ||
<script defer src="/utils/matchingUtils.js"></script> | ||
</head> | ||
<body> | ||
|
||
|
@@ -158,7 +159,7 @@ <h1 class="title is-3 has-text-centered is-uppercase is-family-hobbylos">Einstel | |
<div class="control"> | ||
<div class="select is-skeleton"> | ||
<select class="is-skeleton" name="" id="sexuality"> | ||
<option>Asexual</option> | ||
<option>Asexuell</option> | ||
<option>Androsexuell</option> | ||
<option>Bisexuell</option> | ||
<option>Demisexuell</option> | ||
|
@@ -168,6 +169,7 @@ <h1 class="title is-3 has-text-centered is-uppercase is-family-hobbylos">Einstel | |
<option>Pansexuell</option> | ||
<option>Polysexuell</option> | ||
<option>Nomasexuell</option> | ||
<option>Nowomasexuell</option> | ||
<option>Unlabled</option> | ||
<option>Skoliosexuell</option> | ||
</select> | ||
|
@@ -177,7 +179,7 @@ <h1 class="title is-3 has-text-centered is-uppercase is-family-hobbylos">Einstel | |
|
||
<div class="field is-grouped"> | ||
<div class="control"> | ||
<button class="button is-success is-uppercase is-family-hobbylos is-skeleton">Speichern</button> | ||
<button class="button is-success is-uppercase is-family-hobbylos is-skeleton" onclick="save(this, 'preference')">Speichern</button> | ||
</div> | ||
</div> | ||
</div> | ||
|