Fitness

Open
#37,688 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
10/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
css, html
Domain
web-dev

Research direction

The issue contains repeated standalone HTML and CSS for a fitness page but does not identify a codex file, failing behavior, or requested change. No test or entry point is named, and there is no stated completion condition to verify.

Written by the indexing model from the issue text.

Description

bug
What issue are you seeing?
<title>አፕክስ ፊትነስ</title> <style> body { font-family: 'Ethiopia Jiret', 'Abyssinica SIL', sans-serif; background-color: #0F172A; color: #FFFFFF; margin: 0; padding: 0; } header { background-color: #1E293B; padding: 20px; text-align: center; } header h1 { color: #10B981; margin: 0; } section { padding: 40px 20px; text-align: center; } footer { background-color: #1E293B; padding: 20px; text-align: center; } </style>
<header>
    <h1>አፕክስ ፊትነስ</h1>
</header>

<section id="about">
    <h2>ስለ እኛ</h2>
    <p>የጂም ቤታችን አላማ ጤናማ እና ጠንካራ ሰውነትን መገንባት ነው። ዘመናዊ መገልገያዎችን እና ብቁ አሰልጣኞችን በመጠቀም ለግቦችዎ እንዲደርሱ እንረዳዎታለን።</p>
</section>

<section id="membership">
    <h2>የአባልነት ዋጋ</h2>
    <p>የተለያዩ የአባልነት ፓኬጆችን አዘጋጅተናል። ለወር፣ ለሶስት ወር ወይም ለአመት መመዝገብ ይችላሉ።</p>
</section>

<footer>
    <p id="contact">አግኙን፡ 0911223344</p>
</footer>
What steps can reproduce the bug?
<title>አፕክስ ፊትነስ</title> <style> body { font-family: 'Ethiopia Jiret', 'Abyssinica SIL', sans-serif; background-color: #0F172A; color: #FFFFFF; margin: 0; padding: 0; } header { background-color: #1E293B; padding: 20px; text-align: center; } header h1 { color: #10B981; margin: 0; } section { padding: 40px 20px; text-align: center; } footer { background-color: #1E293B; padding: 20px; text-align: center; } </style>
<header>
    <h1>አፕክስ ፊትነስ</h1>
</header>

<section id="about">
    <h2>ስለ እኛ</h2>
    <p>የጂም ቤታችን አላማ ጤናማ እና ጠንካራ ሰውነትን መገንባት ነው። ዘመናዊ መገልገያዎችን እና ብቁ አሰልጣኞችን በመጠቀም ለግቦችዎ እንዲደርሱ እንረዳዎታለን።</p>
</section>

<section id="membership">
    <h2>የአባልነት ዋጋ</h2>
    <p>የተለያዩ የአባልነት ፓኬጆችን አዘጋጅተናል። ለወር፣ ለሶስት ወር ወይም ለአመት መመዝገብ ይችላሉ።</p>
</section>

<footer>
    <p id="contact">አግኙን፡ 0911223344</p>
</footer>
What is the expected behavior?
<title>አፕክስ ፊትነስ</title> <style> body { font-family: 'Ethiopia Jiret', 'Abyssinica SIL', sans-serif; background-color: #0F172A; color: #FFFFFF; margin: 0; padding: 0; } header { background-color: #1E293B; padding: 20px; text-align: center; } header h1 { color: #10B981; margin: 0; } section { padding: 40px 20px; text-align: center; } footer { background-color: #1E293B; padding: 20px; text-align: center; } </style>
<header>
    <h1>አፕክስ ፊትነስ</h1>
</header>

<section id="about">
    <h2>ስለ እኛ</h2>
    <p>የጂም ቤታችን አላማ ጤናማ እና ጠንካራ ሰውነትን መገንባት ነው። ዘመናዊ መገልገያዎችን እና ብቁ አሰልጣኞችን በመጠቀም ለግቦችዎ እንዲደርሱ እንረዳዎታለን።</p>
</section>

<section id="membership">
    <h2>የአባልነት ዋጋ</h2>
    <p>የተለያዩ የአባልነት ፓኬጆችን አዘጋጅተናል። ለወር፣ ለሶስት ወር ወይም ለአመት መመዝገብ ይችላሉ።</p>
</section>

<footer>
    <p id="contact">አግኙን፡ 0911223344</p>
</footer>
Additional information
<title>አፕክስ ፊትነስ</title> <style> body { font-family: 'Ethiopia Jiret', 'Abyssinica SIL', sans-serif; background-color: #0F172A; color: #FFFFFF; margin: 0; padding: 0; } header { background-color: #1E293B; padding: 20px; text-align: center; } header h1 { color: #10B981; margin: 0; } section { padding: 40px 20px; text-align: center; } footer { background-color: #1E293B; padding: 20px; text-align: center; } </style>
<header>
    <h1>አፕክስ ፊትነስ</h1>
</header>

<section id="about">
    <h2>ስለ እኛ</h2>
    <p>የጂም ቤታችን አላማ ጤናማ እና ጠንካራ ሰውነትን መገንባት ነው። ዘመናዊ መገልገያዎችን እና ብቁ አሰልጣኞችን በመጠቀም ለግቦችዎ እንዲደርሱ እንረዳዎታለን።</p>
</section>

<section id="membership">
    <h2>የአባልነት ዋጋ</h2>
    <p>የተለያዩ የአባልነት ፓኬጆችን አዘጋጅተናል። ለወር፣ ለሶስት ወር ወይም ለአመት መመዝገብ ይችላሉ።</p>
</section>

<footer>
    <p id="contact">አግኙን፡ 0911223344</p>
</footer>
Dominant language
Rust
Stars
125k
Forks
19.5k
Avg merge
1m
Merged PRs (30d)
1k

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.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.