-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
221 lines (210 loc) · 7.58 KB
/
index.html
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
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="
brand branding strategy web website design.
we specialise in visual sotrytelling by
creating cohesive brand and website design
solutions for small business, giving lasting
impressions to audiences in a digital world."
/>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet"
/>
<link href="style.css" rel="stylesheet" />
<script src="index.js" type="module"></script>
<title>creators club - a digital agency</title>
</head>
<body>
<header class="nav-bar-header">
<div class="nav-container">
<div class="logo-container">
<a href="index.html">
<img src="assets/logo-white.svg" alt="creators club logo" />
</a>
</div>
<input type="checkbox" name="" id="nav-checkbox" class="nav-checkbox" />
<label for="nav-checkbox" class="hamburger-lines-container">
<div class="hamburger-line hamburger-line-rotate-left"></div>
<div class="hamburger-line hamburger-line-center"></div>
<div class="hamburger-line hamburger-line-rotate-right"></div>
</label>
<nav class="page-navigation">
<a href="#about-us" class="about-btn">about us</a>
<a href="#our-team" class="team-btn">the team</a>
<a href="#contacts" class="contact-btn">contact us</a>
</nav>
<div class="overlay"></div>
</div>
<div class="header-hero-section">
<h1>branding & web design agency</h1>
<a href="#contacts" class="hero-button">contact us</a>
</div>
</header>
<main class="stack-large">
<section id="about-us" class="stack">
<div id="about-us-intro" class="center center-width-small">
<h2>We design for the future</h2>
<p>
We specialise in visual storytelling by creating cohesive brand and
website design solutions for small businesses, giving lasting
impressions to audiences in a digital world.
</p>
</div>
<div id="about-us-decoration">
<div id="about-us-decoration-panel-1">
<img
src="assets/hero-illustration.svg"
alt="An illustration with the text 'Design is strategic'."
/>
</div>
<div id="about-us-decoration-panel-2">
<div>
<q
>A well-crafted design strategy consistently produces desired
outcomes and brand awareness. We are firm believers that success
lies in creative collaboration with our clients.</q
>
<!-- Don't let your code editor insert whitespace between the <q> tags and the quote text,
it could affect how the browser renders the quote marks :) -->
<a href="#contacts" class="center hero-button hero-button-red">
Get in touch
</a>
</div>
</div>
</div>
<div id="our-approach-container">
<h2>Our approach for creating a winning brand</h2>
<div id="our-approach-list">
<div>
<h3>Brand strategy</h3>
<p>
Brand strategy is critical for long-term success. Outshining
competitors and capturing the target audience are key.
</p>
</div>
<div>
<h3>Brand design</h3>
<p>
Keeping the brand design unique and meaningful helps in
communicating the brand's timeless value effectively.
</p>
</div>
<div>
<h3>Web design</h3>
<p>
A beautfully crafted website is the best tool for brand
awareness, and ultimately results in increased revenues.
</p>
</div>
</div>
</div>
<!-- end of our-approach container -->
</section>
<section id="our-team">
<h2>Our team</h2>
<ul class="member-container">
<li class="member">
<b>Minju</b>
Brand strategy
</li>
<li class="member">
<b>Joe</b>
Web design
</li>
<li class="member">
<b>Hussain</b>
Brand design
</li>
</ul>
<!-- end of member-container -->
</section>
<section id="contacts">
<div class="contact-container">
<div>
<h2>Contact Us</h2>
<p>
Ready to take it to the next level? Let's talk about your project or idea and find out how we can help your business grow. If you are looking for unique digital experiences that are relatable to your users, drop us a line.
</p>
</div>
<form
action="https://contact-form-submitted.netlify.app"
method="GET"
>
<label for="name"></label>
<input type="text" name="name" placeholder="Name " required />
<br />
<label for="email"></label>
<br />
<input type="email" name="email" placeholder="Email" required />
<br />
<label for="company"></label>
<br />
<input type="text" name="company" placeholder="Company" required />
<br />
<label for="message"></label>
<br />
<textarea
name="message"
id=""
cols="30"
rows="5"
placeholder="Your Message"
required
></textarea>
<br />
<button type="submit">Submit</button>
</form>
</div>
</section>
</main>
<footer>
<div class="footer-logo-container">
<a href="#">
<img src="assets/logo-white.svg" alt="creator's club white logo" />
</a>
</div>
<div class="footer-info-container">
<p>
<strong>Creator's Club Office</strong>
<br />
3886 Wellington Street
<br />
Toronto, Ontario M9C 3J5
</p>
<p>
<strong>Contact Us</strong>
<br />
<strong>P : +1 234-567-8987</strong>
<br />
<strong>M : [email protected]</strong>
</p>
<div class="row">
<a href="#">
<img src="assets/icon-facebook.svg" alt="facebook icon link" />
</a>
<a href="#">
<img src="assets/icon-youtube.svg" alt="youtube icon link" />
</a>
<a href="#">
<img src="assets/icon-twitter.svg" alt="twitter icon link" />
</a>
<a href="#">
<img src="assets/icon-pinterest.svg" alt="pinterest icon link" />
</a>
<a href="#">
<img src="assets/icon-instagram.svg" alt="instagram icon link" />
</a>
</div>
</div>
</footer>
</body>
</html>