-
Notifications
You must be signed in to change notification settings - Fork 62
Qabalany - De-News #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
2bc16ba
7a7f60b
9800d6b
fd7a4a1
8f33bde
fefcabb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,92 @@ | ||
| # js-project-business-site | ||
| # js-project-business-site | ||
|
|
||
| https://shatat.online | ||
|
|
||
| #shatat.online | ||
|
|
||
| De-News – Decode the Future of Decentralization | ||
|
|
||
|
|
||
| 📰 Website Description | ||
|
|
||
| DE-News is a modern news portal focused on Web3, blockchain, and decentralized technology. | ||
| It delivers the latest updates, articles, and insights on topics such as DeFi, NFTs, DAOs, and the future of the decentralized web. | ||
|
|
||
| The site is designed to be responsive and user-friendly, with a clean layout, interactive features, and a mobile-first experience. Its goal is to keep readers informed about the fast-moving world of Web3 through a reliable and accessible online platform. | ||
|
|
||
| This is the **Business Site Project** for the *Frontend Development with JavaScript* course. | ||
| The project has been built to meet all requirements | ||
|
|
||
| ## ✅ Assessment Criteria Checklist | ||
|
|
||
| ### Navigation & Layout | ||
| - [x] Responsive navigation bar | ||
| - [x] Card/article grid system | ||
| - [x] Combined usage of CSS Grid and Flexbox | ||
| - [x] Responsive header with hero image/video (3D) | ||
|
|
||
| ### Interactive Elements | ||
| - [x] A form including at least 3 different input types: | ||
| - [x] Text input | ||
| - [x] Password | ||
| - [x] Radio button set | ||
| - [x] Checkbox set | ||
| - [x] Select/dropdown | ||
| - [x] Submit button | ||
| - [x] Form configuration: POST method to `https://httpbin.org/anything` | ||
| - [x] Responsive hamburger menu: | ||
| - [x] Visible on mobile devices | ||
| - [ ] Interactive functionality via DOM manipulation | ||
|
||
|
|
||
| ### Deployment | ||
| - [x] Successful deployment on Netlify: [shatat.online](https://shatat.online) | ||
|
|
||
| ### Stretch Goals (VG – Pass with Distinction) | ||
| At least 4 stretch goals are implemented: | ||
| - [x] Box shadow on cards (Polaroid effect) | ||
| - [x] Cards aligned to the centre of the page | ||
| - [x] Input focus effect (`:focus` with glow/border change) | ||
| - [x] Form validation added | ||
| - [x] Hamburger icon changes when expanded/collapsed | ||
| - [ ] CSS animations (slide-in effect on menu) | ||
| - [ ] JavaScript toggle for dark mode/light mode | ||
|
|
||
| --- | ||
|
|
||
| ## 💻 How Criteria Are Met in Code | ||
|
|
||
| - **Responsive navigation bar** | ||
| Built with Flexbox; adapts layout between desktop and mobile. | ||
|
|
||
| - **Card / Article Grid System** | ||
| CSS Grid structures the main layout; Flexbox aligns content within each card. | ||
|
|
||
| - **Hero Header** | ||
| A full-width hero section with a background image scales responsively across all viewports (320px–1600px). | ||
|
||
|
|
||
| - **Form** | ||
| The form includes: | ||
| - Text, radio, checkbox, and select inputs | ||
| - A submit button configured with `method="POST"` and `action="https://httpbin.org/anything"` | ||
| - JavaScript adds simple client-side validation | ||
| - Input fields styled with CSS `:focus` for accessibility and feedback | ||
|
|
||
| - **Hamburger Menu** | ||
| - Appears only on mobile devices (via media queries) | ||
| - Toggles open/close state with JavaScript DOM manipulation | ||
| - Icon changes dynamically to indicate expanded/collapsed state | ||
| - Slide-in animation applied for smooth transitions | ||
|
|
||
| - **Animations ** | ||
| - CSS animations (fade/slide effects) enhance interactivity | ||
|
|
||
| - **Deployment** | ||
| The site is deployed live via **Netlify** at [shatat.online](https://shatat.online). | ||
|
|
||
| --- | ||
| - ** soon to be updated ** | ||
| - CSS animations (slide-in effect on menu) | ||
| - JavaScript toggle for dark mode/light mode | ||
| - Interactive functionality via DOM manipulation | ||
| - JavaScript adds simple client-side validation | ||
| - Input fields styled with CSS `:focus` for accessibility and feedback | ||
Large diffs are not rendered by default.


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When i tried the form it didnt work for me, i landed on https://httpbin.org/anything

Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tried it again and it’s working. The link in the README doesn’t trigger it , you’ll need to fill out the form and click the “Send Message” button on the webpage
