"Design is intelligence made visible."
β Alina Wheeler
Welcome to the RAD Studio Website, a modern architectural web presence built for a creative consultancy firm focused on spatial innovationβresidential, commercial, and public. This site isn't just codeβit's structure, composition, rhythm, and experience.
Crafted with HTML, jQuery, and Tailwind CSS, this digital blueprint merges function and form: responsive layouts, calm visual language, and modular design, all tailored to elevate the user journey.
bg-white
) canvas with teal accenting (#4bcdc9
)βa calming, modernist palette.Montserrat
font evokes precision and structure.header.html
, footer.html
portfolio-item.html
, instagram-section.html
components.js
dynamically injects HTML components and applies initial animations.h-64
with black hover overlays (rgba(0,0,0,0.6)
).bg-white/95 backdrop-blur-sm
) and animated nav underline.rounded-lg border-gray-100
).RAD-studio/
βββ index.html # Landing page
βββ contact.html # Contact page
βββ components/
β βββ header.html
β βββ footer.html
β βββ portfolio-item.html
β βββ instagram-section.html
βββ js/
β βββ components.js # Component loader and animation logic
βββ README.md
βββ LICENSE
git clone https://github.com/Dikarahmanm/radgroup.git
cd RAD-studio
Run with Python:
python -m http.server 8000
Open in browser: http://localhost:8000
Or use VS Code:
index.html
Or with Node.js:
npm install -g live-server
live-server
Element | File | How to Customize |
---|---|---|
Header | header.html |
Change logo, tagline, nav labels |
Portfolio | components.js |
Modify or add image data |
Contact | contact.html |
Update form fields, embed map |
Styling | Tailwind classes in HTML | Adjust spacing, colors, transitions |
Animation | components.js |
Tweak .initial-load-* durations |
<link rel="preload">
for components.js
Licensed under the MIT License.
See LICENSE
for full terms.
Have a suggestion or improvement?
Open an issue or submit a pull request. Collaboration is welcomed!