Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarrsakr/fakir-site
Fakir Site ๐ฉ๐ปโ๐ปThis is a static website designed for showcasing services. Users can navigate seamlessly through sections using a (Navbar), enhancing the overall user experience. ๐ This project utilizes(HTML5) and (CSS3). Currently non-responsive for different screen sizes.
https://github.com/omarrsakr/fakir-site
css3 font-awesome google-fonts html5 webfonts
Last synced: about 2 months ago
JSON representation
Fakir Site ๐ฉ๐ปโ๐ปThis is a static website designed for showcasing services. Users can navigate seamlessly through sections using a (Navbar), enhancing the overall user experience. ๐ This project utilizes(HTML5) and (CSS3). Currently non-responsive for different screen sizes.
- Host: GitHub
- URL: https://github.com/omarrsakr/fakir-site
- Owner: OmarrSakr
- Created: 2024-10-25T02:14:31.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T19:48:06.000Z (3 months ago)
- Last Synced: 2024-11-06T20:36:52.645Z (3 months ago)
- Topics: css3, font-awesome, google-fonts, html5, webfonts
- Language: CSS
- Homepage: https://omarrsakr.github.io/Fakir-Site/
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fakir Site ๐ฉ๐ปโ๐ป
![Fakir](https://github.com/user-attachments/assets/fc81c8dd-5740-4cff-8a93-d8d1398114f6)
This is a `personal website` showcasing the services, projects, and blog of the site owner.
The website provides smooth navigation between sections through a top navigation bar (Navbar).
Users can easily access any section by clicking on the relevant link in the menu.
A standout feature of this site is that each section appears smoothly when selected from the menu, enhancing user experience.---
## Live Demo ๐
- Check out the live demo of the project at [`Fakir Site`](https://omarrsakr.github.io/Fakir-Site/).---
## ๐ Website Contents
1. Home Section
Welcome message: Hello, I'm Alex Smith with animated text describing the role (e.g., Professional Web Developer).
Logo displayed next to the navigation links (Navbar) for easy access.
2. About Section
Profile information, including:
Name
Age
Location
Personal photo reflecting the ownerโs identity.
Buttons for Download CV and Hire Me for easy interaction.
3. Services Section
Displaying offered services using cards, such as:
UI/UX design
App development
Product design
4. Portfolio Section
Displaying previous projects using a grid of images with a filter option to sort by category (e.g., Graphic Design, Web Design).
5. Statistics Section
Presenting interactive statistics such as:
Number of members
Completed projects
Files downloaded
Lines of code written
6. Feedback Section
Displaying client feedback with images and star ratings.
7. Blog Section
Featuring articles and videos related to the siteโs niche, along with publication dates and post titles.---
## ๐ Navigation between Sections
- Navbar allows quick access to all sections.
- Clicking on a menu item automatically scrolls to the corresponding section smoothly.---
## ๐งโ๐ป Languages and Technologies Used
-HTML5
: For structuring the webpage.
-CSS3
: For styling and design.
-Font Awesome
: To add appealing icons for cards and statistics.
-Google Fonts
: To incorporate fonts like Roboto and Source Sans 3.---
## How to Use ๐
We welcome `contributions` to **Fakir**! Hereโs how you can help:
1. **Fork the repository** - Click the "Fork" button at the top right of the repository page.
2. **Clone your fork** - Use the command:
```bash
https://github.com/OmarrSakr/Fakir-Site.git---
โ Notes
- The site currently lacks full interactivity on small screens.
- It is recommended to add a side menu or burger menu to improve navigation on mobile devices.---
## ๐ Project Structure
```
# Fููakir-Site
โ
โโโ index.html # ๐ ู ูู ุงูุตูุญุฉ ุงูุฑุฆูุณูุฉ
โ
โโโ webfonts/ # ๐ค ู ุฌูุฏ ูุชุฎุฒูู ู ููุงุช ุงูุฎุทูุท
โ โโโ fontawesome-webfont.woff2
โ โโโ fontawesome-webfont.woff
โ โโโ custom-font.ttf
โ
โโโ CSS/ # ๐จ ู ุฌูุฏ ูุชุฎุฒูู ู ููุงุช CSS
โ โโโ all.min.css # ๐ฆ ู ูู Font Awesome
โ โโโ pagestyle.css # ๐ ู ูู CSS ุงูุฑุฆูุณู ูุชุตู ูู ุงูุตูุญุงุช
โ
โโโ Images/ # ๐ผ๏ธ ู ุฌูุฏ ูุชุฎุฒูู ุงูุตูุฑ
โ โโโ about.jpg # ๐ค ุตูุฑุฉ ูู ูุณู "ุญูู"
โ โโโ feedback.jpg # ๐ฌ ุตูุฑุฉ ุชุนูููุงุช ุงูุนู ูุงุก
โ โโโ portfolio/ # ๐ ู ุฌูุฏ ูุชุฎุฒูู ุตูุฑ ุงูู ุญูุธุฉ
โ โ โโโ 1.jpg
โ โ โโโ 2.jpg
โ โ โโโ 3.jpg
โ โ โโโ 4.jpg
โ โ โโโ 5.jpg
โ โ โโโ 6.jpg
โ โโโ blog/ # ๐ ู ุฌูุฏ ูุชุฎุฒูู ุตูุฑ ุงูู ุฏููุฉ
โ โ โโโ 12.jpg
โ โ โโโ 32.jpg
โ
โโโ JS/ # โ ูุง ููุฌุฏ ู ุฌูุฏ ูุชุฎุฒูู ู ููุงุช JavaScript```
---
### Future Updates ๐
- Add responsiveness:
- Optimize the layout for various screen sizes (e.g., smartphones and tablets).
- Enable smooth animations:
- Use libraries like ScrollReveal.js or AOS to animate elements gradually on scroll.---
### Important Notes ๐ข
- This project is a *static website* and does not include a backend or dynamic content.
- *Non-Responsive Design*: The current version is not optimized for mobile or tablet screens.---