Skip to content

Commit 7030e89

Browse files
contact section
1 parent 21f2946 commit 7030e89

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

portfolio-grid/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,51 @@ <h3>What Habe I built?</h3>
277277
</div>
278278
</section>
279279

280+
<!-- Contact -->
281+
<section id="contact" class="collapse">
282+
<div class="card card-body bg-danger text-white py-5">
283+
<h2>Contact</h2>
284+
<p class="lead">
285+
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Consectetur, quam!
286+
</p>
287+
</div>
288+
289+
<div class="card card-body py-5">
290+
<h3>Get In Touch</h3>
291+
<p>
292+
Lorem ipsum dolor sit amet consectetur adipisicing elit. At officia eum hic deserunt non
293+
inventore.
294+
</p>
295+
<form>
296+
<div class="input-group input-group-lg mb-3">
297+
<span class="input-group-text bg-danger text-white" id="contact-username">
298+
<i class="fas fa-user"></i>
299+
</span>
300+
<input type="text" class="form-control bg-dark text-white" placeholder="Username"
301+
aria-label="Username" aria-describedby="contact-username">
302+
</div>
303+
304+
<div class="input-group input-group-lg mb-3">
305+
<span class="input-group-text bg-danger text-white" id="contact-email">
306+
<i class="fas fa-envelope"></i>
307+
</span>
308+
<input type="email" class="form-control bg-dark text-white" placeholder="Email"
309+
aria-label="Email" aria-describedby="contact-email">
310+
</div>
311+
312+
<div class="input-group input-group-lg mb-3">
313+
<span class="input-group-text bg-danger text-white" id="contact-msg">
314+
<i class="fas fa-pencil-alt"></i>
315+
</span>
316+
<textarea class="form-control bg-dark text-white" aria-label="Message"
317+
aria-describedby="contact-msg"></textarea>
318+
</div>
319+
320+
<button type="submit" class="btn btn-danger btn-lg w-100">Submit</button>
321+
</form>
322+
</div>
323+
</section>
324+
280325
<footer id="footer" class="p-5 bg-dark text-white">
281326
<div class="row">
282327
<div class="col-md-6">

0 commit comments

Comments
 (0)