In the Fab Academy program, version control is an essential tool for managing projects and documentation. I explored multiple ways of working with Git, including local setup and online editing, and ultimately chose the method that best suits my workflow.
To better understand the principles of version control, I first experimented with a local Git environment. Here are the steps I followed:
git pull
git add .
git commit -m "Updated weekly assignment"
git push
Through this process, I gained hands-on experience with the complete Git workflow, including:
.gitignore
to exclude unnecessary files.Although local deployment is powerful, I found it to be less efficient for my workflow, especially when switching between devices or making quick edits. Eventually, I decided to use the GitLab Web IDE, which is intuitive, fast, and requires no local setup.
Here’s my current workflow:
index.html
or weekly documentation;By trying both approaches, I not only learned the practical use of Git but also understood the differences and advantages of each method:
This experience helped me appreciate Fab Academy’s “learning by doing” philosophy. More importantly, it allowed me to choose a workflow that keeps me productive and focused while still respecting good version control practices.
In this week's assignment, my goal is to set up a personal website using GitLab Pages and document the entire website design process.
To complete the task more efficiently, I used ChatGPT as an assistant to help me design the website structure, optimize CSS styles, adjust the layout, and enhance interactive effects.
Below is the complete record of the design and implementation process.
First, I decided to use HTML + CSS + JavaScript as the technology stack for the website and deploy it via GitLab Pages. I consulted ChatGPT and finalized the following website structure:
ChatGPT suggested using a minimalist tech-style design and incorporating elements like neon lighting, glassmorphism, and particle animations to enhance the visual appeal.
Process:
Homepage Layout
With the help of ChatGPT, I created index.html, which includes:
Partial index.html Code:
ChatGPT helped me optimize the tech-style CSS design, including:
Partial style.css Code:
To give the website a more futuristic feel, I asked ChatGPT to help me add:
Partial script.js Code:
With the help of ChatGPT, I successfully adjusted the homepage layout to move the content downward, preventing overlap with the navigation bar.
Final Effect: The homepage text is no longer obstructed by the navigation bar, creating a more structured and visually appealing layout!
With the help of ChatGPT, I successfully completed the Fab Academy Week 1 assignment:
Throughout this process, ChatGPT saved me a lot of time and helped me create a high-quality Fab Academy personal website!
This is my complete documentation of designing a Fab Academy personal website using ChatGPT.
If you have a similar task, I highly recommend trying ChatGPT—it’s incredibly efficient!