Skip to content

Commit

Permalink
Add some more formatting and OG tags
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetros committed Jul 30, 2024
1 parent 4a5d631 commit ac6373b
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 54 deletions.
35 changes: 16 additions & 19 deletions www/switch-emoji/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<link rel="stylesheet" href="/vendor/missing.css@1.0.9.min.css">

<style>
html {
background-color: white;
}

body {
margin: 0;
padding: 1em;
Expand All @@ -17,31 +21,24 @@
border: none;
}

label {
display: block;
margin: 2rem 0;
}

textarea {
display: block;
.two-col {
display: grid;
grid-template-columns: 1fr 1fr;
}
</style>

<!-- <header><a href="/">We Make Internet</a></header> -->
<h1>Switch Emoji Proposal</h1>

We're proposing a new emoji!
We're proposing two new emoji!

<p><a href="/switch-emoji/switch-emoji-proposal.pdf">View & download the proposal as a PDF</a></p>
<p><a href="/switch-emoji/proposal">View the proposal</a></p>
<p><a href="https://docs.google.com/document/d/16VF-qg8W9c65X8ziQT3gPyOe9b8qe791HUTUFllIHbU">View the google docs version</a></p>
<section>
<img src="./switch-emoji/up-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the up position, full size in color">
<img src="./switch-emoji/down-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the down position, full size in color">
</section>

<p><a href="/switch-emoji/proposal">View the proposal (HTML)</a></p>
<p><a href="/switch-emoji/switch-emoji-proposal.pdf">View the proposal (PDF)</a></p>
<p><a href="/switch-emoji/switch-emoji-proposal.pdf" download>Download the proposal (PDF)</a></p>

<h2>Tell us how you would use it:</h2>
<p><a href="/">Return to WMI Homepage</a>

<form action="/switch-emoji/user.php" method=POST>
<label>Give us some sequences that you would use. Use the ⬆️ or ⬇️ instead of the switch
up or switch down.<textarea name=sequences></textarea></label>
<label>Anything else?<textarea name=info></textarea></label>
<button>Submit</button>
</form>
63 changes: 50 additions & 13 deletions www/switch-emoji/proposal.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,52 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" href="/vendor/missing.css@1.0.9.min.css">
<meta property="og:title" content="Proposal for Emoji: Up Switch and Down Switch">
<meta property="og:type" content="article">
<meta property="og:url" content="https://wemakeinter.net/switch-emoji/proposal">
<meta property="og:image" content="https://wemakeinter.net/switch-emoji/up-switch-emoji-color.png">

<style>
body {
line-height: 1.2;
margin: 0;
padding: 1em;
max-width: 800px;
margin: 0 auto;
}

h1 {
counter-reset: header-count;
}

h2 {
counter-reset: subheader-count;
}

h2::before {
counter-increment: header-count;
content: counter(header-count, upper-roman) '. ';
}

h3 {
counter-reset: subsubheader-count;
}

h3::before {
counter-increment: subheader-count;
}

h3:not(.no-lettering)::before {
content: counter(subheader-count, lower-alpha) '. ';
}

h4::before {
counter-increment: subsubheader-count;
content: counter(subsubheader-count) '. ';
}



table {
border-collapse: collapse;
}
Expand All @@ -28,7 +65,7 @@

table.screenshots img {
display: inline-block;
width: 90%;
width: 80%;
margin: 10px;
}

Expand Down Expand Up @@ -58,13 +95,13 @@

<h1>Proposal for Emoji: Up Switch and Down Switch</h1>

<p>Submitter: Morris Kolman & Alexander Petros</p>
<p><strong>Submitter:</strong> Morris Kolman & Alexander Petros</p>

Date: Jul 17, 2024
<strong>Date:</strong> Jul 17, 2024
<article>


<h2>I. Identification</h2>
<h2>Identification</h2>

<table>
<thead>
Expand All @@ -89,19 +126,19 @@ <h2>I. Identification</h2>
</tr>
</table>

<h2>II. Images</h2>
<h2>Images</h2>

<div class=two-col>
<section>
<h3>Up Switch</h3>
<h3 class=no-lettering>Up Switch</h3>
<img src="./up-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the up position, full size in color">
<img src="./up-switch-emoji-color-18.png" height=18 alt="A switch in the up position, 18x18 in color">
<img src="./up-switch-emoji-bw.png" height=100 style="height:100px" alt="A switch in the up position, full size in black and">
<img src="./up-switch-emoji-bw-18.png" height=18 alt="A switch in the up position, 18x18 in black and">
</section>

<section>
<h3>Down Switch</h3>
<h3 class=no-lettering>Down Switch</h3>
<img src="./down-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the down position, full size in color">
<img src="./down-switch-emoji-color-18.png" height=18 alt="A switch in the down position, 18x18 in color">
<img src="./down-switch-emoji-bw.png" height=100 style="height:100px" alt="A switch in the down position, full size in black and">
Expand All @@ -112,7 +149,7 @@ <h3>Down Switch</h3>
<p>
<strong>License</strong>: These images are the original work of the submitters and are certified to have the appropriate licenses for use by the UTC.

<h2>III. Sort Location</h2>
<h2>Sort Location</h2>

<dl class=grid>
<dt>Category<dd>computer
Expand All @@ -123,7 +160,7 @@ <h2>III. Sort Location</h2>
💻
</dl>

<h2>IV. Selection Factors - Inclusion</h2>
<h2>Selection Factors - Inclusion</h2>

<h3>Compatibility: N/A</h3>
<h3>Expected Usage Level: </h3>
Expand All @@ -147,7 +184,7 @@ <h4>Frequency for "switch"</h4>
<td>Google Videos</td>
<td>
<img src="./images/google-videos-switch.png" alt="">
<img src="./images/google-videos-switch-minus-nintentdo.png" alt="">
<img src="./images/google-switch-minus-nintentdo.png" alt="">
</td>
</tr>

Expand Down Expand Up @@ -295,7 +332,7 @@ <h3>Completeness</h3>

Many related categories of emoji can express an “engaged” or “disengaged” state (🔒/🔓, 🔋/🪫, 📷/📸). While it would be not be feasible to add on and off states for every electronic device (📺, 💻, 📱, 📻, 💡, etc.), adding the switches instantly makes it possible to express that with the entire existing set of devices.

<h2>IV. Selection Factors - Exclusion</h2>
<h2>Selection Factors - Exclusion</h2>

<dl>
<dt>Petitions or “Frequent Requests” <dd> No such petitions exist.
Expand All @@ -314,7 +351,7 @@ <h2>IV. Selection Factors - Exclusion</h2>

</dl>

<h2>IV. Other information</h2>
<h2>Other information</h2>

<p>
<strong>Regional differences:</strong>
Expand Down
22 changes: 0 additions & 22 deletions www/switch-emoji/user.php

This file was deleted.

0 comments on commit ac6373b

Please sign in to comment.