-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
295 lines (237 loc) · 10 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="" />
<link rel="stylesheet" href="style.css" />
<script defer src="./script.js"></script>
<meta name="description" content="kindCode helps make your code kinder with a kind of kind AI" />
<title>kindCode</title>
</head>
<body>
<!-- ====NAVIGATION==== -->
<nav>
<div>
<a href="" class="box box__nav--padding box__button box-shadow--purple js-logo" data-color="purple">kindCode</a>
</div>
<div class="box__nav-right">
<a href="#nav-about" class="box box__nav--padding box__button js-about" data-color="pink">About</a>
<a href="#nav-team" class="box box__nav--padding box__nav-team box__button js-team" data-color="orange">Team</a>
<a href="#nav-request" class="box box__nav--padding box__nav-team box__button js-request"
data-color="blue">Request</a>
</div>
</nav>
<!-- ====NAVIGATION END==== -->
<!-- ====MAIN==== -->
<main>
<!-- ====SPLASH==== -->
<section id="nav-home" class="
section__grid--left section__grid--margins section__grid--auto-rows
">
<div class="section__grid--item1">
<img src="./images/kindCode-about-illustration.png" alt="Person with tablet device" />
</div>
<div class="section__grid--item2">
<h1>kindCode</h1>
<p>We make code kinder with only the kindest kind of kind AI.</p>
</div>
</section>
<!-- ====SPLASH END==== -->
<!-- ====ABOUT==== -->
<section id="nav-about" class="section__flex--container section__margin--bottom">
<div class="section__grid--right section__grid--margins">
<div class="section__grid--item2">
<h2 class="anchor">About us</h2>
<p>
Born in the early 2020s, we leveraged the power of AI to choose
our name which in turn set the direction of our agency.
</p>
<p>
With AI at the start and the heart of our agency, we decided to
harness the power of AI to make code kinder.
</p>
</div>
<div class="section__grid--item1">
<img src="./images/kindCode-contact-us-illustration.png"
alt="A generic image representing the concept of dynamism" />
</div>
</div>
<div class="
section__grid--equal
section__grid--margin-top
section__grid--margins
">
<article class="box section__grid--full-height box__card--padding" data-color="blue">
<h3>Dynamism</h3>
<p class="section__cards--font">
We are all about future thinking activity and progress, with a
hint of AI.
</p>
</article>
<article class="box section__grid--full-height box__card--padding" data-color="pink">
<h3>Synergy</h3>
<p class="section__cards--font">
We collaborate to create products greater than the sum of their
parts.
</p>
</article>
<article class="box section__grid--full-height box__card--padding" data-color="orange">
<h3>Velocity</h3>
<p class="section__cards--font">
We like to move fast, make mistakes and then make it better
</p>
</article>
</div>
</section>
<!-- ====ABOUT END==== -->
<!-- ====TEAM==== -->
<section id="nav-team" class="section__flex--container">
<div class="section__grid--left section__grid--margins">
<div class="section__grid--item1">
<img src="./images/kindCode-splash-illustration.png" alt="Person with tablet device"
class="img__margin--bottom" />
</div>
<div class="section__grid--item2">
<h2>The Team</h2>
<p>
Don't panic! It's not all AI and robots! We've got humans too.
<br /><br />
Let's meet them now..
</p>
</div>
</div>
<div class="section__grid--equal--2 section__grid--margin-top">
<article class="box section__grid--full-height box__card--padding" data-color="purple">
<div class="section__grid--left--profile">
<div class="section__profile">
<img src="images/founder1.jpg" alt="A woman smiling." class="founder-img" />
</div>
<div>
<h3>Cool Name</h3>
<p class="section__cards--font">Head of Robots</p>
</div>
</div>
</article>
<article class="box section__grid--full-height box__card--padding" data-color="pink">
<div class="section__grid--left--profile">
<div class="section__profile">
<img src="images/founder2.jpg" alt="A man smiling." class="founder-img" />
</div>
<div>
<h3>Great Name</h3>
<p class="section__cards--font">Head of AI</p>
</div>
</div>
</article>
<template id="js-memberCardTemplate">
<article class="box section__grid--full-height box__card--padding">
<div class="section__grid--left--profile">
<div class="section__profile">
<img src="" alt="" class="founder-img" />
</div>
<div>
<h3></h3>
<p class="section__cards--font"></p>
</div>
</div>
</article>
</template>
<article id="js-formCard" class="
box
section__grid--full-height
box__card--padding box__card--flex-expander
" data-color="orange">
<button id="js-addMemberExpander" class="card__expander">
ADD NEW MEMBER
</button>
<form id="js-addMemberForm" style="display: none">
<label for="name">
<h4>Name</h4>
<input type="text" id="name" name="name" placeholder="Enter your name"/>
</label>
<label for="jobDesc">
<h4>Job description</h4>
<input type="text" id="jobDesc" name="jobDesc" placeholder="Enter your job description"/>
</label>
<label for="imgLink">
<h4>Photo URL</h4>
<input type="url" id="imgLink" name="imgLink" placeholder="Enter the url to your photograph"/>
</label>
<label for="imgAlt">
<h4>Photo alt text</h4>
<input type="text" id="imgAlt" name="imgAlt" placeholder="Add a description of your photograph"/>
</label>
<label for="addMemberPassword">
Password
<input type="password" id="addMemberPassword" name="addMemberPassword"
placeholder="Enter your password"/>
</label>
<button id="js-addMemberFormSubmit" type="submit" name="submit" value="submit" class="pink">Submit</button>
</form>
</article>
</div>
</section>
<!-- ====TEAM END==== -->
<!-- ====REQUEST==== -->
<section id="nav-request" class="section__flex--container section__margin--bottom">
<div class="section__grid--equal--2 section__grid--margin-top" id="requests">
<article class="box section__grid--full-height box__card--padding" data-color="pink">
<div class="section__grid--input">
<h3>📌 Submit a request</h3>
<p class="section__cards--font"><br>
Please fill in the form, including all the details of your request.</br>
</br>
The robots strive to respond to your messages as quickly as possible.</br>
</br>
If you've provided your contact details we may contact you for further information.
</p>
</div>
</article>
<article class="box section__grid--full-height box__card--padding" data-color="purple">
<div class="section__grid--input">
<form id="form--request">
<label for="name">
<h4>Name</h4>
<input type="text" name="request-name" placeholder="Enter your name" required />
</label>
<label for="email">
<h4>Email</h4>
<input type="email" name="request-email" placeholder="Enter your email" required />
</label>
<label for="request">
<h4>Request</h4>
<textarea name="request-request" cols="30" rows="5" maxlength="149" placeholder="Enter your request"
required></textarea>
</label>
<label for="phrase">
<h4>Phrase</h4>
<input type="text" name="request-phrase" required>
</label>
<button type="submit" name="request-submit" class="purple">Submit</button>
</form>
</div>
</article>
</div>
</section>
<!-- ====REQUEST END==== -->
</main>
<footer>
<div class="section__grid--equal--2x2">
<div class="box box box__nav--padding div1" data-color="purple">
<address>
kindCode<br />
128 The Web Road<br />
1010 The Internet<br />
Earth 🌎<br />
</address>
</div>
<a href="" class="box box box__nav--padding div5 box__button" data-color="purple">→ Twitter</a>
<a href="" class="box box box__nav--padding div2 box__button" data-color="blue">→ Careers for inorganics 💾</a>
<a href="https://github.com/fac22/kindcode" target="_blank" class="box box box__nav--padding div3 box__button"
data-color="orange">→ GitHub</a>
<a href="" class="box box box__nav--padding div4 box__button" data-color="pink">→ Careers for organics 🌵</a>
</div>
</footer>
</body>
</html>