-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (204 loc) · 7.9 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
<!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="Information about our agency and the members of our team">
<!--This defines a description for the page-->
<meta name="keywords" content="Suraj, Yassien, Pseudocoders">
<!--This defines keywords for search engines-->
<meta name="author" content="Suraj, Yassien">
<!--This defines the authors of the page-->
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="./image/favicon.png">
<script
src="https://kit.fontawesome.com/91aed24cf5.js"
crossorigin="anonymous"
></script>
<title>Pseudocoders; Suraj and Yassien's Software Development Agency</title>
</head>
<body>
<main class="stack-big center">
<!-- Header -->
<header class="row">
<h1 class="center">
<i class="fas fa-code" style="font-size: 2.75rem" aria-hidden="true"></i> Pseudocoders
</h1>
<!-- Nav -->
<nav class="nav-items justify-end">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#work">Our Work</a></li>
<li class="con-styl"><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Intro -->
<section class="stack-small" id="intro">
<h2>Introduction</h2>
<p>
Hello World! Pseudocoders here 👋. <br /><br />We are an exciting
software development startup that specialises in building web
applications using HTML, CSS and JavaScript.
</p>
</section>
<!-- About -->
<section class="stack-small" id="about">
<h2>About us</h2>
<div class="grid">
<div class="stack-small" id="suraj">
<i class='fas fa-user-alt' style='font-size:2rem' aria-hidden="true"></i>
<div class="row">
<h3>Suraj (he/him)</h3>
<a
href="https://github.com/SurPun"
aria-label="Suraj's Github Profile"
><i class="fab fa-github" style="font-size: 1.5rem"></i
></a>
<a
href="https://www.linkedin.com/in/surpun/"
aria-label="Suraj's LinkedIn Profile"
><i class="fab fa-linkedin" style="font-size: 1.5rem"></i
></a>
</div>
<p>
A full stack developer currently working as technical lead here at
Pseudocoders.
<br /><br /><b>Skills:</b> Git | HTML | CSS | JavaScript
</p>
</div>
<div class="stack-small" id="yassien">
<i class='fas fa-user-alt' style='font-size:2rem' aria-hidden="true"></i>
<div class="row">
<h3>Yassien (he/him)</h3>
<a
href="https://github.com/yassienAbdillahi"
aria-label="Yassien's Github Profile"
><i class="fab fa-github" style="font-size: 1.5rem"></i
></a>
<a
href="https://www.linkedin.com/in/yassien-abdillahi/"
aria-label="Yassien's LinkedIn Profile"
><i class="fab fa-linkedin" style="font-size: 1.5rem"></i
></a>
</div>
<p>
A full stack developer and founder of Pseudocoders.
<br /><br /><b>Skills:</b> Git | HTML | CSS | JavaScript
</p>
</div>
<div class="stack-small" id="work">
<i class='fas fa-code-branch' style='font-size:2rem' aria-hidden="true"></i>
<div class="row">
<h3>
<a href="https://github.com/fac25/week2-markup-Suraj-Yassien"
>Our Work</a>
</h3>
<p>
This here website is actually our very first project! We tried to
make it responsive, accessible and at least somewhat
decent-looking.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Form -->
<section id="contact">
<div id ="overlay">
<form onsubmit="return false;" name="form">
<h2 id="form-h2">Contact Us</h2>
<br>
<p>
If you'd like to work with us or enquire about any of the services we
offer, please complete the form below.
</p>
<br>
<!-- Name -->
<label class="stack-d inline" for="name">Name:</label>
<input type="text" id="name" name="name" required /><br /><br />
<!-- Company -->
<label class="stack-d inline" for="companyName">Company Name:</label>
<input
type="text"
id="companyName"
name="companyName"
required
/><br /><br />
<!-- Email -->
<label class="stack-d inline" for="email">Email:</label>
<input type="email" id="email" name="email" required /><br /><br />
<!-- Telephone -->
<label class="stack-d inline" for="tel">Telephone Number:</label>
<input type="tel" id="tel" name="tel" required/><br /><br />
<!-- Message -->
<label for="message"
>Please provide a brief description of the type of project you would
like us to potentially work on:</label
><br /><br />
<textarea
id="message"
name="message"
rows="6"
cols="40"
placeholder="e.g. I would like you to build me a cool website for my hipster cafe"
></textarea
><br /><br />
<!-- Consent -->
<div class="row">
<label for="marketingConsent"
>Do you consent to receive marketing material?</label
>
<input
type="checkbox"
id="marketingConsent"
name="marketingConsent"
required
/>
</div>
<!-- Button -->
<div class="btn-center">
<input class="send-message" type="submit" value="Send Message">
<!-- Modal Popup -->
<div class="content content1" id="modal">
<div class="head">
<h2>Success</h2>
</div>
<label for="click" class="fas fa-check"></label>
<p class="modal-p">Thank You, we will get back to you shortly.</p>
<div class="line"></div>
<label class="close-btn" for="close">Close</label>
</div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer>
<img
class="stack-d"
src="./image/logo.png"
alt="pseudocoder logo"
width="400"
/>
<section class="row stack-d" id="company'sSocialLinks">
<a href="https://github.com/" target="_blank" aria-label="Pseudocoder's Github Profile">
<i class="fab fa-github" style="font-size: 1rem"></i>
</a>
<a href="https://facebook.com/" target="_blank" aria-label="Pseudocoder's Facebook Profile">
<i class="fab fa-facebook-f" style="font-size: 1rem"></i>
</a>
<a href="https://instagram.com/" target="_blank" aria-label="Pseudocoder's Instagram Profile">
<i class="fab fa-instagram" style="font-size: 1rem"></i>
</a>
<a href="https://twitter.com/" target="_blank" aria-label="Pseudocoder's Twitter Profile">
<i class="fab fa-twitter" style="font-size: 1rem"></i>
</a>
</section>
</footer>
<script src="script.js"></script>
</main>
</body>
</html>