You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official static website for **Prime Risk Advisory**, an independent consulting practice specializing in fraud investigation, financial risk advisory, AML, and compliance reviews.
3
+
<palign="center">
4
+
<strong>High-performance, trust-focused business website for a Risk & Compliance consulting firm</strong>
This is a high-performance, responsive static website built to present Prime Risk Advisory’s services and provide a secure contact channel for confidential inquiries.
Developed a **production-grade responsive corporate website** for Prime Risk Advisory to establish a strong digital presence and enable secure client inquiries.
36
+
37
+
The solution focuses on:
38
+
39
+
* High-trust financial UI
40
+
* Fast loading performance
41
+
* Secure lead capture
42
+
* Professional brand presentation
43
+
* SEO-ready structure
44
+
45
+
---
46
+
47
+
## 🎯 Business Problem
48
+
49
+
The client lacked:
50
+
51
+
* Professional web presence
52
+
* Secure inquiry mechanism
53
+
* Mobile-optimized experience
54
+
* Strong online credibility
55
+
56
+
✅ Delivered a complete modern web solution addressing all gaps.
57
+
58
+
---
59
+
60
+
## 💡 Technical Solution
61
+
62
+
Implemented a **lightweight static frontend** integrated with Google Apps Script to avoid heavy backend infrastructure while maintaining security.
63
+
64
+
### Key Engineering Decisions
65
+
66
+
* Vanilla JavaScript for minimal bundle size
67
+
* Google Apps Script for serverless form handling
68
+
* Honeypot field for bot prevention
69
+
* Content Security Policy hardening
70
+
* Mobile-first responsive CSS
71
+
* Semantic SEO markup
72
+
73
+
---
74
+
75
+
## ✨ Core Features
76
+
77
+
### 🎨 Frontend
78
+
79
+
* Professional corporate UI
80
+
* Sticky responsive navbar
81
+
* Smooth scrolling navigation
82
+
* Animated hero section
83
+
* Services grid with reveal effects
84
+
* Fully responsive across devices
85
+
86
+
### 🔒 Security
87
+
88
+
* Content Security Policy (CSP)
89
+
* Honeypot anti-spam protection
90
+
* Secure async form submission
91
+
* No sensitive data stored client-side
92
+
93
+
### 📬 Lead Capture System
94
+
95
+
* Confidential discussion modal
96
+
* Google Sheets auto-logging
97
+
* Success state feedback
98
+
* Bot filtering workflow
24
99
25
-
* ✅ Modern responsive design
26
-
* ✅ Sticky professional navbar
27
-
* ✅ Animated hero section
28
-
* ✅ Services grid with scroll reveal
29
-
* ✅ Secure confidential contact modal
30
-
* ✅ Google Sheets form integration
31
-
* ✅ Spam protection (honeypot)
32
-
* ✅ Success state animation
33
-
* ✅ SEO meta tags & schema
34
-
* ✅ Content Security Policy (CSP)
35
-
* ✅ Lightweight optimized CSS
100
+
### 📈 Performance & SEO
101
+
102
+
* Semantic HTML structure
103
+
* Optimized CSS delivery
104
+
* Meta tags & schema markup
105
+
* Core Web Vitals friendly
106
+
* Fast load time (~<2s)
36
107
37
108
---
38
109
39
-
## 🏗️ Tech Stack
110
+
## 🧰 Tech Stack
40
111
41
-
* HTML5
42
-
* CSS3 (optimized, responsive)
43
-
* Vanilla JavaScript (no frameworks)
44
-
* Google Apps Script (form backend)
45
-
* GitHub Pages (hosting)
112
+
| Layer | Technology |
113
+
| ------------ | ----------------------- |
114
+
| Frontend | HTML5, CSS3, JavaScript |
115
+
| Form Backend | Google Apps Script |
116
+
| Hosting | GitHub Pages |
117
+
| Domain | GoDaddy |
46
118
47
119
---
48
120
49
121
## 📁 Project Structure
50
122
51
123
```
52
-
primeriskadvisory/
124
+
Prime-Risk-Advisory/
53
125
│
54
126
├── index.html
55
127
├── contact-form.html
@@ -66,92 +138,72 @@ primeriskadvisory/
66
138
67
139
---
68
140
69
-
## 🔐 Contact Form Flow
70
-
71
-
1. User clicks **Request a Confidential Discussion**
0 commit comments