Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.content {
padding: 7rem 0;
}
Expand Down
67 changes: 67 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html>

<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"></script>
<link href="bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="./css/style.css">
</head>

<body>
<script src="bootstrap.bundle.min.js"></script>
<main>
<div class="content">

<div class="container">
<div class="row">
<div class="col-6 ">
<h1 class="openning">Let's talk about everything</h1>
<p>so this is a random peragraph for this task and it means nothing its
just for testing porpuses
so this is a random peragraph for this task and it means nothing its
just for testing porpuses
</p>
<img src="images/undraw-contact.svg" alt="" width="650" height="650">
</div>
<div class="col-6 ">
<!-- <label for="user-name"></label> -->
<form>
<div class="form-group">
<textarea class="form-control" name="user-name">your name</textarea>
</div>
<div class="form-group">
<textarea class="form-control" name="user-Email">Email</textarea>
</div>
<div class="form-group">
<textarea class="form-control" name="subject">subject</textarea>
</div>
<div class="form-group">
<textarea class="form-control" name="message">write your message</textarea>
</div>
</form>
<button class="btn btn-primary">send message</button>

</div>
<div class="row">
<div class="col-12">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3334.5858488180893!2d44.34381117535588!3d33.30349627344806!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x15577f59d102b195%3A0x88b94ee8ddb7ab18!2sBaghdad%20Business%20School%20(BBS)!5e0!3m2!1sen!2siq!4v1687603708799!5m2!1sen!2siq"
width="1300" height="600" style="border:0;" allowfullscreen="true" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>


</div>
</div>

</main>
</body>

</html>