tc39 / tc39/tc39.github.io

Put "Specify Js" title next to logo?

Open
#115 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

design discussion
Dominant language
HTML
Stars
336
Forks
63
Avg merge
12h
Merged PRs (30d)
8

Description

it may re-enforce the branding and purpose of TC39, not sure though

image

Here are the changes made:

.page-header {
  /* align-items: flex-start; */
  align-items: center;
}

@media (min-width: 920px) {
  .page-title {
    /* line-height: 81px; */
    /* text-align: end; */
  }
}

.page-title {
  /* font-size: 36px; */
  /* line-height: 54px; */
  /* margin: 50px 0 0; */
  margin: 0;
  margin-inline-start: 20px;
  padding: 0;
}

.page-menu {
  /* margin-top: 73.6px; */
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the .page-header, .page-title, and .page-menu CSS rules shown in the issue, then view the site at the desktop and responsive widths mentioned by the layout. Done means the “Specify Js” title sits beside the logo and the header remains visually aligned across those widths.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, html
Domain
design, frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.