-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (203 loc) · 9.15 KB
/
index.html
File metadata and controls
216 lines (203 loc) · 9.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- ICONS8 -->
<link rel="icon" type="image/png" href="icons8-geometry-100.png">
<!-- STYLES -->
<link rel="stylesheet" href="style.css" type="text/css">
<!-- AOS CSS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- GOOGLE FONTS -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&family=Noto+Serif+JP:wght@200&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<title>Fada Architects</title>
</head>
<!-- MAIN BODY-->
<body>
<!-- NAVIGATION -->
<header class="navigation" id="navigation">
<nav id="navbar">
<div class="menu">
<ul>
<li><a href= "#intro" class="active">Fada Architects</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#services" class="nav-link">Services</a></li>
<li><a href="#team" class="nav-link">Our Team</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
</div>
</nav>
</header>
<!-- INTRO SECTION -->
<section id="introduction">
<div id="intro">
<div id="fada" data-aos="fade-in">
<!-- <span class="typewriter">FADA</span> -->
<svg class="fada-svg" viewBox="0 0 1200 420" role="img" aria-hidden="true">
<g class="fada-draw">
<!-- Simple geometric outlines for F A D A (swap for your logo paths later) -->
<!-- F -->
<path class="js-draw" d="M120 360V80H360" />
<path class="js-draw" d="M120 220H320" />
<!-- A -->
<path class="js-draw" d="M460 360L560 80L660 360" />
<path class="js-draw" d="M500 240H620" />
<!-- D -->
<path class="js-draw" d="M760 360V80H900Q1040 80 1040 220Q1040 360 900 360H760" />
<!-- A (again) -->
<path class="js-draw" d="M1080 360L1180 80L1280 360" transform="translate(-80,0)" />
<path class="js-draw" d="M1100 240H1220" transform="translate(-80,0)" />
</g>
</svg>
</div>
<div id="architects" data-aos="fade-in">
ARCHITECTS
</div>
</div>
</section>
<!-- PROJECTS SECTION -->
<section id="project" >
<div class="projects-scroll-wrapper">
<div class="project-card"><img src="images/max-van-den-oetelaar-vMUV50KWVqk-unsplash.jpg" id="images-1" class="project-img" alt="architectural closeup"></div>
<div class="project-card" ><img src="images/pixasquare-4ojhpgKpS68-unsplash.jpg" id="images-2" class="project-img" alt="architectural modern white house" ></div>
<div class="project-card"><img src="images/possessed-photography-DBfOvTQ8ztY-unsplash.jpg" id="images-3" class="project-img" alt="architectural closeup curve lines design"></div>
<div class="project-card"><img src="images/ralph-ravi-kayden-2d4lAQAlbDA-unsplash.jpg" id="images-4" class="project-img"alt="architectural modern back extension"></div>
</div>
</section>
<!-- SERVICES SECTION - Public -->
<section id="services" class="overlap-panel">
<div class="overlap-card">
<header class="section_title">
<h1>What We Do</h1>
</header>
<div class="services_container" id="services_container" >
<h2>Public</h2>
<p>We design inspiring and functional public spaces that foster connection, accessibility, and community pride. From cultural centers to educational facilities, our approach balances form and function, creating environments that are both inviting and enduring. Every project is carefully considered to meet the needs of its users while contributing positively to the surrounding landscape.</p>
</div>
</div>
</section>
<!-- SERVICES: Domestic-->
<section id="services_domestic" class="overlap-panel">
<div class="overlap-card">
<header class="section_title">
<h2>Domestic</h2>
</header>
<div class="services_container">
<p>Our domestic projects combine timeless design with practical living solutions. Whether a new build, renovation, or extension, we create homes that reflect the individuality of their owners while ensuring comfort, efficiency, and style. With attention to detail and a respect for natural light and flow, our designs turn houses into cherished living spaces.</p>
</div>
</div>
</section>
<!-- SERVICES: Commercial -->
<section id="services_commercial" class="overlap-panel">
<div class="overlap-card">
<header class="section_title">
<h2>Commercial</h2>
</header>
<div class="services_container">
<p>We deliver innovative and adaptable commercial environments that support productivity, brand identity, and long-term growth. From offices to retail spaces, we design with a deep understanding of how architecture shapes customer experience and workplace culture. Each project is tailored to balance aesthetic impact with operational needs.</p>
</div>
</div>
</section>
<!-- TEAM SECTION -->
<section id="team">
<header class="section_title">
<h2>Our Team</h2>
</header>
<div class="team-container" >
<img src="images/team/jonathan-cooper-uPjEyv7Pgx4-unsplash.jpg" class="team_img" alt="woman portrait">
<img src="images/team/clem-onojeghuo-GwcXIzetYqM-unsplash.jpg" class="team_img" alt="man portrait">
<img src="images/team/julian-wan-WNoLnJo7tS8-unsplash.jpg" class="team_img" alt="man portrait">
<img src="images/team/tessa-wilson-CLgGgEtnD6Y-unsplash.jpg" class="team_img" alt="woman portrait">
</div>
<div class="teamname-container">
<p>Chrissie</p>
<p>Joe</p>
<p>Jack</p>
<p>Audrey</p>
</div>
<div class="teamtitle-container">
<p>Associate Director</p>
<p>Architect</p>
<p>Architect</p>
<p>Company Secretary</p>
</div>
</section>
<!-- CONTACT SECTION -->
<section id="contact">
<header class="section_title">
<h2>Let's Build Something</h2>
</header>
<div class="contact-container" >
<form id="contact-form" >
<div class="inputfield-animation" id="nameform">
<input class="input-field" type="text" id="name" name="name" required placeholder="name" >
<label for="name">Name</label>
<span class="focus-border"><i></i></span>
</div>
<div class="inputfield-animation" id="emailform">
<input class="input-field" type="email" id="email" email="email" required placeholder="email">
<label for="name">Email</label>
<span class="focus-border"><i></i></span>
</div>
<div class="inputfield-animation" id="subjectform" >
<input class="input-field" type="text" id="subject" subject="name" required placeholder="subject">
<label for="name">Subject</label>
<span class="focus-border"><i></i></span>
</div>
<div class="inputfield-animation" id="messageform" >
<textarea class="input-field" placeholder="message" id="message" message="message" required ></textarea>
<label for="name">Message</label>
<span class="focus-border"><i></i></span>
</div>
<input id="submit-btn" type="submit" value="Send">
</form>
</div>
</section>
<!-- FOOTER -->
<footer>
<div id="rightfooter">
<p>
<ul>
<li a href="#">Privacy</a></li>
<li a href="#">Terms</a></li>
</ul>
</p>
<p>© 2026 FADA architects, Dublin</p>
</div>
<div id="contactfooter">
<p><strong>a:</strong> FADA architects Dublin Dublin</p>
<p><strong>t:</strong> +353(0) 1 4000000</p>
<p><strong>e:</strong> fada@fada.ie</p>
</div>
</footer>
<!-- Custom Cursor (hidden from ATs) -->
<div class="cursor" aria-hidden="true">
<div class="cursor__dot"></div>
<div class="cursor__lens">
<div class="cursor__ring"></div>
</div>
<!-- jquery library lighten nav on scroll -->
<script src= "https://code.jquery.com/jquery-3.6.0.js"></script>
<!-- text plugin for typewriter effect -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/TextPlugin.min.js"></script>
<script src="animate.js"></script>
<!-- AOS.js -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
delay: 200, // values from 0 to 3000, with step 50ms
duration: 1500, // values from 0 to 3000, with step 50ms
once: false, // whether animation should happen only once - while scrolling down
mirror: false, // whether elements should animate out while scrolling past them
});
</script>
<script src="cursor.js" defer>
</script>
</body>
</html>