Skip to content

Commit 323298b

Browse files
committed
add readme and screenshot of webpage
1 parent 1239963 commit 323298b

2 files changed

Lines changed: 93 additions & 0 deletions

File tree

README.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# Technical Documentation Page *(Certification Project)* | FCC Responsive Web Design Certification
2+
3+
**Project 14/20**
4+
5+
A fully responsive JavaScript documentation page built using only HTML and CSS. It mimics a technical documentation layout with a fixed sidebar navigation and structured content sections. This project demonstrates semantic structuring and clean styling for long-form documentation 🧠💻.
6+
7+
---
8+
9+
## 📚 Table of Contents
10+
11+
- [🔎 Overview](#-overview)
12+
- [📸 Screenshot](#-screenshot)
13+
- [🔗 Links](#-links)
14+
- [📌 Features](#-features)
15+
- [🧠 My process](#-my-process)
16+
- [🛠️ Built with](#️-built-with)
17+
- [🎓 What I learned](#-what-i-learned)
18+
- [🔙 Previous Project](#-previous-project)
19+
- [🔜 Next Project](#-next-project)
20+
- [👤 Author](#-author)
21+
- [🌐 Connect with Me](#-connect-with-me)
22+
- [💻 Coding Profiles](#-coding-profiles)
23+
24+
---
25+
26+
## 🔎 Overview
27+
28+
### 📸 Screenshot
29+
30+
![screenshot of the project's webpage](./assets/screenshot.jpg)
31+
32+
### 🔗 Links
33+
34+
- [🔴 Live Demo](https://dalascript.github.io/technical-documentation-page/)
35+
- [🗂️ GitHub Repository](https://github.com/DalaScript/technical-documentation-page)
36+
37+
### 📌 Features
38+
39+
- ✅ Fixed sidebar navigation with smooth scroll
40+
- ✅ Responsive layout with mobile-friendly design
41+
- ✅ Organized content with semantic `<section>` and `<article>` tags
42+
- ✅ Styled code blocks for readability
43+
- ✅ Highlighted nav links on hover
44+
- ✅ Clean typography and color scheme for readability
45+
- ✅ External link to MDN reference
46+
47+
## 🧠 My Process
48+
49+
### 🛠️ Built with
50+
51+
- HTML5
52+
- CSS3
53+
54+
### 🎓 What I Learned
55+
56+
- How to structure a large documentation layout with semantic HTML
57+
- Styling scrollable and fixed side navigation menus
58+
- Enhancing code readability with custom-styled `<code>` blocks
59+
- Organizing content into sections and maintaining visual hierarchy
60+
- Using CSS variables for scalable theme management
61+
62+
> 🚀 For me, this project was more about **practice** and gaining additional **experience**,
63+
> rather than learning something entirely new.
64+
>
65+
> 👨‍💻 Since I’m not a beginner and already familiar with these technologies,
66+
> I approached it with confidence — and still, I truly **enjoyed working on it**.
67+
>
68+
> 🎯 Overall, I consider this a very **valuable and enjoyable experience**.
69+
70+
### 🔙 Previous Project
71+
72+
- Piano | *[Project 13/20]*[View Repository](https://github.com/DalaScript/piano)
73+
74+
### 🔜 Next Project
75+
76+
- City Skyline | *[Project 15/20]*[View Repository](https://github.com/DalaScript/city-skyline)
77+
78+
---
79+
80+
## 👤 Author
81+
82+
### 🌐 Connect with Me
83+
84+
- [Instagram](https://www.instagram.com/DalaScript)
85+
- [YouTube](https://www.youtube.com/@DalaScript)
86+
87+
### 💻 Coding Profiles
88+
89+
- [freeCodeCamp](https://www.freecodecamp.org/DalaScript)
90+
- [FrontendMentor](https://www.frontendmentor.io/profile/DalaScript)
91+
- [GitHub](https://github.com/DalaScript)
92+
93+
*🙌 Thanks for checking out my project! More coming soon. Stay tuned 🚀*

assets/screenshot.jpg

649 KB
Loading

0 commit comments

Comments
 (0)